|
@@ -42,6 +42,7 @@
|
|
|
%define V_filehandle_unget 0.14
|
|
%define V_filehandle_unget 0.14
|
|
|
%define V_spiffy 0.16
|
|
%define V_spiffy 0.16
|
|
|
%define V_io_all 0.18
|
|
%define V_io_all 0.18
|
|
|
|
|
+%define V_io_multiplex 1.08
|
|
|
|
|
|
|
|
# package information
|
|
# package information
|
|
|
Name: perl-sys
|
|
Name: perl-sys
|
|
@@ -54,7 +55,7 @@ Class: BASE
|
|
|
Group: Language
|
|
Group: Language
|
|
|
License: GPL/Artistic
|
|
License: GPL/Artistic
|
|
|
Version: %{V_perl}
|
|
Version: %{V_perl}
|
|
|
-Release: 20040517
|
|
|
|
|
|
|
+Release: 20040521
|
|
|
|
|
|
|
|
# list of sources
|
|
# list of sources
|
|
|
Source0: http://www.cpan.org/modules/by-module/Unix/Unix-Syslog-%{V_unix_syslog}.tar.gz
|
|
Source0: http://www.cpan.org/modules/by-module/Unix/Unix-Syslog-%{V_unix_syslog}.tar.gz
|
|
@@ -74,6 +75,7 @@ Source13: http://www.cpan.org/modules/by-module/IPC/IPC-ShareLite-%{V_ipc_sh
|
|
|
Source14: http://www.cpan.org/modules/by-module/IPC/IPC-SharedCache-%{V_ipc_sharedcache}.tar.gz
|
|
Source14: http://www.cpan.org/modules/by-module/IPC/IPC-SharedCache-%{V_ipc_sharedcache}.tar.gz
|
|
|
Source15: http://www.cpan.org/authors/id/I/IN/INGY/Spiffy-%{V_spiffy}.tar.gz
|
|
Source15: http://www.cpan.org/authors/id/I/IN/INGY/Spiffy-%{V_spiffy}.tar.gz
|
|
|
Source16: http://www.cpan.org/modules/by-module/IO/IO-All-%{V_io_all}.tar.gz
|
|
Source16: http://www.cpan.org/modules/by-module/IO/IO-All-%{V_io_all}.tar.gz
|
|
|
|
|
+Source17: http://www.cpan.org/modules/by-module/IO/IO-Multiplex-%{V_io_multiplex}.tar.gz
|
|
|
|
|
|
|
|
# build information
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
Prefix: %{l_prefix}
|
|
@@ -104,6 +106,7 @@ AutoReqProv: no
|
|
|
- FileHandle::Unget (%{V_filehandle_unget})
|
|
- FileHandle::Unget (%{V_filehandle_unget})
|
|
|
- Spiffy (%{V_spiffy})
|
|
- Spiffy (%{V_spiffy})
|
|
|
- IO::All (%{V_io_all})
|
|
- IO::All (%{V_io_all})
|
|
|
|
|
+ - IO::Multiplex (%{V_io_multiplex})
|
|
|
|
|
|
|
|
%track
|
|
%track
|
|
|
prog perl-sys:Archive-Tar = {
|
|
prog perl-sys:Archive-Tar = {
|
|
@@ -191,6 +194,11 @@ AutoReqProv: no
|
|
|
url = http://www.cpan.org/modules/by-module/IO/
|
|
url = http://www.cpan.org/modules/by-module/IO/
|
|
|
regex = IO-All-(__VER__)\.tar\.gz
|
|
regex = IO-All-(__VER__)\.tar\.gz
|
|
|
}
|
|
}
|
|
|
|
|
+ prog perl-sys:IO-Multiplex = {
|
|
|
|
|
+ version = %{V_io_multiplex}
|
|
|
|
|
+ url = http://www.cpan.org/modules/by-module/IO/
|
|
|
|
|
+ regex = IO-Multiplex-(__VER__)\.tar\.gz
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
%prep
|
|
%prep
|
|
|
%setup -q -c
|
|
%setup -q -c
|
|
@@ -210,6 +218,7 @@ AutoReqProv: no
|
|
|
%setup -q -T -D -a 14
|
|
%setup -q -T -D -a 14
|
|
|
%setup -q -T -D -a 15
|
|
%setup -q -T -D -a 15
|
|
|
%setup -q -T -D -a 16
|
|
%setup -q -T -D -a 16
|
|
|
|
|
+ %setup -q -T -D -a 17
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
|
|
|
|
|
@@ -233,6 +242,7 @@ AutoReqProv: no
|
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE14} configure build install
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE14} configure build install
|
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE15} configure build install
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE15} configure build install
|
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE16} configure build install
|
|
%{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 -F perl-openpkg-files fixate cleanup
|
|
%{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`
|
|
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat perl-openpkg-files`
|
|
|
|
|
|