diff --git a/graphviz.spec b/graphviz.spec index b907e04060f5462c14f175eb869d1f35f88f87d0..9508e8a736838944b30324409364c874de1685f7 100644 --- a/graphviz.spec +++ b/graphviz.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %undefine _package_note_flags # temporal drop of PHP support due to https://gitlab.com/graphviz/graphviz/-/issues/2277 %bcond_with php @@ -317,12 +317,14 @@ Requires: %{name} = %{version}-%{release}, mono-core C# extension for graphviz. %endif +%ifnarch sw_64 %package tcl Summary: Tcl extension & tools for graphviz Requires: %{name} = %{version}-%{release}, tcl >= 8.3, tk %description tcl Various tcl packages (extensions) for the graphviz tools. +%endif %if %{GOLANG} %package go @@ -644,12 +646,14 @@ php --no-php-ini \ %{_mandir}/man3/gv.3sharp* %endif +%ifnarch sw_64 %files tcl %{_libdir}/graphviz/tcl/ %{_libdir}/tcl*/* # hack to include gv.3tcl only if available # always includes tcldot.3tcl, gdtclft.3tcl %{_mandir}/man3/*.3tcl* +%endif %if %{GOLANG} %files go @@ -658,6 +662,9 @@ php --no-php-ini \ %endif %changelog +* Thu Apr 17 2025 Dong Chuanjian - 9.0.0-2 +- Add sw_64 support + * Wed Mar 19 2025 mgb01105731 - 9.0.0-1 - Update to 9.0.0 from 8.0.5 - Add patches to fix build doxygen err