|
|
@@ -28,6 +28,10 @@
|
|
|
%define V_dbix_dbschema 0.23
|
|
|
%define V_dbix_datasource 0.02
|
|
|
%define V_dbix_searchbuilder 0.99
|
|
|
+%define V_dbix_dwiw 0.36
|
|
|
+%define V_dbix_ha 0.56
|
|
|
+%define V_dbix_anydbd 2.01
|
|
|
+%define V_dbix_sqlengine 0.023
|
|
|
|
|
|
# package information
|
|
|
Name: perl-dbix
|
|
|
@@ -40,12 +44,16 @@ Class: BASE
|
|
|
Group: Language
|
|
|
License: GPL/Artistic
|
|
|
Version: %{V_perl}
|
|
|
-Release: 20040329
|
|
|
+Release: 20040413
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://www.cpan.org/modules/by-module/DBIx/DBIx-DBSchema-%{V_dbix_dbschema}.tar.gz
|
|
|
Source1: http://www.cpan.org/modules/by-module/DBIx/DBIx-DataSource-%{V_dbix_datasource}.tar.gz
|
|
|
Source2: http://www.cpan.org/modules/by-module/DBIx/DBIx-SearchBuilder-%{V_dbix_searchbuilder}.tar.gz
|
|
|
+Source3: http://www.cpan.org/modules/by-module/DBIx/DBIx-DWIW-%{V_dbix_dwiw}.tar.gz
|
|
|
+Source4: http://www.cpan.org/modules/by-module/DBIx/DBIx-HA-%{V_dbix_ha}.tar.gz
|
|
|
+Source5: http://www.cpan.org/modules/by-module/DBIx/DBIx-AnyDBD-%{V_dbix_anydbd}.tar.gz
|
|
|
+Source6: http://www.cpan.org/modules/by-module/DBIx/DBIx-SQLEngine-%{V_dbix_sqlengine}.tar.gz
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -62,6 +70,10 @@ AutoReqProv: no
|
|
|
- DBIx::DBSchema (%{V_dbix_dbschema})
|
|
|
- DBIx::DataSource (%{V_dbix_datasource})
|
|
|
- DBIx::SearchBuilder (%{V_dbix_searchbuilder})
|
|
|
+ - DBIx::DWIW (%{V_dbix_dwiw})
|
|
|
+ - DBIx::HA (%{V_dbix_ha})
|
|
|
+ - DBIx::AnyDBD (%{V_dbix_anydbd})
|
|
|
+ - DBIx::SQLEngine (%{V_dbix_sqlengine})
|
|
|
|
|
|
%track
|
|
|
prog perl-dbix:DBIx-DataSource = {
|
|
|
@@ -79,11 +91,35 @@ AutoReqProv: no
|
|
|
url = http://www.cpan.org/modules/by-module/DBIx/
|
|
|
regex = DBIx-SearchBuilder-(__VER__)\.tar\.gz
|
|
|
}
|
|
|
+ prog perl-dbix:DBIx-DWIW = {
|
|
|
+ version = %{V_dbix_dwiw}
|
|
|
+ url = http://www.cpan.org/modules/by-module/DBIx/
|
|
|
+ regex = DBIx-DWIW-(__VER__)\.tar\.gz
|
|
|
+ }
|
|
|
+ prog perl-dbix:DBIx-HA = {
|
|
|
+ version = %{V_dbix_ha}
|
|
|
+ url = http://www.cpan.org/modules/by-module/DBIx/
|
|
|
+ regex = DBIx-HA-(__VER__)\.tar\.gz
|
|
|
+ }
|
|
|
+ prog perl-dbix:DBIx-AnyDBD = {
|
|
|
+ version = %{V_dbix_anydbd}
|
|
|
+ url = http://www.cpan.org/modules/by-module/DBIx/
|
|
|
+ regex = DBIx-AnyDBD-(__VER__)\.tar\.gz
|
|
|
+ }
|
|
|
+ prog perl-dbix:DBIx-SQLEngine = {
|
|
|
+ version = %{V_dbix_sqlengine}
|
|
|
+ url = http://www.cpan.org/modules/by-module/DBIx/
|
|
|
+ regex = DBIx-SQLEngine-(__VER__)\.tar\.gz
|
|
|
+ }
|
|
|
|
|
|
%prep
|
|
|
%setup -q -c
|
|
|
%setup -q -T -D -a 1
|
|
|
%setup -q -T -D -a 2
|
|
|
+ %setup -q -T -D -a 3
|
|
|
+ %setup -q -T -D -a 4
|
|
|
+ %setup -q -T -D -a 5
|
|
|
+ %setup -q -T -D -a 6
|
|
|
|
|
|
%build
|
|
|
|
|
|
@@ -92,6 +128,10 @@ AutoReqProv: no
|
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE0} configure build install
|
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE1} configure build install
|
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE2} configure build install
|
|
|
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE3} configure build install
|
|
|
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE4} configure build install
|
|
|
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE5} configure build install
|
|
|
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE6} configure build install
|
|
|
%{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
|
|
|
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat perl-openpkg-files`
|
|
|
|