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 Date: 06-Feb-2005 14:52:19
Branch: HEAD Handle: 2005020613521800
Modified files:
openpkg-src/t1lib t1lib.spec
Log:
port to newer platforms by updating config.* scripts
Summary:
Revision Changes Path
1.9 +3 -2 openpkg-src/t1lib/t1lib.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/t1lib/t1lib.spec
============================================================================
$ cvs diff -u -r1.8 -r1.9 t1lib.spec
--- openpkg-src/t1lib/t1lib.spec 1 Jan 2005 10:55:08 -0000 1.8
+++ openpkg-src/t1lib/t1lib.spec 6 Feb 2005 13:52:18 -0000 1.9
@@ -34,7 +34,7 @@
Group: Graphics
License: LGPL
Version: 5.0.2
-Release: 20040309
+Release: 20050206
# list of sources
Source0:
ftp://sunsite.unc.edu/pub/Linux/libs/graphics/t1lib-%{version}.tar.gz
@@ -42,7 +42,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, X11, gcc, make
+BuildPreReq: OpenPKG, openpkg >= 20040130, X11, gcc, make, config
PreReq: OpenPKG, openpkg >= 20040130, X11
AutoReq: no
AutoReqProv: no
@@ -64,6 +64,7 @@
%prep
%setup -q
+ %{l_prefix}/bin/config install ac-tools
%build
CC="%{l_cc}" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]