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:33:36
Branch: HEAD Handle: 2003010311333501
Modified files:
openpkg-src/perl-xml perl-xml.spec
openpkg-web news.txt
Log:
upgrade to new %option world order
Summary:
Revision Changes Path
1.43 +15 -17 openpkg-src/perl-xml/perl-xml.spec
1.2527 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-xml/perl-xml.spec
============================================================================
$ cvs diff -u -r1.42 -r1.43 perl-xml.spec
--- openpkg-src/perl-xml/perl-xml.spec 30 Dec 2002 22:06:05 -0000 1.42
+++ openpkg-src/perl-xml/perl-xml.spec 3 Jan 2003 11:33:36 -0000 1.43
@@ -52,12 +52,24 @@
%define V_xml_xsh 1.6
%define V_xml_gdome 0.82
+# package information
+Name: perl-xml
+Summary: Perl Modules for use with XML
+URL: http://www.cpan.org/
+Vendor: Perl Community
+Packager: The OpenPKG Project
+Distribution: OpenPKG [BASE]
+Group: Language
+License: GPL/Artistic
+Version: 20030103
+Release: 20030103
+
# package options
%option with_libxml %{l_test -p libxml}
%option with_libxslt %{l_test -p libxslt}
%option with_libgdome %{l_test -p libgdome}
-# package inter-dependencies
+# package option dependencies
%if "%{with_libxslt}" == "yes"
%undefine with_libxml
%define with_libxml yes
@@ -67,18 +79,6 @@
%define with_libxml yes
%endif
-# package information
-Name: perl-xml
-Summary: Perl Modules for use with XML
-URL: http://www.cpan.org/
-Vendor: Perl Community
-Packager: The OpenPKG Project
-Distribution: OpenPKG [BASE]
-Group: Language
-License: GPL/Artistic
-Version: 20021230
-Release: 20021230
-
# list of sources
Source0:
http://www.cpan.org/modules/by-module/XML/XML-Parser-%{V_xml_parser}.tar.gz
Source1:
http://www.cpan.org/modules/by-module/XML/XML-RegExp-%{V_xml_regexp}.tar.gz
@@ -111,8 +111,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20021230, perl >= 5.8.0, expat
-PreReq: OpenPKG, openpkg >= 20021230, perl >= 5.8.0
+BuildPreReq: OpenPKG, openpkg >= 20030103, perl >= 5.8.0, expat
+PreReq: OpenPKG, openpkg >= 20030103, perl >= 5.8.0
%if "%{with_libxml}" == "yes"
BuildPreReq: libxml
%endif
@@ -160,8 +160,6 @@
- SOAP::Lite (%{V_soap_lite})
- SOAP::Lite::SmartProxy (%{V_soap_lite_smartproxy})
- SOAP::payload (%{V_soap_payload})
-
- %options -p13
%prep
%setup0 -q -c
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2526 -r1.2527 news.txt
--- openpkg-web/news.txt 3 Jan 2003 11:32:48 -0000 1.2526
+++ openpkg-web/news.txt 3 Jan 2003 11:33:35 -0000 1.2527
@@ -1,3 +1,4 @@
+03-Jan-2003: New package: P<perl-xml-20030103-20030103>
03-Jan-2003: New package: P<perl-dbi-20030103-20030103>
03-Jan-2003: New package: P<mysql-3.23.54a-20030103>
03-Jan-2003: New package: P<mozilla-1.2.1-20030103>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]