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: 03-Jan-2003 12:48:35
Branch: HEAD Handle: 2003010311483301
Modified files:
openpkg-src/xerces-c xerces-c.spec
openpkg-web news.txt
Log:
upgrade to new %option world order
Summary:
Revision Changes Path
1.8 +13 -15 openpkg-src/xerces-c/xerces-c.spec
1.2544 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/xerces-c/xerces-c.spec
============================================================================
$ cvs diff -u -r1.7 -r1.8 xerces-c.spec
--- openpkg-src/xerces-c/xerces-c.spec 30 Dec 2002 22:07:43 -0000 1.7
+++ openpkg-src/xerces-c/xerces-c.spec 3 Jan 2003 11:48:34 -0000 1.8
@@ -27,16 +27,6 @@
%define V_opkg 2.1.0
%define V_dist 2_1_0
-# package options
-%option with_pth no
-%option with_threads no
-
-# package option dependencies
-%if "%{with_pth}" == "yes"
-%undefine with_threads
-%define with_threads yes
-%endif
-
# package information
Name: xerces-c
Summary: Validating XML parser
@@ -47,7 +37,17 @@
Group: Web
License: Apache Software License 1.1
Version: %{V_opkg}
-Release: 20021230
+Release: 20030103
+
+# package options
+%option with_pth no
+%option with_threads no
+
+# package option dependencies
+%if "%{with_pth}" == "yes"
+%undefine with_threads
+%define with_threads yes
+%endif
# list of sources
Source0:
http://xml.apache.org/dist/xerces-c/stable/xerces-c-src%{V_dist}.tar.gz
@@ -57,8 +57,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20021230, gcc, make, autoconf, libtool
-PreReq: OpenPKG, openpkg >= 20021230
+BuildPreReq: OpenPKG, openpkg >= 20030103, gcc, make, autoconf, libtool
+PreReq: OpenPKG, openpkg >= 20030103
%if "%{with_pth}" == "yes"
BuildPreReq: pth
PreReq: pth
@@ -68,8 +68,6 @@
%description
Xerces-C++ is a validating XML parser written in a portable subset of C++.
-
- %options -p12
%prep
%setup -q -n xerces-c-src%{V_dist}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2543 -r1.2544 news.txt
--- openpkg-web/news.txt 3 Jan 2003 11:47:38 -0000 1.2543
+++ openpkg-web/news.txt 3 Jan 2003 11:48:33 -0000 1.2544
@@ -1,3 +1,4 @@
+03-Jan-2003: New package: P<xerces-c-2.1.0-20030103>
03-Jan-2003: New package: P<tetex-1.0.7-20030103>
03-Jan-2003: New package: P<xalan-c-1.4-20030103>
03-Jan-2003: New package: P<vim-6.1.270-20030103>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]