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: 03-Mar-2008 07:52:45
Branch: HEAD Handle: 2008030306524200
Modified files:
openpkg-src/perl-sys perl-sys.spec
Log:
modifying package: perl-sys-5.10.0 20080226 -> 20080303
Summary:
Revision Changes Path
1.211 +15 -1 openpkg-src/perl-sys/perl-sys.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-sys/perl-sys.spec
============================================================================
$ cvs diff -u -r1.210 -r1.211 perl-sys.spec
--- openpkg-src/perl-sys/perl-sys.spec 26 Feb 2008 18:42:48 -0000
1.210
+++ openpkg-src/perl-sys/perl-sys.spec 3 Mar 2008 06:52:42 -0000
1.211
@@ -58,6 +58,7 @@
%define V_error 0.17012
%define V_file_fnmatch 0.02
%define V_user 1.8
+%define V_file_rsync 0.42
# package information
Name: perl-sys
@@ -70,7 +71,7 @@
Group: Perl
License: GPL/Artistic
Version: %{V_perl}
-Release: 20080226
+Release: 20080303
# package options
%option with_pam no
@@ -111,6 +112,7 @@
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
+Source35:
http://www.cpan.org/modules/by-module/File/File-Rsync-%{V_file_rsync}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -163,6 +165,7 @@
- File::Temp (%{V_file_temp})
- File::Remove (%{V_file_remove})
- File::Rename (%{V_file_rename})
+ - File::Rsync (%{V_file_rsync})
%track
prog perl-sys:Archive-Tar = {
@@ -340,6 +343,11 @@
url = http://www.cpan.org/modules/by-module/File/
regex = File-Rename-(__VER__)\.tar\.gz
}
+ prog perl-sys:File-Rsync = {
+ version = %{V_file_rsync}
+ url = http://www.cpan.org/modules/by-module/File/
+ regex = File-Rsync-(__VER__)\.tar\.gz
+ }
%prep
%setup -q -c
@@ -377,8 +385,13 @@
%setup -q -T -D -a 32
%setup -q -T -D -a 33
%setup -q -T -D -a 34
+ %setup -q -T -D -a 35
%build
+ %{l_shtool} subst \
+ -e 's;/usr/local/bin/rsync;%{l_prefix}/bin/rsync;' \
+ -e 's;<STDIN>;"";' \
+ File-Rsync-*/makepm.PL
%install
rm -rf $RPM_BUILD_ROOT
@@ -424,6 +437,7 @@
%{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 -d %{SOURCE35} 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]