OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 31-Oct-2005 19:48:49
Branch: HEAD Handle: 2005103118484900
Modified files:
openpkg-src/perl-module perl-module.spec
Log:
ok, carefully bump up the Module:* volume in OpenPKG
Summary:
Revision Changes Path
1.3 +30 -0 openpkg-src/perl-module/perl-module.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-module/perl-module.spec
============================================================================
$ cvs diff -u -r1.2 -r1.3 perl-module.spec
--- openpkg-src/perl-module/perl-module.spec 31 Oct 2005 18:09:31 -0000
1.2
+++ openpkg-src/perl-module/perl-module.spec 31 Oct 2005 18:48:49 -0000
1.3
@@ -35,6 +35,9 @@
%define V_extutils_makemaker 6.30
%define V_module_scandeps 0.51
%define V_module_build 0.2611
+%define V_module_corelist 2.02
+%define V_module_info 0.28
+%define V_module_locate 1.7
# package information
Name: perl-module
@@ -56,6 +59,9 @@
Source3:
http://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-MakeMaker-%{V_extutils_makemaker}.tar.gz
Source4:
http://www.cpan.org/modules/by-module/Module/Module-ScanDeps-%{V_module_scandeps}.tar.gz
Source5:
http://www.cpan.org/modules/by-module/Module/Module-Build-%{V_module_build}.tar.gz
+Source6:
http://www.cpan.org/modules/by-module/Module/Module-CoreList-%{V_module_corelist}.tar.gz
+Source7:
http://www.cpan.org/modules/by-module/Module/Module-Info-%{V_module_info}.tar.gz
+Source8:
http://www.cpan.org/modules/by-module/Module/Module-Locate-%{V_module_locate}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -73,6 +79,9 @@
- ExtUtils::MakeMaker (%{V_extutils_makemaker})
- Module::ScanDeps (%{V_module_scandeps})
- Module::Build (%{V_module_build})
+ - Module::CoreList (%{V_module_corelist})
+ - Module::Info (%{V_module_info})
+ - Module::Locate (%{V_module_locate})
%track
prog perl-module:ExtUtils-Depends = {
@@ -100,6 +109,21 @@
url = http://www.cpan.org/modules/by-module/Module/
regex = Module-Build-(__VER__)\.tar\.gz
}
+ prog perl-module:Module-CoreList = {
+ version = %{V_module_corelist}
+ url = http://www.cpan.org/modules/by-module/Module/
+ regex = Module-CoreList-(__VER__)\.tar\.gz
+ }
+ prog perl-module:Module-Info = {
+ version = %{V_module_info}
+ url = http://www.cpan.org/modules/by-module/Module/
+ regex = Module-Info-(__VER__)\.tar\.gz
+ }
+ prog perl-module:Module-Locate = {
+ version = %{V_module_locate}
+ url = http://www.cpan.org/modules/by-module/Module/
+ regex = Module-Locate-(__VER__)\.tar\.gz
+ }
%prep
%setup -q -c
@@ -108,6 +132,9 @@
%setup -q -T -D -a 3
%setup -q -T -D -a 4
%setup -q -T -D -a 5
+ %setup -q -T -D -a 6
+ %setup -q -T -D -a 7
+ %setup -q -T -D -a 8
%build
@@ -120,6 +147,9 @@
%{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 -d %{SOURCE7} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE8} configure build install
%{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/instmodsh
mv $RPM_BUILD_ROOT%{l_prefix}/bin/scandeps.pl \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]