|
|
@@ -33,6 +33,7 @@
|
|
|
%define V_ipc_sharelite 0.09
|
|
|
%define V_ipc_shareable 0.60
|
|
|
%define V_ipc_sharedcache 1.3
|
|
|
+%define V_ipc_run 0.78
|
|
|
%define V_file_tail 0.98
|
|
|
%define V_freezethaw 0.43
|
|
|
%define V_authen_sasl 2.08
|
|
|
@@ -55,7 +56,7 @@ Class: BASE
|
|
|
Group: Language
|
|
|
License: GPL/Artistic
|
|
|
Version: %{V_perl}
|
|
|
-Release: 20040706
|
|
|
+Release: 20040708
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://www.cpan.org/modules/by-module/Unix/Unix-Syslog-%{V_unix_syslog}.tar.gz
|
|
|
@@ -73,9 +74,10 @@ Source11: http://www.cpan.org/modules/by-module/FileHandle/FileHandle-Rollba
|
|
|
Source12: http://www.cpan.org/modules/by-module/FileHandle/FileHandle-Unget-%{V_filehandle_unget}.tar.gz
|
|
|
Source13: http://www.cpan.org/modules/by-module/IPC/IPC-ShareLite-%{V_ipc_sharelite}.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
|
|
|
-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
|
|
|
+Source15: http://www.cpan.org/modules/by-module/IPC/IPC-Run-%{V_ipc_run}.tar.gz
|
|
|
+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
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -96,6 +98,7 @@ AutoReqProv: no
|
|
|
- IPC::ShareLite (%{V_ipc_sharelite})
|
|
|
- IPC::Shareable (%{V_ipc_shareable})
|
|
|
- IPC::SharedCache (%{V_ipc_sharedcache})
|
|
|
+ - IPC::Run (%{V_ipc_run})
|
|
|
- File::Tail (%{V_file_tail})
|
|
|
- FreezeThaw (%{V_freezethaw})
|
|
|
- Authen::SASL (%{V_authen_sasl})
|
|
|
@@ -169,6 +172,11 @@ AutoReqProv: no
|
|
|
url = http://www.cpan.org/modules/by-module/IPC/
|
|
|
regex = IPC-SharedCache-(__VER__)\.tar\.gz
|
|
|
}
|
|
|
+ prog perl-sys:IPC-Run = {
|
|
|
+ version = %{V_ipc_run}
|
|
|
+ url = http://www.cpan.org/modules/by-module/IPC/
|
|
|
+ regex = IPC-Run-(__VER__)\.tar\.gz
|
|
|
+ }
|
|
|
prog perl-sys:Storable = {
|
|
|
version = %{V_storable}
|
|
|
url = http://www.cpan.org/modules/by-module/Storable/
|
|
|
@@ -219,6 +227,7 @@ AutoReqProv: no
|
|
|
%setup -q -T -D -a 15
|
|
|
%setup -q -T -D -a 16
|
|
|
%setup -q -T -D -a 17
|
|
|
+ %setup -q -T -D -a 18
|
|
|
|
|
|
%build
|
|
|
|
|
|
@@ -243,6 +252,7 @@ AutoReqProv: no
|
|
|
%{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 %{SOURCE17} configure build install
|
|
|
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE18} 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`
|
|
|
|