OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 16-Sep-2009 12:14:23 Branch: HEAD Handle: 2009091611142300 Modified files: openpkg-src/perl-module perl-module.spec Log: add File::ShareDir, required by perl-dbi Summary: Revision Changes Path 1.140 +11 -1 openpkg-src/perl-module/perl-module.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/perl-module/perl-module.spec ============================================================================ $ cvs diff -u -r1.139 -r1.140 perl-module.spec --- openpkg-src/perl-module/perl-module.spec 9 Sep 2009 08:04:41 -0000 1.139 +++ openpkg-src/perl-module/perl-module.spec 16 Sep 2009 10:14:23 -0000 1.140 @@ -41,6 +41,7 @@ %define V_module_pluggable 3.9 %define V_module_pluggable_ordered 1.5 %define V_class_inspector 1.24 +%define V_file_sharedir 1.00 %define V_cpan 1.9402 %define V_cpan_wait 0.27-2 %define V_version 0.7702 @@ -56,7 +57,7 @@ Group: Perl License: GPL/Artistic Version: %{V_perl} -Release: 20090909 +Release: 20090916 # list of sources Source0: http://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-Depends-%{V_extutils_depends}.tar.gz @@ -75,6 +76,7 @@ Source13: http://www.cpan.org/modules/by-module/CPAN/CPAN-WAIT-%{V_cpan_wait}.tar.gz Source14: http://www.cpan.org/authors/id/J/JP/JPEACOCK/version-%{V_version}.tar.gz Source15: http://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-XSBuilder-%{V_extutils_xsbuilder}.tar.gz +Source16: http://www.cpan.org/modules/by-module/File/File-ShareDir-%{V_file_sharedir}.tar.gz Patch0: perl-module.patch # build information @@ -100,6 +102,7 @@ - Module::Pluggable (%{V_module_pluggable}) - Module::Pluggable::Ordered (%{V_module_pluggable_ordered}) - Class::Inspector (%{V_class_inspector}) + - File::ShareDir (%{V_file_sharedir}) - CPAN (%{V_cpan}) - CPAN::WAIT (%{V_cpan_wait}) - version (%{V_version}) @@ -165,6 +168,11 @@ url = http://www.cpan.org/modules/by-module/Class/ regex = Class-Inspector-(__VER__)\.tar\.gz } + prog perl-module:File-ShareDir = { + version = %{V_file_sharedir} + url = http://www.cpan.org/modules/by-module/File/ + regex = File-ShareDir-(__VER__)\.tar\.gz + } prog perl-module:CPAN = { version = %{V_cpan} url = http://www.cpan.org/modules/by-module/CPAN/ @@ -198,6 +206,7 @@ %setup -q -T -D -a 13 %setup -q -T -D -a 14 %setup -q -T -D -a 15 + %setup -q -T -D -a 16 %patch -p0 %build @@ -221,6 +230,7 @@ %{l_prefix}/bin/perl-openpkg -d %{SOURCE13} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE14} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE15} configure build install + %{l_prefix}/bin/perl-openpkg -d %{SOURCE16} configure build install %{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/{cpan,instmodsh} mv $RPM_BUILD_ROOT%{l_prefix}/bin/scandeps.pl \ @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org