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: 17-Jan-2009 13:46:06 Branch: HEAD Handle: 2009011712460600 Modified files: openpkg-src/perl-par perl-par.spec Log: add PAR::Packer Summary: Revision Changes Path 1.56 +13 -3 openpkg-src/perl-par/perl-par.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/perl-par/perl-par.spec ============================================================================ $ cvs diff -u -r1.55 -r1.56 perl-par.spec --- openpkg-src/perl-par/perl-par.spec 4 Jan 2009 10:11:28 -0000 1.55 +++ openpkg-src/perl-par/perl-par.spec 17 Jan 2009 12:46:06 -0000 1.56 @@ -25,6 +25,7 @@ %define V_perl 5.10.0 %define V_par_dist 0.42 %define V_par 0.983 +%define V_par_packer 0.982 # package information Name: perl-par @@ -37,11 +38,12 @@ Group: Perl License: GPL/Artistic Version: %{V_perl} -Release: 20090104 +Release: 20090117 # list of sources Source0: http://www.cpan.org/modules/by-module/PAR/PAR-Dist-%{V_par_dist}.tar.gz Source1: http://www.cpan.org/modules/by-module/PAR/PAR-%{V_par}.tar.gz +Source2: http://www.cpan.org/modules/by-module/PAR/PAR-Packer-%{V_par_packer}.tar.gz Patch0: perl-par.patch # build information @@ -49,8 +51,8 @@ BuildRoot: %{l_buildroot} BuildPreReq: OpenPKG, openpkg >= 20040130, perl >= %{V_perl}, perl-openpkg >= %{V_perl}-20040126 PreReq: OpenPKG, openpkg >= 20040130, perl >= %{V_perl} -BuildPreReq: perl-comp, perl-sys, perl-crypto, perl-module -PreReq: perl-comp, perl-sys, perl-crypto, perl-module +BuildPreReq: perl-comp, perl-sys, perl-crypto, perl-module, perl-parse +PreReq: perl-comp, perl-sys, perl-crypto, perl-module, perl-parse AutoReq: no AutoReqProv: no @@ -58,6 +60,7 @@ Perl modules for use with Perl archive: - PAR::Dist (%{V_par_dist}) - PAR (%{V_par}) + - PAR::Packer (%{V_par_packer}) %track prog perl-par:PAR-Dist = { @@ -70,10 +73,16 @@ url = http://www.cpan.org/modules/by-module/PAR/ regex = PAR-(__VER__)\.tar\.gz } + prog perl-par:PAR-Packer = { + version = %{V_par_packer} + url = http://www.cpan.org/modules/by-module/PAR/ + regex = PAR-Packer-(__VER__)\.tar\.gz + } %prep %setup -q -c %setup -q -T -D -a 1 + %setup -q -T -D -a 2 %patch -p0 %build @@ -83,6 +92,7 @@ %{l_prefix}/bin/perl-openpkg prepare %{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 -F perl-openpkg-files fixate cleanup %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat perl-openpkg-files` @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org