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: 04-Oct-2006 12:01:13
Branch: HEAD Handle: 2006100411011300
Modified files:
openpkg-src/aegis aegis.spec
Log:
try to use OpenPKG's libfile instead of system one (in case it is
existing)
Summary:
Revision Changes Path
1.58 +3 -3 openpkg-src/aegis/aegis.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/aegis/aegis.spec
============================================================================
$ cvs diff -u -r1.57 -r1.58 aegis.spec
--- openpkg-src/aegis/aegis.spec 16 May 2006 08:26:52 -0000 1.57
+++ openpkg-src/aegis/aegis.spec 4 Oct 2006 10:01:13 -0000 1.58
@@ -33,7 +33,7 @@
Group: SCM
License: GPL
Version: 4.22
-Release: 20060516
+Release: 20061004
# list of sources
Source0: http://aegis.sourceforge.net/aegis-%{version}.tar.gz
@@ -44,8 +44,8 @@
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040130, perl, bison, groff, gcc
PreReq: OpenPKG, openpkg >= 20040130, perl
-BuildPreReq: zlib, bzip2, gettext, libiconv, uuid, curl, libxml
-PreReq: zlib, bzip2, gettext, libiconv, uuid, curl, libxml
+BuildPreReq: zlib, bzip2, gettext, libiconv, file, uuid, curl, libxml
+PreReq: zlib, bzip2, gettext, libiconv, file, uuid, curl, libxml
AutoReq: no
AutoReqProv: no
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]