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 Date: 11-Feb-2004 15:49:12
Branch: HEAD Handle: 2004021114491200
Modified files:
openpkg-src/uuid uuid.spec
Log:
upgrading package: uuid 0.9.5 -> 0.9.6
Summary:
Revision Changes Path
1.10 +8 -2 openpkg-src/uuid/uuid.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/uuid/uuid.spec
============================================================================
$ cvs diff -u -r1.9 -r1.10 uuid.spec
--- openpkg-src/uuid/uuid.spec 6 Feb 2004 08:56:16 -0000 1.9
+++ openpkg-src/uuid/uuid.spec 11 Feb 2004 14:49:12 -0000 1.10
@@ -33,8 +33,11 @@
Class: BASE
Group: System
License: MIT/X11-style
-Version: 0.9.5
-Release: 20040206
+Version: 0.9.6
+Release: 20040211
+
+# package options
+%option with_dce no
# list of sources
Source0: ftp://ftp.ossp.org/pkg/lib/uuid/uuid-%{version}.tar.gz
@@ -78,6 +81,9 @@
CFLAGS="%{l_cflags -O}" \
./configure \
--prefix=%{l_prefix} \
+%if "%{with_dce}" == "yes"
+ --with-dce \
+%endif
--disable-shared
%{l_make} %{l_mflags -O}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]