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:32:49
Branch: HEAD Handle: 2003010311324801
Modified files:
openpkg-src/perl-dbi perl-dbi.spec
openpkg-web news.txt
Log:
upgrade to new %option world order
Summary:
Revision Changes Path
1.39 +7 -9 openpkg-src/perl-dbi/perl-dbi.spec
1.2526 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-dbi/perl-dbi.spec
============================================================================
$ cvs diff -u -r1.38 -r1.39 perl-dbi.spec
--- openpkg-src/perl-dbi/perl-dbi.spec 3 Jan 2003 08:22:49 -0000 1.38
+++ openpkg-src/perl-dbi/perl-dbi.spec 3 Jan 2003 11:32:49 -0000 1.39
@@ -33,11 +33,6 @@
%define V_dbd_pg 1.20
%define V_dbd_oracle 1.12
-# package options
-%option with_dbd_mysql no
-%option with_dbd_pg no
-%option with_dbd_oracle no
-
# package information
Name: perl-dbi
Summary: Perl Modules for use with DBI API
@@ -50,6 +45,11 @@
Version: 20030103
Release: 20030103
+# package options
+%option with_dbd_mysql no
+%option with_dbd_pg no
+%option with_dbd_oracle no
+
# list of sources
Source0: http://www.cpan.org/modules/by-module/DBI/DBI-%{V_dbi}.tar.gz
Source1:
http://www.cpan.org/modules/by-module/SQL/SQL-Statement-%{V_sql_statement}.tar.gz
@@ -63,8 +63,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20021230, perl >= 5.8.0, perl-net
-PreReq: OpenPKG, openpkg >= 20021230, perl >= 5.8.0, perl-net
+BuildPreReq: OpenPKG, openpkg >= 20030103, perl >= 5.8.0, perl-net
+PreReq: OpenPKG, openpkg >= 20030103, perl >= 5.8.0, perl-net
%if "%{with_dbd_mysql}" == "yes"
BuildPreReq: mysql
PreReq: mysql
@@ -86,8 +86,6 @@
- DBD::mysql (%{V_dbd_mysql}) [%{with_dbd_mysql}]
- DBD::Pg (%{V_dbd_pg}) [%{with_dbd_pg}]
- DBD::Oracle (%{V_dbd_oracle}) [%{with_dbd_oracle}]
-
- %options -p15
%prep
%setup0 -q -c
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2525 -r1.2526 news.txt
--- openpkg-web/news.txt 3 Jan 2003 11:32:11 -0000 1.2525
+++ openpkg-web/news.txt 3 Jan 2003 11:32:48 -0000 1.2526
@@ -1,3 +1,4 @@
+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>
03-Jan-2003: New package: P<mutt-1.4i-20030103>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]