OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 12-Oct-2006 13:10:42
Branch: HEAD Handle: 2006101212104200
Modified files:
openpkg-src/diction diction.spec
Log:
add support for more platforms by upgrading config.* scripts
Summary:
Revision Changes Path
1.3 +3 -2 openpkg-src/diction/diction.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/diction/diction.spec
============================================================================
$ cvs diff -u -r1.2 -r1.3 diction.spec
--- openpkg-src/diction/diction.spec 24 Sep 2006 12:07:22 -0000 1.2
+++ openpkg-src/diction/diction.spec 12 Oct 2006 11:10:42 -0000 1.3
@@ -33,7 +33,7 @@
Group: Writing
License: GPL
Version: 1.02
-Release: 20060924
+Release: 20061012
# list of sources
Source0: ftp://ftp.gnu.org/gnu/diction/diction-%{version}.tar.gz
@@ -41,7 +41,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130
+BuildPreReq: OpenPKG, openpkg >= 20040130, config
PreReq: OpenPKG, openpkg >= 20040130
AutoReq: no
AutoReqProv: no
@@ -65,6 +65,7 @@
%prep
%setup -q
+ %{l_prefix}/bin/config install
%build
CC="%{l_cc}" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]