From 0455942f663ae1b4a47ebba777ee55d2928ddae8 Mon Sep 17 00:00:00 2001 From: dongchuanjian Date: Thu, 17 Apr 2025 13:36:34 +0800 Subject: [PATCH] Add sw_64 support Project:TC2024110202 Signed-off-by: dongchuanjian --- graphviz.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/graphviz.spec b/graphviz.spec index b907e04..9508e8a 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 -- Gitee