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:08:12
Branch: HEAD Handle: 2002123018081101
Modified files:
openpkg-src/perl-dbi perl-dbi.spec
openpkg-web news.txt
Log:
switch to %option(s)
Summary:
Revision Changes Path
1.35 +8 -17 openpkg-src/perl-dbi/perl-dbi.spec
1.2443 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-dbi/perl-dbi.spec
============================================================================
$ cvs diff -u -r1.34 -r1.35 perl-dbi.spec
--- openpkg-src/perl-dbi/perl-dbi.spec 29 Dec 2002 19:13:10 -0000 1.34
+++ openpkg-src/perl-dbi/perl-dbi.spec 30 Dec 2002 18:08:12 -0000 1.35
@@ -34,15 +34,9 @@
%define V_dbd_oracle 1.12
# package options
-%ifndef with_dbd_mysql
-%define with_dbd_mysql no
-%endif
-%ifndef with_dbd_pg
-%define with_dbd_pg no
-%endif
-%ifndef with_dbd_oracle
-%define with_dbd_oracle no
-%endif
+%option with_dbd_mysql no
+%option with_dbd_pg no
+%option with_dbd_oracle no
# package information
Name: perl-dbi
@@ -53,8 +47,8 @@
Distribution: OpenPKG [BASE]
Group: Language
License: GPL/Artistic
-Version: 20021229
-Release: 20021229
+Version: 20021230
+Release: 20021230
# list of sources
Source0: http://www.cpan.org/modules/by-module/DBI/DBI-%{V_dbi}.tar.gz
@@ -69,8 +63,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, perl >= 5.8.0, perl-net
-PreReq: OpenPKG, openpkg >= 20020206, perl >= 5.8.0, perl-net
+BuildPreReq: OpenPKG, openpkg >= 20021230, perl >= 5.8.0, perl-net
+PreReq: OpenPKG, openpkg >= 20021230, perl >= 5.8.0, perl-net
%if "%{with_dbd_mysql}" == "yes"
BuildPreReq: mysql
PreReq: mysql
@@ -93,10 +87,7 @@
- DBD::Pg (%{V_dbd_pg}) [%{with_dbd_pg}]
- DBD::Oracle (%{V_dbd_oracle}) [%{with_dbd_oracle}]
- Options:
- --define 'with_dbd_mysql %{with_dbd_mysql}'
- --define 'with_dbd_pg %{with_dbd_pg}'
- --define 'with_dbd_oracle %{with_dbd_oracle}'
+ %options -p15
%prep
%setup0 -q -c
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2442 -r1.2443 news.txt
--- openpkg-web/news.txt 30 Dec 2002 18:03:17 -0000 1.2442
+++ openpkg-web/news.txt 30 Dec 2002 18:08:11 -0000 1.2443
@@ -1,3 +1,4 @@
+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>
30-Dec-2002: Upgraded package: P<mutt-1.4i-20021230>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]