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: 01-Nov-2008 10:28:26
Branch: HEAD Handle: 2008110109282600
Modified files:
openpkg-src/apr apr.spec
Log:
I don't see why sed(1) should be required under run-time, so remove it
there
Summary:
Revision Changes Path
1.57 +4 -4 openpkg-src/apr/apr.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apr/apr.spec
============================================================================
$ cvs diff -u -r1.56 -r1.57 apr.spec
--- openpkg-src/apr/apr.spec 16 Aug 2008 15:16:04 -0000 1.56
+++ openpkg-src/apr/apr.spec 1 Nov 2008 09:28:26 -0000 1.57
@@ -36,7 +36,7 @@
Group: Libraries
License: Apache
Version: %{V_apr}
-Release: 20080816
+Release: 20081101
# package options
%option with_threads no
@@ -53,10 +53,10 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, make
+BuildPreReq: OpenPKG, openpkg >= 20040130, make, sed
PreReq: OpenPKG, openpkg >= 20040130
-BuildPreReq: expat, sed
-PreReq: expat, sed
+BuildPreReq: expat
+PreReq: expat
%if "%{with_db}" == "yes"
BuildPreReq: db >= 4.6
PreReq: db >= 4.6
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]