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 Date: 19-Sep-2004 10:50:21
Branch: HEAD Handle: 2004091909502100
Modified files:
openpkg-src/perl-util perl-util.spec
Log:
one more requirement for Class::DBI
Summary:
Revision Changes Path
1.131 +10 -0 openpkg-src/perl-util/perl-util.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-util/perl-util.spec
============================================================================
$ cvs diff -u -r1.130 -r1.131 perl-util.spec
--- openpkg-src/perl-util/perl-util.spec 19 Sep 2004 08:45:14 -0000 1.130
+++ openpkg-src/perl-util/perl-util.spec 19 Sep 2004 08:50:21 -0000 1.131
@@ -63,6 +63,7 @@
%define V_test_inline 0.16
%define V_test_manifest 0.95
%define V_test_simple 0.47
+%define V_universal_moniker 0.08
# package information
Name: perl-util
@@ -116,6 +117,7 @@
Source35:
http://www.cpan.org/modules/by-module/Class/Class-Declare-%{V_class_declare}.tar.gz
Source36:
http://www.cpan.org/modules/by-module/Class/Class-Declare-Attributes-%{V_class_declare_attributes}.tar.gz
Source37:
http://www.cpan.org/modules/by-module/Class/Class-Trigger-%{V_class_trigger}.tar.gz
+Source38:
http://www.cpan.org/modules/by-module/UNIVERSAL/UNIVERSAL-moniker-%{V_universal_moniker}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -165,6 +167,7 @@
- Test::Inline (%{V_test_inline})
- Test::Manifest (%{V_test_manifest})
- Test::Simple (%{V_test_simple})
+ - UNIVERSAL::moniker (%{V_universal_moniker})
%track
prog perl-util:Alias = {
@@ -357,6 +360,11 @@
url = http://www.cpan.org/modules/by-module/Test/
regex = Test-Simple-(__VER__)\.tar\.gz
}
+ prog perl-util:UNIVERSAL-moniker = {
+ version = %{V_universal_moniker}
+ url = http://www.cpan.org/modules/by-module/UNIVERSAL/
+ regex = UNIVERSAL-moniker-(__VER__)\.tar\.gz
+ }
%prep
%setup -q -c
@@ -397,6 +405,7 @@
%setup -q -T -D -a 35
%setup -q -T -D -a 36
%setup -q -T -D -a 37
+ %setup -q -T -D -a 38
%build
@@ -441,6 +450,7 @@
%{l_prefix}/bin/perl-openpkg -d %{SOURCE35} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE36} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE37} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE38} configure build install
rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/replace
rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/prove
%{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]