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