diff --git a/graphviz.spec b/graphviz.spec index 596115d7d2332b088dd2167de304bac0b0e064e8..6fffefa9d7c4b8543bfa7fbb7ce944b3e4f58e4c 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 @@ -138,7 +138,7 @@ BuildRequires: poppler-glib-devel BuildRequires: freeglut-devel BuildRequires: libglade2-devel BuildRequires: gtkglext-devel -BuildRequires: doxygen +#BuildRequires: doxygen %if %{GOLANG} BuildRequires: golang %endif @@ -402,7 +402,7 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool %make_build CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fno-strict-overflow %{?FFSTORE}" \ CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fno-strict-overflow %{?FFSTORE}" -make doxygen +#make doxygen %install %make_install docdir=%{_docdir}/%{name} @@ -660,5 +660,8 @@ php --no-php-ini \ %endif %changelog +* Fri Mar 03 2023 Funda Wang - 7.0.6-1 +- Rebuild for new ghostscript (temporarily disable doxygen for circular deps) + * Sun Jan 22 2023 Funda Wang - 7.0.6-1 - Import package for anolis 23