|
|
|
@ -23,6 +23,9 @@
|
|
|
|
|
## SUCH DAMAGE. |
|
|
|
|
## |
|
|
|
|
|
|
|
|
|
%define V_major 5.4.2 |
|
|
|
|
%define V_minor 2 |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
Name: imagemagick |
|
|
|
|
Summary: Graphic Image Conversion Tool |
|
|
|
@ -32,11 +35,11 @@ Packager: The OpenPKG Project
|
|
|
|
|
Distribution: OpenPKG [EXP] |
|
|
|
|
Group: Graphics |
|
|
|
|
License: GPL |
|
|
|
|
Version: 5.4.2 |
|
|
|
|
Release: 20020103 |
|
|
|
|
Version: %{V_major}.%{V_minor} |
|
|
|
|
Release: 20020107 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-%{version}-1.tar.gz |
|
|
|
|
Source0: ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-%{V_major}-%{V_minor}.tar.gz |
|
|
|
|
|
|
|
|
|
# build information |
|
|
|
|
Prefix: %{l_prefix} |
|
|
|
@ -58,7 +61,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 |
|
|
|
|
PATH="%{l_prefix}/bin:$PATH"; export PATH |
|
|
|
|