OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web, openpkg-src Date: 03-Oct-2002 09:44:18
Branch: HEAD Handle: 2002100308441701
Modified files:
openpkg-src/perl-xml perl-xml.spec
openpkg-web news.txt
Log:
use new l_test macro
Summary:
Revision Changes Path
1.19 +6 -6 openpkg-src/perl-xml/perl-xml.spec
1.1684 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-src/perl-xml/perl-xml.spec
============================================================
$ cvs diff -u -r1.18 -r1.19 perl-xml.spec
--- openpkg-src/perl-xml/perl-xml.spec 1 Oct 2002 19:39:39 -0000 1.18
+++ openpkg-src/perl-xml/perl-xml.spec 3 Oct 2002 07:44:18 -0000 1.19
@@ -45,10 +45,10 @@
# package options
%ifndef with_libxml
-%define with_libxml no
+%define with_libxml %{l_test -p libxml}
%endif
%ifndef with_libxslt
-%define with_libxslt no
+%define with_libxslt %{l_test -p libxslt}
%endif
%if "%{with_libxslt}" == "yes" && "%{with_libxml}" == "no"
%define with_libxml yes
@@ -63,8 +63,8 @@
Distribution: OpenPKG [BASE]
Group: Language
License: GPL/Artistic
-Version: 20021001
-Release: 20021001
+Version: 20021003
+Release: 20021003
# list of sources
Source0:
http://www.cpan.org/modules/by-module/XML/XML-Parser-%{V_xml_parser}.tar.gz
@@ -89,8 +89,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, perl, expat
-PreReq: OpenPKG, openpkg >= 20020206, perl
+BuildPreReq: OpenPKG, openpkg >= 20021002, perl, expat
+PreReq: OpenPKG, openpkg >= 20021002, perl
%if "%{with_libxml}" == "yes"
BuildPreReq: libxml
%endif
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.1683 -r1.1684 news.txt
--- openpkg-web/news.txt 3 Oct 2002 07:18:57 -0000 1.1683
+++ openpkg-web/news.txt 3 Oct 2002 07:44:17 -0000 1.1684
@@ -1,3 +1,4 @@
+03-Oct-2002: Upgraded package: P<perl-xml-20021003-20021003>
03-Oct-2002: Upgraded package: P<uvscan-4.1.6.4227-20021003>
03-Oct-2002: Upgraded package: P<postgresql-7.2.3-20021003>
03-Oct-2002: Upgraded package: P<c-client-2002rc7-20021003>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]