|
|
@@ -44,6 +44,7 @@
|
|
|
%define V_spiffy 0.20
|
|
|
%define V_io_all 0.31
|
|
|
%define V_io_multiplex 1.08
|
|
|
+%define V_io_interface 0.98
|
|
|
|
|
|
# package information
|
|
|
Name: perl-sys
|
|
|
@@ -56,7 +57,7 @@ Class: BASE
|
|
|
Group: Language
|
|
|
License: GPL/Artistic
|
|
|
Version: %{V_perl}
|
|
|
-Release: 20040918
|
|
|
+Release: 20041009
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://www.cpan.org/modules/by-module/Unix/Unix-Syslog-%{V_unix_syslog}.tar.gz
|
|
|
@@ -78,6 +79,7 @@ Source15: http://www.cpan.org/modules/by-module/IPC/IPC-Run-%{V_ipc_run}.tar
|
|
|
Source16: http://www.cpan.org/authors/id/I/IN/INGY/Spiffy-%{V_spiffy}.tar.gz
|
|
|
Source17: http://www.cpan.org/modules/by-module/IO/IO-All-%{V_io_all}.tar.gz
|
|
|
Source18: http://www.cpan.org/modules/by-module/IO/IO-Multiplex-%{V_io_multiplex}.tar.gz
|
|
|
+Source19: http://www.cpan.org/modules/by-module/IO/IO-Interface-%{V_io_interface}.tar.gz
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -110,6 +112,7 @@ AutoReqProv: no
|
|
|
- Spiffy (%{V_spiffy})
|
|
|
- IO::All (%{V_io_all})
|
|
|
- IO::Multiplex (%{V_io_multiplex})
|
|
|
+ - IO::Interface (%{V_io_interface})
|
|
|
|
|
|
%track
|
|
|
prog perl-sys:Archive-Tar = {
|
|
|
@@ -207,6 +210,11 @@ AutoReqProv: no
|
|
|
url = http://www.cpan.org/modules/by-module/IO/
|
|
|
regex = IO-Multiplex-(__VER__)\.tar\.gz
|
|
|
}
|
|
|
+ prog perl-sys:IO-Interface = {
|
|
|
+ version = %{V_io_interface}
|
|
|
+ url = http://www.cpan.org/modules/by-module/IO/
|
|
|
+ regex = IO-Interface-(__VER__)\.tar\.gz
|
|
|
+ }
|
|
|
|
|
|
%prep
|
|
|
%setup -q -c
|
|
|
@@ -228,6 +236,7 @@ AutoReqProv: no
|
|
|
%setup -q -T -D -a 16
|
|
|
%setup -q -T -D -a 17
|
|
|
%setup -q -T -D -a 18
|
|
|
+ %setup -q -T -D -a 19
|
|
|
|
|
|
%build
|
|
|
|
|
|
@@ -253,6 +262,7 @@ AutoReqProv: no
|
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE16} configure build install
|
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE17} configure build install
|
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE18} configure build install
|
|
|
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE19} 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`
|
|
|
|