|
|
@@ -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 @@ Class: BASE
|
|
|
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 @@ Source22: http://www.cpan.org/modules/by-module/IO/IO-Util-%{V_io_util}.tar.
|
|
|
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 @@ AutoReqProv: no
|
|
|
- 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 @@ AutoReqProv: no
|
|
|
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 @@ AutoReqProv: no
|
|
|
%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 @@ AutoReqProv: no
|
|
|
%{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`
|
|
|
|