Browse Source

upgrading package: imagemagick 5.4.5.1 -> 5.4.6.1

Thomas Lotterer 24 years ago
parent
commit
4b77a9972f
1 changed files with 5 additions and 2 deletions
  1. 5 2
      imagemagick/imagemagick.spec

+ 5 - 2
imagemagick/imagemagick.spec

@@ -23,7 +23,7 @@
 ##  SUCH DAMAGE.
 ##
 
-%define       V_major 5.4.5
+%define       V_major 5.4.6
 %define       V_minor 1
 
 #   package information
@@ -36,7 +36,7 @@ Distribution: OpenPKG [EXP]
 Group:        Graphics
 License:      GPL
 Version:      %{V_major}.%{V_minor}
-Release:      20020511
+Release:      20020617
 
 #   list of sources
 Source0:      ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-%{V_major}-%{V_minor}.tar.gz
@@ -71,6 +71,9 @@ AutoReqProv:  no
     CPPFLAGS="-I%{l_prefix}/include -I%{l_prefix}/include/tiff" \
     CXXFLAGS="%{l_cflags -O}" \
     LDFLAGS="-L%{l_prefix}/lib" \
+    %{l_shtool} subst \
+        -e 's/\([ ]*tagnames=.*echo.*tagnames,CXX.*\)/ if [ ".$tagnames" = . ]; then \1; fi/' \
+        configure ltdl/configure
     ./configure \
         --prefix=%{l_prefix} \
         --without-magick-plus-plus \