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: 02-Sep-2005 16:42:15
Branch: HEAD Handle: 2005090215421500
Modified files:
openpkg-src/uuid uuid.spec
Log:
upgrading package: uuid 1.2.1 -> 1.3.0
Summary:
Revision Changes Path
1.27 +26 -9 openpkg-src/uuid/uuid.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/uuid/uuid.spec
============================================================================
$ cvs diff -u -r1.26 -r1.27 uuid.spec
--- openpkg-src/uuid/uuid.spec 30 Aug 2005 20:37:08 -0000 1.26
+++ openpkg-src/uuid/uuid.spec 2 Sep 2005 14:42:15 -0000 1.27
@@ -32,12 +32,14 @@
Class: BASE
Group: System
License: MIT/X11-style
-Version: 1.2.1
-Release: 20050830
+Version: 1.3.0
+Release: 20050902
# package options
%option with_dce no
+%option with_cxx no
%option with_perl no
+%option with_php no
# list of sources
Source0: ftp://ftp.ossp.org/pkg/lib/uuid/uuid-%{version}.tar.gz
@@ -47,20 +49,30 @@
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20050615
PreReq: OpenPKG, openpkg >= 20050615
+%if "%{with_cxx}" == "yes"
+BuildPreReq: gcc
+%endif
%if "%{with_perl}" == "yes"
BuildPreReq: perl, perl-openpkg
PreReq: perl
%endif
+%if "%{with_php}" == "yes"
+BuildPreReq: php, autoconf, libtool
+PreReq: php
+%endif
AutoReq: no
AutoReqProv: no
%description
- OSSP uuid is a ISO-C application programming interface (API) and
- corresponding command line interface (CLI) for the generation of DCE
- 1.1, ISO/IEC 11578:1996 and RFC 4122 compliant Universally Unique
- Identifier (UUID). It supports DCE 1.1 variant UUIDs of version 1
- (time and node based), version 3 (name based) and version 4 (random
- number based).
+ OSSP uuid is a ISO-C:1999 application programming interface (API)
+ and corresponding command line interface (CLI) for the generation
+ of DCE 1.1, ISO/IEC 11578:1996 and RFC 4122 compliant Universally
+ Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of
+ version 1 (time and node based), version 3 (name based, MD5),
+ version 4 (random number based) and version 5 (name based, SHA-1).
+ Additional API bindings are provided for the languages ISO-C++:1998,
+ Perl:5 and PHP:4/5. Optional backward compatibility exists for the
+ ISO-C DCE-1.1 and Perl Data::UUID APIs.
UUIDs are 128 bit numbers which are intended to have a high
likelihood of uniqueness over space and time and are computationally
@@ -79,7 +91,6 @@
%prep
%setup -q
- cp %{l_shtool} .
%build
CC="%{l_cc}" \
@@ -89,6 +100,12 @@
%if "%{with_dce}" == "yes"
--with-dce \
%endif
+%if "%{with_cxx}" == "yes"
+ --with-cxx \
+%endif
+%if "%{with_php}" == "yes"
+ --with-php \
+%endif
--disable-shared
%{l_make} %{l_mflags -O}
%if "%{with_perl}" == "yes"
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]