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: 26-Mar-2006 11:39:09
Branch: HEAD Handle: 2006032610390900
Modified files:
openpkg-src/perl-sys perl-sys.spec
Log:
add latest and greatest IO module
Summary:
Revision Changes Path
1.137 +19 -9 openpkg-src/perl-sys/perl-sys.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-sys/perl-sys.spec
============================================================================
$ cvs diff -u -r1.136 -r1.137 perl-sys.spec
--- openpkg-src/perl-sys/perl-sys.spec 3 Mar 2006 19:22:30 -0000
1.136
+++ openpkg-src/perl-sys/perl-sys.spec 26 Mar 2006 09:39:09 -0000
1.137
@@ -44,6 +44,7 @@
%define V_filehandle_rollback 1.05
%define V_filehandle_unget 0.1621
%define V_spiffy 0.30
+%define V_io 1.23
%define V_io_all 0.33
%define V_io_multiplex 1.08
%define V_io_interface 0.98
@@ -63,7 +64,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20060303
+Release: 20060326
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Unix/Unix-Syslog-%{V_unix_syslog}.tar.gz
@@ -85,14 +86,15 @@
Source16:
http://www.cpan.org/modules/by-module/IPC/IPC-Signal-%{V_ipc_signal}.tar.gz
Source17:
http://www.cpan.org/modules/by-module/IPC/IPC-Filter-%{V_ipc_filter}.tar.gz
Source18:
http://www.cpan.org/authors/id/I/IN/INGY/Spiffy-%{V_spiffy}.tar.gz
-Source19:
http://www.cpan.org/modules/by-module/IO/IO-All-%{V_io_all}.tar.gz
-Source20:
http://www.cpan.org/modules/by-module/IO/IO-Multiplex-%{V_io_multiplex}.tar.gz
-Source21:
http://www.cpan.org/modules/by-module/IO/IO-Interface-%{V_io_interface}.tar.gz
-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
-Source26:
http://www.cpan.org/modules/by-module/IO/IO-Mux-%{V_io_mux}.tar.gz
+Source19: http://www.cpan.org/modules/by-module/IO/IO-%{V_io}.tar.gz
+Source20:
http://www.cpan.org/modules/by-module/IO/IO-All-%{V_io_all}.tar.gz
+Source21:
http://www.cpan.org/modules/by-module/IO/IO-Multiplex-%{V_io_multiplex}.tar.gz
+Source22:
http://www.cpan.org/modules/by-module/IO/IO-Interface-%{V_io_interface}.tar.gz
+Source23:
http://www.cpan.org/modules/by-module/IO/IO-Util-%{V_io_util}.tar.gz
+Source24:
http://www.cpan.org/modules/by-module/Boulder/Boulder-%{V_boulder}.tar.gz
+Source25:
http://www.cpan.org/modules/by-module/Error/Error-%{V_error}.tar.gz
+Source26:
http://www.cpan.org/modules/by-module/IPC/IPC-Run3-%{V_ipc_run3}.tar.gz
+Source27:
http://www.cpan.org/modules/by-module/IO/IO-Mux-%{V_io_mux}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -126,6 +128,7 @@
- FileHandle::Rollback (%{V_filehandle_rollback})
- FileHandle::Unget (%{V_filehandle_unget})
- Spiffy (%{V_spiffy})
+ - IO (%{V_io})
- IO::All (%{V_io_all})
- IO::Multiplex (%{V_io_multiplex})
- IO::Interface (%{V_io_interface})
@@ -235,6 +238,11 @@
url = http://www.cpan.org/authors/id/I/IN/INGY/
regex = Spiffy-(__VER__)\.tar\.gz
}
+ prog perl-sys:IO = {
+ version = %{V_io}
+ url = http://www.cpan.org/modules/by-module/IO/
+ regex = IO-(__VER__)\.tar\.gz
+ }
prog perl-sys:IO-All = {
version = %{V_io_all}
url = http://www.cpan.org/modules/by-module/IO/
@@ -299,6 +307,7 @@
%setup -q -T -D -a 24
%setup -q -T -D -a 25
%setup -q -T -D -a 26
+ %setup -q -T -D -a 27
%build
@@ -332,6 +341,7 @@
%{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 -d %{SOURCE26} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE27} 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]