|
|
@@ -32,6 +32,7 @@
|
|
|
%define V_file_tail 0.98
|
|
|
%define V_freezethaw 0.43
|
|
|
%define V_authen_sasl 2.03
|
|
|
+%define V_archive_zip 1.05
|
|
|
|
|
|
# package information
|
|
|
Name: perl-sys
|
|
|
@@ -42,8 +43,8 @@ Packager: The OpenPKG Project
|
|
|
Distribution: OpenPKG [BASE]
|
|
|
Group: Language
|
|
|
License: GPL/Artistic
|
|
|
-Version: 20030123
|
|
|
-Release: 20030123
|
|
|
+Version: 20030422
|
|
|
+Release: 20030422
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://www.cpan.org/modules/by-module/Unix/Unix-Syslog-%{V_unix_syslog}.tar.gz
|
|
|
@@ -54,6 +55,7 @@ Source4: http://www.cpan.org/modules/by-module/IPC/IPC-Shareable-%{V_ipc_sh
|
|
|
Source5: http://www.cpan.org/modules/by-module/File/File-Tail-%{V_file_tail}.tar.gz
|
|
|
Source6: http://www.cpan.org/modules/by-module/FreezeThaw/FreezeThaw-%{V_freezethaw}.tar.gz
|
|
|
Source7: http://www.cpan.org/modules/by-module/Authen/Authen-SASL-%{V_authen_sasl}.tar.gz
|
|
|
+Source8: http://www.cpan.org/modules/by-module/Archive/Archive-Zip-%{V_archive_zip}.tar.gz
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -73,6 +75,7 @@ AutoReqProv: no
|
|
|
- File::Tail (%{V_file_tail})
|
|
|
- FreezeThaw (%{V_freezethaw})
|
|
|
- Authen::SASL (%{V_authen_sasl})
|
|
|
+ - Archive::Zip (%{V_archive_zip})
|
|
|
|
|
|
%prep
|
|
|
%setup0 -q -c
|
|
|
@@ -83,6 +86,7 @@ AutoReqProv: no
|
|
|
%setup5 -q -T -D -a 5
|
|
|
%setup6 -q -T -D -a 6
|
|
|
%setup7 -q -T -D -a 7
|
|
|
+ %setup7 -q -T -D -a 8
|
|
|
|
|
|
%build
|
|
|
|
|
|
@@ -99,6 +103,7 @@ AutoReqProv: no
|
|
|
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE5}
|
|
|
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE6}
|
|
|
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE7}
|
|
|
+ %{l_prefix}/bin/perl-openpkg install -d %{SOURCE8}
|
|
|
|
|
|
# perform common epilog operations
|
|
|
%{l_prefix}/bin/perl-openpkg epilog
|