|
|
|
@ -25,11 +25,11 @@
|
|
|
|
|
|
|
|
|
|
# package version |
|
|
|
|
%define V_major 5.4.8 |
|
|
|
|
%define V_minor 2 |
|
|
|
|
%if "%{V_minor}" != "0" |
|
|
|
|
%define V_dist %{V_major}-%{V_minor} |
|
|
|
|
%else |
|
|
|
|
%define V_minor 3 |
|
|
|
|
%if "%{V_minor}" == "0" |
|
|
|
|
%define V_dist %{V_major} |
|
|
|
|
%else |
|
|
|
|
%define V_dist %{V_major}-%{V_minor} |
|
|
|
|
%endif |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
@ -42,7 +42,7 @@ Distribution: OpenPKG [BASE]
|
|
|
|
|
Group: Graphics |
|
|
|
|
License: GPL |
|
|
|
|
Version: %{V_major}.%{V_minor} |
|
|
|
|
Release: 20020821 |
|
|
|
|
Release: 20020907 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-%{V_dist}.tar.gz |
|
|
|
|