OpenPKG CVS Repository
http://www.openpkg.org/cvsweb/cvsweb.cgi
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web, openpkg-src Date: 29-Aug-2002 15:17:48
Branch: HEAD Handle: 2002082914174701
Modified files:
openpkg-src/glib2 glib2.spec
openpkg-web news.txt
Log:
Corrected configure logic, improved description, and added gettext dependency.
Summary:
Revision Changes Path
1.5 +8 -5 openpkg-src/glib2/glib2.spec
1.1438 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-src/glib2/glib2.spec
============================================================
$ cvs diff -u -r1.4 -r1.5 glib2.spec
--- openpkg-src/glib2/glib2.spec 21 Aug 2002 13:21:22 -0000 1.4
+++ openpkg-src/glib2/glib2.spec 29 Aug 2002 13:17:48 -0000 1.5
@@ -33,7 +33,7 @@
Group: Algorithm
License: GPL
Version: 2.0.6
-Release: 20020821
+Release: 20020829
# list of sources
Source0: ftp://ftp.gtk.org/pub/gtk/v2.0/glib-%{version}.tar.gz
@@ -41,18 +41,20 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, pkgconfig
+BuildPreReq: OpenPKG, openpkg >= 20020206, pkgconfig, gettext
PreReq: OpenPKG, openpkg >= 20020206
AutoReq: no
AutoReqProv: no
%description
- The utility library of Gtk.
+ GLib is the low-level core library that forms the basis of GTK+
+ and GNOME. It provides data structure handling for C, portability
+ wrappers, and interfaces for such runtime functionality as an
+ event loop, threads, dynamic loading, and an object system.
%prep
%setup -q -n glib-%{version}
-
%build
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
@@ -61,7 +63,8 @@
--prefix=%{l_prefix} \
--disable-debug \
--disable-threads \
- --disable-shared
+ --disable-shared \
+ --with-included-gettext
%{l_make} %{l_mflags -O}
%install
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.1437 -r1.1438 news.txt
--- openpkg-web/news.txt 29 Aug 2002 13:11:15 -0000 1.1437
+++ openpkg-web/news.txt 29 Aug 2002 13:17:47 -0000 1.1438
@@ -1,3 +1,4 @@
+29-Aug-2002: Upgraded package: P<glib2-2.0.6-20020829>
29-Aug-2002: Upgraded package: P<glib-1.2.10-20020829>
29-Aug-2002: Upgraded package: P<imapd-2.1.8-20020829>
29-Aug-2002: Upgraded package: P<geoip-1.0.4-20020829>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]