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