|
|
@@ -38,6 +38,7 @@
|
|
|
%define V_data_locations 5.2-fixed
|
|
|
%define V_devel_stacktrace 1.04
|
|
|
%define V_exception_class 1.16
|
|
|
+%define V_geography_countries 1.4
|
|
|
%define V_object_realize_later 0.14
|
|
|
%define V_params_validate 0.72
|
|
|
%define V_startup 0.103
|
|
|
@@ -57,8 +58,8 @@ Packager: The OpenPKG Project
|
|
|
Distribution: OpenPKG [BASE]
|
|
|
Group: Language
|
|
|
License: GPL/Artistic
|
|
|
-Version: 20031203
|
|
|
-Release: 20031203
|
|
|
+Version: 20031204
|
|
|
+Release: 20031204
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://www.cpan.org/modules/by-module/Test/Test-%{V_test}.tar.gz
|
|
|
@@ -84,6 +85,7 @@ Source19: http://www.cpan.org/authors/id/M/MS/MSCHWARTZ/Startup-%{V_startup}
|
|
|
Source20: http://www.cpan.org/modules/by-module/String/String-Divert-%{V_string_divert}.tar.gz
|
|
|
Source21: http://www.cpan.org/modules/by-module/Test/Test-Simple-%{V_test_simple}.tar.gz
|
|
|
Source22: http://www.cpan.org/modules/by-module/Test/Test-Manifest-%{V_test_manifest}.tar.gz
|
|
|
+Source23: http://www.cpan.org/modules/by-module/Geography/Geography-Countries-%{V_geography_countries}.tar.gz
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -109,6 +111,7 @@ AutoReqProv: no
|
|
|
- Data::Locations (%{V_data_locations})
|
|
|
- Devel::StackTrace (%{V_devel_stacktrace})
|
|
|
- Exception::Class (%{V_exception_class})
|
|
|
+ - Geography::Countries (%{V_geography_countries})
|
|
|
- Object::Realize::Later (%{V_object_realize_later})
|
|
|
- Params::Validate (%{V_params_validate})
|
|
|
- Startup (%{V_startup})
|
|
|
@@ -143,6 +146,7 @@ AutoReqProv: no
|
|
|
%setup20 -q -T -D -a 20
|
|
|
%setup21 -q -T -D -a 21
|
|
|
%setup22 -q -T -D -a 22
|
|
|
+ %setup23 -q -T -D -a 23
|
|
|
|
|
|
%build
|
|
|
|
|
|
@@ -174,6 +178,7 @@ AutoReqProv: no
|
|
|
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE20}
|
|
|
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE21}
|
|
|
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE22}
|
|
|
+ %{l_prefix}/bin/perl-openpkg install -d %{SOURCE23}
|
|
|
|
|
|
# cleanup installation files
|
|
|
rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/replace # demo from "Startup" module
|