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: 06-Jun-2005 13:40:57
Branch: HEAD Handle: 2005060612405700
Modified files:
openpkg-src/pkgconfig pkgconfig.spec
Log:
pkgconfig contains a local copy of glib 1.x, so no need to depend on
glib 2.x; this especially breaks the circular dependency between the
pkgconfig and the glib2 package
Summary:
Revision Changes Path
1.29 +3 -3 openpkg-src/pkgconfig/pkgconfig.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/pkgconfig/pkgconfig.spec
============================================================================
$ cvs diff -u -r1.28 -r1.29 pkgconfig.spec
--- openpkg-src/pkgconfig/pkgconfig.spec 3 May 2005 13:17:01 -0000
1.28
+++ openpkg-src/pkgconfig/pkgconfig.spec 6 Jun 2005 11:40:57 -0000
1.29
@@ -33,7 +33,7 @@
Group: Converter
License: GPL
Version: 0.17.2
-Release: 20050503
+Release: 20050606
# list of sources
Source0:
http://pkgconfig.freedesktop.org/releases/pkgconfig-%{version}.tar.gz
@@ -42,8 +42,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, glib2
-PreReq: OpenPKG, openpkg >= 20040130, glib2
+BuildPreReq: OpenPKG, openpkg >= 20040130
+PreReq: OpenPKG, openpkg >= 20040130
AutoReq: no
AutoReqProv: no
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]