|
|
@@ -25,9 +25,10 @@
|
|
|
|
|
|
# package version
|
|
|
%define V_major 6.0.1
|
|
|
-%define V_minor 0
|
|
|
+%define V_minor 1
|
|
|
%define V_dist1 %{V_major}
|
|
|
%define V_dist2 %{V_major}-%{V_minor}
|
|
|
+%define V_dist %{V_dist2}
|
|
|
|
|
|
# package information
|
|
|
Name: imagemagick
|
|
|
@@ -40,14 +41,14 @@ Class: BASE
|
|
|
Group: Graphics
|
|
|
License: GPL
|
|
|
Version: %{V_major}.%{V_minor}
|
|
|
-Release: 20040505
|
|
|
+Release: 20040507
|
|
|
|
|
|
# package options
|
|
|
%option with_perl no
|
|
|
%option with_x11 yes
|
|
|
|
|
|
# list of sources
|
|
|
-Source0: ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-%{V_dist1}.tar.gz
|
|
|
+Source0: ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-%{V_dist}.tar.gz
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|