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: 18-Oct-2007 13:53:04
Branch: HEAD Handle: 2007101812530300
Modified files:
openpkg-src/perl-sys perl-sys.spec
Log:
modifying package: perl-sys-5.8.8 20071009 -> 20071018
Summary:
Revision Changes Path
1.190 +31 -1 openpkg-src/perl-sys/perl-sys.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-sys/perl-sys.spec
============================================================================
$ cvs diff -u -r1.189 -r1.190 perl-sys.spec
--- openpkg-src/perl-sys/perl-sys.spec 9 Oct 2007 06:15:08 -0000
1.189
+++ openpkg-src/perl-sys/perl-sys.spec 18 Oct 2007 11:53:03 -0000
1.190
@@ -38,6 +38,9 @@
%define V_ipc_signal 1.00
%define V_ipc_filter 0.002
%define V_file_tail 0.99.3
+%define V_file_temp 0.18
+%define V_file_remove 0.38
+%define V_file_rename 0.05
%define V_freezethaw 0.43
%define V_authen_sasl 2.10
%define V_authen_pam 0.16
@@ -68,7 +71,7 @@
Group: Perl
License: GPL/Artistic
Version: %{V_perl}
-Release: 20071009
+Release: 20071018
# package options
%option with_pam no
@@ -106,6 +109,9 @@
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
Source31: http://www.cpan.org/authors/id/T/TB/TBONE/User-%{V_user}.tar.gz
+Source32:
http://www.cpan.org/modules/by-module/File/File-Temp-%{V_file_temp}.tar.gz
+Source33:
http://www.cpan.org/modules/by-module/File/File-Remove-%{V_file_remove}.tar.gz
+Source34:
http://www.cpan.org/modules/by-module/File/File-Rename-%{V_file_rename}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -155,6 +161,9 @@
- File::FnMatch (%{V_file_fnmatch})
- Archive::Cpio (%{V_archive_cpio})
- User (%{V_user})
+ - File::Temp (%{V_file_temp})
+ - File::Remove (%{V_file_remove})
+ - File::Rename (%{V_file_rename})
%track
prog perl-sys:Archive-Tar = {
@@ -317,6 +326,21 @@
url = http://www.cpan.org/authors/id/T/TB/TBONE/
regex = User-(__VER__)\.tar\.gz
}
+ prog perl-sys:File-Temp = {
+ version = %{V_file_temp}
+ url = http://www.cpan.org/modules/by-module/File/
+ regex = File-Temp-(__VER__)\.tar\.gz
+ }
+ prog perl-sys:File-Remove = {
+ version = %{V_file_remove}
+ url = http://www.cpan.org/modules/by-module/File/
+ regex = File-Remove-(__VER__)\.tar\.gz
+ }
+ prog perl-sys:File-Rename = {
+ version = %{V_file_rename}
+ url = http://www.cpan.org/modules/by-module/File/
+ regex = File-Rename-(__VER__)\.tar\.gz
+ }
%prep
%setup -q -c
@@ -351,6 +375,9 @@
%setup -q -T -D -a 29
%setup -q -T -D -a 30
%setup -q -T -D -a 31
+ %setup -q -T -D -a 32
+ %setup -q -T -D -a 33
+ %setup -q -T -D -a 34
%build
@@ -395,6 +422,9 @@
%endif
%{l_prefix}/bin/perl-openpkg -d %{SOURCE30} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE31} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE32} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE33} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE34} 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 [email protected]