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-Oct-2005 14:36:02
Branch: HEAD Handle: 2005100313360200
Modified files:
openpkg-src/perl-sys perl-sys.spec
Log:
add IPC::Run3
Summary:
Revision Changes Path
1.124 +11 -1 openpkg-src/perl-sys/perl-sys.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-sys/perl-sys.spec
============================================================================
$ cvs diff -u -r1.123 -r1.124 perl-sys.spec
--- openpkg-src/perl-sys/perl-sys.spec 15 Sep 2005 06:09:46 -0000
1.123
+++ openpkg-src/perl-sys/perl-sys.spec 3 Oct 2005 12:36:02 -0000
1.124
@@ -33,6 +33,7 @@
%define V_ipc_shareable 0.60
%define V_ipc_sharedcache 1.3
%define V_ipc_run 0.79
+%define V_ipc_run3 0.031
%define V_ipc_signal 1.00
%define V_ipc_filter 0.001
%define V_file_tail 0.99.3
@@ -61,7 +62,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20050915
+Release: 20051003
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Unix/Unix-Syslog-%{V_unix_syslog}.tar.gz
@@ -89,6 +90,7 @@
Source22:
http://www.cpan.org/modules/by-module/IO/IO-Util-%{V_io_util}.tar.gz
Source23:
http://www.cpan.org/modules/by-module/Boulder/Boulder-%{V_boulder}.tar.gz
Source24:
http://www.cpan.org/modules/by-module/Error/Error-%{V_error}.tar.gz
+Source25:
http://www.cpan.org/modules/by-module/IPC/IPC-Run3-%{V_ipc_run3}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -110,6 +112,7 @@
- IPC::Shareable (%{V_ipc_shareable})
- IPC::SharedCache (%{V_ipc_sharedcache})
- IPC::Run (%{V_ipc_run})
+ - IPC::Run3 (%{V_ipc_run3})
- IPC::Signal (%{V_ipc_signal})
- IPC::Filter (%{V_ipc_filter})
- File::Tail (%{V_file_tail})
@@ -194,6 +197,11 @@
url = http://www.cpan.org/modules/by-module/IPC/
regex = IPC-Run-(__VER__)\.tar\.gz
}
+ prog perl-sys:IPC-Run3 = {
+ version = %{V_ipc_run3}
+ url = http://www.cpan.org/modules/by-module/IPC/
+ regex = IPC-Run3-(__VER__)\.tar\.gz
+ }
prog perl-sys:IPC-Signal = {
version = %{V_ipc_signal}
url = http://www.cpan.org/modules/by-module/IPC/
@@ -281,6 +289,7 @@
%setup -q -T -D -a 22
%setup -q -T -D -a 23
%setup -q -T -D -a 24
+ %setup -q -T -D -a 25
%build
@@ -312,6 +321,7 @@
%{l_prefix}/bin/perl-openpkg -d %{SOURCE22} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE23} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE24} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE25} 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`
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]