From 83b325302d187a914798855fe7efefdb89ad0f3c Mon Sep 17 00:00:00 2001 From: peijiankang Date: Wed, 3 Sep 2025 16:45:34 +0800 Subject: [PATCH] fix graphviz graphviz-graphs graphviz-docs install conflict --- graphviz.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/graphviz.spec b/graphviz.spec index e2128fd..398ef0b 100644 --- a/graphviz.spec +++ b/graphviz.spec @@ -12,7 +12,7 @@ Name: graphviz Version: 12.2.1 -Release: 2 +Release: 3 Summary: Graph Visualization Tools License: EPL-1.0 URL: https://www.graphviz.org/ @@ -225,6 +225,10 @@ php --no-php-ini --define extension_dir=$RPM_BUILD_ROOT%{_libdir}/graphviz/php/ %{_libdir}/graphviz/*.so.* %exclude %{_libdir}/graphviz/libgvplugin_gd.* %{_datadir}/graphviz +%exclude %{_datadir}/graphviz/graphs +%exclude %{_docdir}/%{name}/*.html +%exclude %{_docdir}/%{name}/*.pdf +%exclude %{_datadir}/%{name}/demo %ghost %{_libdir}/graphviz/config%{pluginsver} %if %{with php} @@ -284,6 +288,9 @@ php --no-php-ini --define extension_dir=$RPM_BUILD_ROOT%{_libdir}/graphviz/php/ %{_libdir}/tcl*/* %changelog +* Mon Sep 01 2025 peijiankang - 12.2.1-3 +- fix graphviz graphviz-graphs graphviz-docs install conflict + * Thu Jan 09 2025 Funda Wang - 12.2.1-2 - deal with rpm 4.17 won't recognize boolean builddepencies -- Gitee