|
|
@@ -24,13 +24,10 @@
|
|
|
##
|
|
|
|
|
|
# package version
|
|
|
-%define V_major 6.0.0
|
|
|
-%define V_minor 7
|
|
|
-%if "%{V_minor}" == "0"
|
|
|
-%define V_dist %{V_major}
|
|
|
-%else
|
|
|
-%define V_dist %{V_major}-%{V_minor}
|
|
|
-%endif
|
|
|
+%define V_major 6.0.1
|
|
|
+%define V_minor 0
|
|
|
+%define V_dist1 %{V_major}
|
|
|
+%define V_dist2 %{V_major}-%{V_minor}
|
|
|
|
|
|
# package information
|
|
|
Name: imagemagick
|
|
|
@@ -43,14 +40,14 @@ Class: BASE
|
|
|
Group: Graphics
|
|
|
License: GPL
|
|
|
Version: %{V_major}.%{V_minor}
|
|
|
-Release: 20040429
|
|
|
+Release: 20040505
|
|
|
|
|
|
# package options
|
|
|
%option with_perl no
|
|
|
%option with_x11 yes
|
|
|
|
|
|
# list of sources
|
|
|
-Source0: ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-%{V_dist}.tar.gz
|
|
|
+Source0: ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-%{V_dist1}.tar.gz
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|