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: 30-Dec-2002 19:10:46
Branch: HEAD Handle: 2002123018104501
Modified files:
openpkg-src/perl-xml perl-xml.spec
openpkg-web news.txt
Log:
switch to %option(s)
Summary:
Revision Changes Path
1.40 +12 -16 openpkg-src/perl-xml/perl-xml.spec
1.2444 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-xml/perl-xml.spec
============================================================================
$ cvs diff -u -r1.39 -r1.40 perl-xml.spec
--- openpkg-src/perl-xml/perl-xml.spec 20 Dec 2002 19:32:51 -0000 1.39
+++ openpkg-src/perl-xml/perl-xml.spec 30 Dec 2002 18:10:46 -0000 1.40
@@ -53,21 +53,17 @@
%define V_xml_gdome 0.82
# package options
-%ifndef with_libxml
-%define with_libxml %{l_test -p libxml}
-%endif
-%ifndef with_libxslt
-%define with_libxslt %{l_test -p libxslt}
-%endif
-%ifndef with_libgdome
-%define with_libgdome %{l_test -p libgdome}
-%endif
+%option with_libxml %{l_test -p libxml}
+%option with_libxslt %{l_test -p libxslt}
+%option with_libgdome %{l_test -p libgdome}
# package inter-dependencies
-%if "%{with_libxslt}" == "yes" && "%{with_libxml}" == "no"
+%if "%{with_libxslt}" == "yes"
+%undefine with_libxml
%define with_libxml yes
%endif
-%if "%{with_libgdome}" == "yes" && "%{with_libxml}" == "no"
+%if "%{with_libgdome}" == "yes"
+%undefine with_libxml
%define with_libxml yes
%endif
@@ -80,8 +76,8 @@
Distribution: OpenPKG [BASE]
Group: Language
License: GPL/Artistic
-Version: 20021215
-Release: 20021215
+Version: 20021230
+Release: 20021230
# list of sources
Source0:
http://www.cpan.org/modules/by-module/XML/XML-Parser-%{V_xml_parser}.tar.gz
@@ -115,8 +111,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20021002, perl >= 5.8.0, expat
-PreReq: OpenPKG, openpkg >= 20021002, perl >= 5.8.0
+BuildPreReq: OpenPKG, openpkg >= 20021230, perl >= 5.8.0, expat
+PreReq: OpenPKG, openpkg >= 20021230, perl >= 5.8.0
%if "%{with_libxml}" == "yes"
BuildPreReq: libxml
%endif
@@ -165,7 +161,7 @@
- SOAP::Lite::SmartProxy (%{V_soap_lite_smartproxy})
- SOAP::payload (%{V_soap_payload})
- Options: none
+ %options -p13
%prep
%setup0 -q -c
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2443 -r1.2444 news.txt
--- openpkg-web/news.txt 30 Dec 2002 18:08:11 -0000 1.2443
+++ openpkg-web/news.txt 30 Dec 2002 18:10:45 -0000 1.2444
@@ -1,3 +1,4 @@
+30-Dec-2002: Upgraded package: P<perl-xml-20021230-20021230>
30-Dec-2002: Upgraded package: P<perl-dbi-20021230-20021230>
30-Dec-2002: Upgraded package: P<openssh-3.5p1-20021230>
30-Dec-2002: Upgraded package: P<gcc33-3.3s20021223-20021230>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]