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: 24-Jan-2006 08:31:23
Branch: HEAD Handle: 2006012407312200
Modified files:
openpkg-src/perl-sys perl-sys.spec
Log:
add new IO::Mux module
Summary:
Revision Changes Path
1.132 +11 -1 openpkg-src/perl-sys/perl-sys.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-sys/perl-sys.spec
============================================================================
$ cvs diff -u -r1.131 -r1.132 perl-sys.spec
--- openpkg-src/perl-sys/perl-sys.spec 22 Jan 2006 17:33:37 -0000
1.131
+++ openpkg-src/perl-sys/perl-sys.spec 24 Jan 2006 07:31:22 -0000
1.132
@@ -48,6 +48,7 @@
%define V_io_multiplex 1.08
%define V_io_interface 0.98
%define V_io_util 1.5
+%define V_io_mux 0.07
%define V_boulder 1.30
%define V_error 0.15
@@ -62,7 +63,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20060122
+Release: 20060124
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Unix/Unix-Syslog-%{V_unix_syslog}.tar.gz
@@ -91,6 +92,7 @@
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
# build information
Prefix: %{l_prefix}
@@ -128,6 +130,7 @@
- IO::Multiplex (%{V_io_multiplex})
- IO::Interface (%{V_io_interface})
- IO::Util (%{V_io_util})
+ - IO::Mux (%{V_io_mux})
- Boulder (%{V_boulder})
- Error (%{V_error})
@@ -252,6 +255,11 @@
url = http://www.cpan.org/modules/by-module/IO/
regex = IO-Util-(__VER__)\.tar\.gz
}
+ prog perl-sys:IO-Mux = {
+ version = %{V_io_mux}
+ url = http://www.cpan.org/modules/by-module/IO/
+ regex = IO-Mux-(__VER__)\.tar\.gz
+ }
prog perl-sys:Boulder = {
version = %{V_boulder}
url = http://www.cpan.org/modules/by-module/Boulder/
@@ -290,6 +298,7 @@
%setup -q -T -D -a 23
%setup -q -T -D -a 24
%setup -q -T -D -a 25
+ %setup -q -T -D -a 26
%build
@@ -322,6 +331,7 @@
%{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 -d %{SOURCE26} 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]