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-Oct-2005 09:15:34
Branch: HEAD Handle: 2005100608153202
Modified files:
openpkg-src/curl curl.spec
openpkg-src/gpa gpa.spec
openpkg-src/libgda libgda.spec
openpkg-src/libgdome libgdome.spec
openpkg-src/libgnomeprint
libgnomeprint.spec
openpkg-src/xft xft.spec
openpkg-src/xrender xrender.spec
Log:
consistently make 'pkgconfig' a build-time dependency only (even just
providing a *.pc file still doesn't require an installed pkgconfig for
the RUN-TIME of the package itself -- only for the BUILD-TIME of a
consumer of the *.pc file)
Summary:
Revision Changes Path
1.72 +3 -3 openpkg-src/curl/curl.spec
1.8 +4 -4 openpkg-src/gpa/gpa.spec
1.13 +5 -7 openpkg-src/libgda/libgda.spec
1.24 +5 -3 openpkg-src/libgdome/libgdome.spec
1.3 +2 -2 openpkg-src/libgnomeprint/libgnomeprint.spec
1.15 +4 -4 openpkg-src/xft/xft.spec
1.20 +3 -3 openpkg-src/xrender/xrender.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/curl/curl.spec
============================================================================
$ cvs diff -u -r1.71 -r1.72 curl.spec
--- openpkg-src/curl/curl.spec 2 Sep 2005 06:37:09 -0000 1.71
+++ openpkg-src/curl/curl.spec 6 Oct 2005 07:15:34 -0000 1.72
@@ -33,7 +33,7 @@
Group: Web
License: GPL
Version: 7.14.1
-Release: 20050902
+Release: 20051006
# package options
%option with_ssl yes
@@ -57,8 +57,8 @@
PreReq: zlib
%endif
%if "%{with_idn}" == "yes"
-BuildPreReq: pkgconfig, libidn
-PreReq: pkgconfig, libidn
+BuildPreReq: libidn, pkgconfig
+PreReq: libidn
%endif
AutoReq: no
AutoReqProv: no
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/gpa/gpa.spec
============================================================================
$ cvs diff -u -r1.7 -r1.8 gpa.spec
--- openpkg-src/gpa/gpa.spec 24 Mar 2005 11:18:57 -0000 1.7
+++ openpkg-src/gpa/gpa.spec 6 Oct 2005 07:15:34 -0000 1.8
@@ -33,7 +33,7 @@
Group: Cryptography
License: GPL
Version: 0.7.0
-Release: 20041006
+Release: 20051006
# list of sources
Source0: ftp://ftp.gnupg.org/gcrypt/alpha/gpa/gpa-%{version}.tar.gz
@@ -41,10 +41,10 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130
+BuildPreReq: OpenPKG, openpkg >= 20040130, pkgconfig
PreReq: OpenPKG, openpkg >= 20040130
-BuildPreReq: X11, pkgconfig, gtk2, libiconv, gettext, gpgme, getopt
-PreReq: X11, pkgconfig, gtk2, libiconv, gettext, gpgme, getopt
+BuildPreReq: X11, gtk2, libiconv, gettext, gpgme, getopt
+PreReq: X11, gtk2, libiconv, gettext, gpgme, getopt
AutoReq: no
AutoReqProv: no
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/libgda/libgda.spec
============================================================================
$ cvs diff -u -r1.12 -r1.13 libgda.spec
--- openpkg-src/libgda/libgda.spec 25 Sep 2005 17:19:50 -0000 1.12
+++ openpkg-src/libgda/libgda.spec 6 Oct 2005 07:15:33 -0000 1.13
@@ -24,7 +24,7 @@
# package version
%define V_major 1.3
-%define V_minor 4
+%define V_minor 91
# package information
Name: libgda
@@ -37,7 +37,7 @@
Group: Database
License: GPL/LGPL
Version: %{V_major}.%{V_minor}
-Release: 20050925
+Release: 20051006
# package options
%option with_sqlite yes
@@ -52,12 +52,10 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, make
+BuildPreReq: OpenPKG, openpkg >= 20040130, make, pkgconfig
PreReq: OpenPKG, openpkg >= 20040130
-BuildPreReq: pkgconfig, glib2
-PreReq: pkgconfig, glib2
-BuildPreReq: libxml, libxslt, perl-xml
-PreReq: libxml, libxslt, perl-xml
+BuildPreReq: glib2, libxml, libxslt, perl-xml
+PreReq: glib2, libxml, libxslt, perl-xml
%if "%{with_sqlite}" == "yes"
BuildPreReq: sqlite
PreReq: sqlite
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/libgdome/libgdome.spec
============================================================================
$ cvs diff -u -r1.23 -r1.24 libgdome.spec
--- openpkg-src/libgdome/libgdome.spec 24 Mar 2005 11:19:16 -0000
1.23
+++ openpkg-src/libgdome/libgdome.spec 6 Oct 2005 07:15:33 -0000
1.24
@@ -33,7 +33,7 @@
Group: SGML
License: LGPL
Version: 0.8.1
-Release: 20040207
+Release: 20051006
# list of sources
Source0: http://gdome2.cs.unibo.it/tarball/gdome2-%{version}.tar.gz
@@ -41,8 +41,10 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, libxml, libiconv, glib2,
pkgconfig, gcc
-PreReq: OpenPKG, openpkg >= 20040130, libxml, libiconv, glib2,
pkgconfig
+BuildPreReq: OpenPKG, openpkg >= 20040130, pkgconfig, gcc
+PreReq: OpenPKG, openpkg >= 20040130
+BuildPreReq: libxml, libiconv, glib2
+PreReq: libxml, libiconv, glib2
AutoReq: no
AutoReqProv: no
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/libgnomeprint/libgnomeprint.spec
============================================================================
$ cvs diff -u -r1.2 -r1.3 libgnomeprint.spec
--- openpkg-src/libgnomeprint/libgnomeprint.spec 17 Sep 2005 18:43:56
-0000 1.2
+++ openpkg-src/libgnomeprint/libgnomeprint.spec 6 Oct 2005 07:15:33
-0000 1.3
@@ -37,7 +37,7 @@
Group: Text
License: GPL
Version: %{V_major}.%{V_minor}
-Release: 20050917
+Release: 20051006
# list of sources
Source0:
ftp://ftp.gnome.org/pub/gnome/sources/libgnomeprint/%{V_major}/libgnomeprint-%{version}.tar.gz
@@ -47,7 +47,7 @@
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040130, pkgconfig
-PreReq: OpenPKG, openpkg >= 20040130, pkgconfig
+PreReq: OpenPKG, openpkg >= 20040130
BuildPreReq: libiconv, gettext, glib2, freetype, zlib
PreReq: libiconv, gettext, glib2, freetype, zlib
AutoReq: no
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/xft/xft.spec
============================================================================
$ cvs diff -u -r1.14 -r1.15 xft.spec
--- openpkg-src/xft/xft.spec 5 Apr 2005 18:36:15 -0000 1.14
+++ openpkg-src/xft/xft.spec 6 Oct 2005 07:15:32 -0000 1.15
@@ -33,7 +33,7 @@
Group: XWindow
License: GPL
Version: 2.1.6
-Release: 20050405
+Release: 20051006
# list of sources
Source0:
http://freedesktop.org/~ajax/xlibs-release/libXft-%{version}.tar.bz2
@@ -42,10 +42,10 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130
+BuildPreReq: OpenPKG, openpkg >= 20040130, pkgconfig
PreReq: OpenPKG, openpkg >= 20040130
-BuildPreReq: X11, fontconfig >= 2.2.90, freetype >= 2.1.7, pkgconfig,
xrender, expat
-PreReq: X11, fontconfig >= 2.2.90, freetype >= 2.1.7, pkgconfig,
xrender, expat
+BuildPreReq: X11, fontconfig >= 2.2.90, freetype >= 2.1.7, xrender, expat
+PreReq: X11, fontconfig >= 2.2.90, freetype >= 2.1.7, xrender, expat
AutoReq: no
AutoReqProv: no
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/xrender/xrender.spec
============================================================================
$ cvs diff -u -r1.19 -r1.20 xrender.spec
--- openpkg-src/xrender/xrender.spec 26 Jul 2005 06:50:31 -0000 1.19
+++ openpkg-src/xrender/xrender.spec 6 Oct 2005 07:15:32 -0000 1.20
@@ -37,7 +37,7 @@
Group: XWindow
License: GPL
Version: %{V_xrender}
-Release: 20050726
+Release: 20051006
# list of sources
Source0:
http://freedesktop.org/~ajax/xlibs-release/renderext-%{V_render}.tar.bz2
@@ -47,8 +47,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, X11, pkgconfig >= 0.14.0
-PreReq: OpenPKG, openpkg >= 20040130, X11, pkgconfig >= 0.14.0
+BuildPreReq: OpenPKG, openpkg >= 20040130, X11, pkgconfig
+PreReq: OpenPKG, openpkg >= 20040130, X11
AutoReq: no
AutoReqProv: no
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]