OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 03-Jan-2003 12:28:56
Branch: HEAD Handle: 2003010311285501
Modified files:
openpkg-src/imagemagick imagemagick.spec
openpkg-web news.txt
Log:
upgrade to new %option world order
Summary:
Revision Changes Path
1.81 +7 -7 openpkg-src/imagemagick/imagemagick.spec
1.2522 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/imagemagick/imagemagick.spec
============================================================================
$ cvs diff -u -r1.80 -r1.81 imagemagick.spec
--- openpkg-src/imagemagick/imagemagick.spec 3 Jan 2003 10:52:32 -0000 1.80
+++ openpkg-src/imagemagick/imagemagick.spec 3 Jan 2003 11:28:56 -0000 1.81
@@ -23,10 +23,6 @@
## SUCH DAMAGE.
##
-# package options
-%option with_perl %{l_test -p perl}
-%option with_x11 %{l_test -p x11}
-
# package version
%define V_major 5.5.3
%define V_minor 1
@@ -46,7 +42,11 @@
Group: Graphics
License: GPL
Version: %{V_major}.%{V_minor}
-Release: 20021230
+Release: 20030103
+
+# package options
+%option with_perl %{l_test -p perl}
+%option with_x11 %{l_test -p x11}
# list of sources
Source0: ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-%{V_dist}.tar.gz
@@ -54,8 +54,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20021230, make, gcc, tiff, jpeg, bzip2, zlib,
png, freetype
-PreReq: OpenPKG, openpkg >= 20021230
+BuildPreReq: OpenPKG, openpkg >= 20030103, make, gcc, tiff, jpeg, bzip2, zlib,
png, freetype
+PreReq: OpenPKG, openpkg >= 20030103
%if "%{with_perl}" == "yes"
BuildPreReq: perl
PreReq: perl
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2521 -r1.2522 news.txt
--- openpkg-web/news.txt 3 Jan 2003 11:28:10 -0000 1.2521
+++ openpkg-web/news.txt 3 Jan 2003 11:28:55 -0000 1.2522
@@ -1,3 +1,4 @@
+03-Jan-2003: New package: P<imagemagick-5.5.3.1-20030103>
03-Jan-2003: New package: P<mico-2.3.7-20030103>
03-Jan-2003: New package: P<ghostscript-8.00-20030103>
03-Jan-2003: New package: P<gcc33-3.3s20021230-20030103>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]