|
|
@@ -25,7 +25,7 @@
|
|
|
|
|
|
# package version
|
|
|
%define V_major 6.0.2
|
|
|
-%define V_minor 6
|
|
|
+%define V_minor 7
|
|
|
%define V_dist1 %{V_major}
|
|
|
%define V_dist2 %{V_major}-%{V_minor}
|
|
|
%define V_dist %{V_dist2}
|
|
|
@@ -41,7 +41,7 @@ Class: BASE
|
|
|
Group: Graphics
|
|
|
License: GPL
|
|
|
Version: %{V_major}.%{V_minor}
|
|
|
-Release: 20040613
|
|
|
+Release: 20040616
|
|
|
|
|
|
# package options
|
|
|
%option with_perl no
|
|
|
@@ -89,8 +89,6 @@ AutoReqProv: no
|
|
|
%prep
|
|
|
%setup -q -n ImageMagick-%{V_major}
|
|
|
%{l_shtool} subst \
|
|
|
- -e 's/\([ ]*tagnames=.*echo.*tagnames,[FC][7X][7X].*\)/ if [ ".$tagnames" = . ]; then \1; fi/' \
|
|
|
- -e 's/\/magick -lMagick/\/magick\/.libs -lMagick/' \
|
|
|
-e 's/^\(MagickLibSubdir="\)[^"]*\("\)/\1imagemagick\2/' \
|
|
|
configure
|
|
|
%{l_shtool} subst \
|