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: 28-Apr-2007 10:04:54 Branch: HEAD Handle: 2007042809045300 Modified files: openpkg-src/perl-sys perl-sys.spec Log: add Archive::Cpio Summary: Revision Changes Path 1.175 +12 -2 openpkg-src/perl-sys/perl-sys.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/perl-sys/perl-sys.spec ============================================================================ $ cvs diff -u -r1.174 -r1.175 perl-sys.spec --- openpkg-src/perl-sys/perl-sys.spec 9 Apr 2007 16:59:20 -0000 1.174 +++ openpkg-src/perl-sys/perl-sys.spec 28 Apr 2007 08:04:53 -0000 1.175 @@ -27,6 +27,7 @@ %define V_unix_syslog 0.99 %define V_archive_tar 1.30 %define V_archive_zip 1.18 +%define V_archive_cpio 0.06 %define V_expect 1.20 %define V_storable 2.16 %define V_ipc_sharelite 0.09 @@ -46,7 +47,7 @@ %define V_filehandle_unget 0.1621 %define V_spiffy 0.30 %define V_io 1.2301 -%define V_io_all 0.38 +%define V_io_all 0.37 %define V_io_multiplex 1.09 %define V_io_interface 1.03 %define V_io_util 1.5 @@ -66,7 +67,7 @@ Group: Perl License: GPL/Artistic Version: %{V_perl} -Release: 20070409 +Release: 20070428 # package options %option with_pam no @@ -102,6 +103,7 @@ Source27: http://www.cpan.org/modules/by-module/IO/IO-Mux-%{V_io_mux}.tar.gz Source28: http://www.cpan.org/modules/by-module/File/File-FnMatch-%{V_file_fnmatch}.tar.gz Source29: http://www.cpan.org/modules/by-module/Authen/Authen-PAM-%{V_authen_pam}.tar.gz +Source30: http://www.cpan.org/modules/by-module/Archive/Archive-Cpio-%{V_archive_cpio}.tar.gz # build information Prefix: %{l_prefix} @@ -149,6 +151,7 @@ - Boulder (%{V_boulder}) - Error (%{V_error}) - File::FnMatch (%{V_file_fnmatch}) + - Archive::Cpio (%{V_archive_cpio}) %track prog perl-sys:Archive-Tar = { @@ -301,6 +304,11 @@ url = http://www.cpan.org/modules/by-module/Authen/ regex = Authen-PAM-(__VER__)\.tar\.gz } + prog perl-sys:Archive-Cpio = { + version = %{V_archive_cpio} + url = http://www.cpan.org/modules/by-module/Archive/ + regex = Archive-Cpio-(__VER__)\.tar\.gz + } %prep %setup -q -c @@ -333,6 +341,7 @@ %setup -q -T -D -a 27 %setup -q -T -D -a 28 %setup -q -T -D -a 29 + %setup -q -T -D -a 30 %build @@ -375,6 +384,7 @@ export LDFLAGS="%{l_ldflags} -L`%{l_rc} --query pam_libdir`" %{l_prefix}/bin/perl-openpkg -d %{SOURCE29} configure build install %endif + %{l_prefix}/bin/perl-openpkg -d %{SOURCE30} 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