OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 11-Oct-2003 19:26:32
Branch: HEAD Handle: 2003101118263001
Modified files:
openpkg-src/ghostscript ghostscript.spec
openpkg-web news.txt
Log:
At least optionally allow to use the most common standard paper size
Summary:
Revision Changes Path
1.43 +6 -1 openpkg-src/ghostscript/ghostscript.spec
1.6966 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ghostscript/ghostscript.spec
============================================================================
$ cvs diff -u -r1.42 -r1.43 ghostscript.spec
--- openpkg-src/ghostscript/ghostscript.spec 18 Sep 2003 15:38:12 -0000 1.42
+++ openpkg-src/ghostscript/ghostscript.spec 11 Oct 2003 17:26:31 -0000 1.43
@@ -42,10 +42,11 @@
Group: Graphics
License: Aladdin
Version: %{V_real}
-Release: 20030918
+Release: 20031011
# package options
%option with_x11 yes
+%option with_def_a4 no
# list of sources
Source0:
ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/gs%{V_comp}/ghostscript-%{V_real}.tar.bz2
@@ -116,7 +117,11 @@
-e 's;DEVICE_DEVS=.*$;DEVICE_DEVS=;' \
src/unix-gcc.mak
%endif
+%if "%{with_def_a4}" == "yes"
+ %{l_make} %{l_mflags} -f src/unix-gcc.mak XCFLAGS="-DA4"
+%else
%{l_make} %{l_mflags} -f src/unix-gcc.mak
+%endif
%install
rm -rf $RPM_BUILD_ROOT
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6965 -r1.6966 news.txt
--- openpkg-web/news.txt 11 Oct 2003 08:04:01 -0000 1.6965
+++ openpkg-web/news.txt 11 Oct 2003 17:26:30 -0000 1.6966
@@ -1,3 +1,4 @@
+11-Oct-2003: Upgraded package: P<ghostscript-8.11-20031011>
11-Oct-2003: Upgraded package: P<fvwm-2.4.17-20031011>
11-Oct-2003: Upgraded package: P<perl-util-20031011-20031011>
10-Oct-2003: Upgraded package: P<rdist-7.0.0a10-20031010>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]