From 943901ea946a1eac92e1c0a483d8a0abc611a123 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Thu, 16 Jan 2025 12:31:08 +0800 Subject: [PATCH] cleanup spec --- GraphicsMagick.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/GraphicsMagick.spec b/GraphicsMagick.spec index d84dc56..443bf8a 100644 --- a/GraphicsMagick.spec +++ b/GraphicsMagick.spec @@ -26,7 +26,7 @@ Summary: An ImageMagick fork, offering faster image generation and better quality Name: GraphicsMagick Version: 1.3.45 -Release: 1 +Release: 2 License: MIT Source0: https://downloads.sourceforge.net/sourceforge/graphicsmagick/GraphicsMagick-%{version}.tar.xz @@ -102,7 +102,6 @@ however. %package perl Summary: GraphicsMagick perl bindings Requires: %{name}%{?_isa} = %{version}-%{release} -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description perl Perl bindings to GraphicsMagick. @@ -158,7 +157,7 @@ tar --directory=urw-fonts/ -xf %{SOURCE1} rm -f urw-fonts/ChangeLog urw-fonts/README* urw-fonts/fonts* %endif -%patch002 -p1 -b .perl_linkage +%patch -P002 -p1 -b .perl_linkage for f in ChangeLog.{2006,2008,2009,2012} NEWS.txt ; do iconv -f iso-8859-2 -t utf8 < $f > $f.utf8 @@ -297,7 +296,6 @@ exit 1 %dir %{_includedir}/GraphicsMagick/ %{_includedir}/GraphicsMagick/magick/ %{_includedir}/GraphicsMagick/wand/ -%ldconfig_scriptlets c++ %files c++ %{_libdir}/libGraphicsMagick++%{?libQ}.so.12* @@ -326,6 +324,9 @@ exit 1 %{_mandir}/man3/* %changelog +* Thu Jan 16 2025 Funda Wang - 1.3.45-2 +- cleanup spec + * Fri Aug 30 2024 Funda Wang - 1.3.45-1 - update to 1.3.45 -- Gitee