|
@@ -24,7 +24,7 @@
|
|
|
|
|
|
|
|
# package version
|
|
# package version
|
|
|
%define V_major 6.3.7
|
|
%define V_major 6.3.7
|
|
|
-%define V_minor 5
|
|
|
|
|
|
|
+%define V_minor 6
|
|
|
%define V_dist %{V_major}-%{V_minor}
|
|
%define V_dist %{V_major}-%{V_minor}
|
|
|
%define V_opkg %{V_major}.%{V_minor}
|
|
%define V_opkg %{V_major}.%{V_minor}
|
|
|
|
|
|
|
@@ -39,7 +39,7 @@ Class: BASE
|
|
|
Group: Graphics
|
|
Group: Graphics
|
|
|
License: GPL
|
|
License: GPL
|
|
|
Version: %{V_opkg}
|
|
Version: %{V_opkg}
|
|
|
-Release: 20071216
|
|
|
|
|
|
|
+Release: 20071219
|
|
|
|
|
|
|
|
# package options
|
|
# package options
|
|
|
%option with_perl no
|
|
%option with_perl no
|
|
@@ -92,6 +92,9 @@ AutoReqProv: no
|
|
|
-e 's/^\(MagickLibSubdir="\)[^"]*\("\)/\1imagemagick\2/' \
|
|
-e 's/^\(MagickLibSubdir="\)[^"]*\("\)/\1imagemagick\2/' \
|
|
|
-e 's/\(-lxml2\)/\1 -liconv/' \
|
|
-e 's/\(-lxml2\)/\1 -liconv/' \
|
|
|
configure
|
|
configure
|
|
|
|
|
+ %{l_shtool} subst \
|
|
|
|
|
+ -e 's;^\(foreach $delegate (.* \)jp2 \(.*\)$;\1\2;' \
|
|
|
|
|
+ PerlMagick/Makefile.PL
|
|
|
%{l_shtool} subst \
|
|
%{l_shtool} subst \
|
|
|
-e 's;\(-L@MAGICKLIBDIR@\);-L../magick/.libs \1;g' \
|
|
-e 's;\(-L@MAGICKLIBDIR@\);-L../magick/.libs \1;g' \
|
|
|
PerlMagick/Makefile.PL.in
|
|
PerlMagick/Makefile.PL.in
|