|
|
@@ -31,6 +31,7 @@
|
|
|
%define V_ipc_shareable 0.60
|
|
|
%define V_file_tail 0.98
|
|
|
%define V_freezethaw 0.43
|
|
|
+%define V_authen_sasl 2.02
|
|
|
|
|
|
# package information
|
|
|
Name: perl-sys
|
|
|
@@ -41,8 +42,8 @@ Packager: The OpenPKG Project
|
|
|
Distribution: OpenPKG [BASE]
|
|
|
Group: Language
|
|
|
License: GPL/Artistic
|
|
|
-Version: 20021210
|
|
|
-Release: 20021210
|
|
|
+Version: 20030117
|
|
|
+Release: 20030117
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://www.cpan.org/modules/by-module/Unix/Unix-Syslog-%{V_unix_syslog}.tar.gz
|
|
|
@@ -52,6 +53,7 @@ Source3: http://www.cpan.org/modules/by-module/Storable/Storable-%{V_storab
|
|
|
Source4: http://www.cpan.org/modules/by-module/IPC/IPC-Shareable-%{V_ipc_shareable}.tar.gz
|
|
|
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
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -70,6 +72,7 @@ AutoReqProv: no
|
|
|
- IPC::Shareable (%{V_ipc_shareable})
|
|
|
- File::Tail (%{V_file_tail})
|
|
|
- FreezeThaw (%{V_freezethaw})
|
|
|
+ - Authen::SASL (%{V_authen_sasl})
|
|
|
|
|
|
%prep
|
|
|
%setup0 -q -c
|
|
|
@@ -78,7 +81,8 @@ AutoReqProv: no
|
|
|
%setup3 -q -T -D -a 3
|
|
|
%setup4 -q -T -D -a 4
|
|
|
%setup5 -q -T -D -a 5
|
|
|
- %setup5 -q -T -D -a 6
|
|
|
+ %setup6 -q -T -D -a 6
|
|
|
+ %setup7 -q -T -D -a 7
|
|
|
|
|
|
%build
|
|
|
|
|
|
@@ -94,6 +98,7 @@ AutoReqProv: no
|
|
|
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE4}
|
|
|
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE5}
|
|
|
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE6}
|
|
|
+ %{l_prefix}/bin/perl-openpkg install -d %{SOURCE7}
|
|
|
|
|
|
# perform common epilog operations
|
|
|
%{l_prefix}/bin/perl-openpkg epilog
|