Ver código fonte

upgrade to 5.3.9.1

Ralf S. Engelschall 24 anos atrás
pai
commit
6b77441a2b
1 arquivos alterados com 5 adições e 2 exclusões
  1. 5 2
      imagemagick/imagemagick.spec

+ 5 - 2
imagemagick/imagemagick.spec

@@ -22,6 +22,9 @@
 ##  SUCH DAMAGE. 
 ##  
 
+%define       V_major 5.3.9
+%define       V_minor .1
+
 #   package information
 Name:         imagemagick
 Summary:      Graphic Image Conversion Tool
@@ -31,7 +34,7 @@ Packager:     The OpenPKG Project
 Distribution: OpenPKG [EXP]
 Group:        Graphics
 License:      GPL
-Version:      5.3.9
+Version:      %{V_major}%{V_minor}
 Release:      0
 
 #   list of sources
@@ -57,7 +60,7 @@ AutoReqProv:  no
     well as through C, C++, and PERL-based programming interfaces.
 
 %prep
-    %setup -q -n ImageMagick-%{version}
+    %setup -q -n ImageMagick-%{V_major}
 
 %build
     CC="%{l_cc}" \