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: 30-Dec-2002 16:25:49
Branch: HEAD Handle: 2002123015254801
Modified files:
openpkg-src/ghostscript ghostscript.spec
openpkg-web news.txt
Log:
switch to %option(s)
Summary:
Revision Changes Path
1.28 +5 -8 openpkg-src/ghostscript/ghostscript.spec
1.2438 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ghostscript/ghostscript.spec
============================================================================
$ cvs diff -u -r1.27 -r1.28 ghostscript.spec
--- openpkg-src/ghostscript/ghostscript.spec 22 Nov 2002 07:44:26 -0000 1.27
+++ openpkg-src/ghostscript/ghostscript.spec 30 Dec 2002 15:25:49 -0000 1.28
@@ -32,9 +32,7 @@
%define V_zlib 1.1.4
# package options
-%ifndef with_x11
-%define with_x11 %{l_test -p x11}
-%endif
+%option with_x11 %{l_test -p x11}
# package information
Name: ghostscript
@@ -46,7 +44,7 @@
Group: Graphics
License: Aladdin
Version: %{V_real}
-Release: 20021122
+Release: 20021230
# list of sources
Source0:
ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/gs%{V_mini}/ghostscript-%{V_real}.tar.bz2
@@ -59,8 +57,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20021002, gcc
-PreReq: OpenPKG, openpkg >= 20021002
+BuildPreReq: OpenPKG, openpkg >= 20021230, gcc
+PreReq: OpenPKG, openpkg >= 20021230
%if "%{with_x11}" == "yes"
BuildPreReq: X11
PreReq: X11
@@ -75,8 +73,7 @@
language capability built in. It also works with Portable Document Format
files (PDF), providing the same set of functionality as with PostScript.
- Options:
- --define 'with_x11 %{with_x11}'
+ %options
%prep
%setup0 -q -c
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2437 -r1.2438 news.txt
--- openpkg-web/news.txt 30 Dec 2002 14:57:07 -0000 1.2437
+++ openpkg-web/news.txt 30 Dec 2002 15:25:48 -0000 1.2438
@@ -1,3 +1,4 @@
+30-Dec-2002: Upgraded package: P<ghostscript-8.00-20021230>
30-Dec-2002: Upgraded package: P<gcc-3.2.1-20021230>
30-Dec-2002: Upgraded package: P<fsl-1.0.6-20021230>
30-Dec-2002: Upgraded package: P<flex-2.5.4a-20021230>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]