OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 31-Jan-2003 13:51:46
Branch: HEAD Handle: 2003013112514401
Modified files:
openpkg-src/glib2 glib2.spec
openpkg-web news.txt
Log:
add optional thread support here, too.
Summary:
Revision Changes Path
1.14 +10 -3 openpkg-src/glib2/glib2.spec
1.3124 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/glib2/glib2.spec
============================================================================
$ cvs diff -u -r1.13 -r1.14 glib2.spec
--- openpkg-src/glib2/glib2.spec 16 Jan 2003 15:42:09 -0000 1.13
+++ openpkg-src/glib2/glib2.spec 31 Jan 2003 12:51:45 -0000 1.14
@@ -37,7 +37,10 @@
Group: Algorithm
License: GPL
Version: %{V_glib}
-Release: 20030116
+Release: 20030131
+
+# package options
+%option with_threads no
# list of sources
Source0: ftp://ftp.gtk.org/pub/gtk/v%{V_gtk_major}/glib-%{V_glib}.tar.gz
@@ -67,8 +70,12 @@
./configure \
--prefix=%{l_prefix} \
--disable-debug \
- --disable-threads \
- --disable-shared
+ --disable-shared \
+%if "%{with_threads}" == "yes"
+ --enable-threads
+%else
+ --disable-threads
+%endif
%{l_make} %{l_mflags -O}
%install
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.3123 -r1.3124 news.txt
--- openpkg-web/news.txt 31 Jan 2003 12:47:55 -0000 1.3123
+++ openpkg-web/news.txt 31 Jan 2003 12:51:44 -0000 1.3124
@@ -1,3 +1,4 @@
+31-Jan-2003: Upgraded package: P<glib2-2.2.0-20030131>
31-Jan-2003: Upgraded package: P<glib-1.2.10-20030131>
31-Jan-2003: New package: P<libmikmod-3.1.10-20030131>
31-Jan-2003: Upgraded package: P<xmms-1.2.7-20030131>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]