|
|
@@ -29,6 +29,7 @@
|
|
|
%define V_text_autoformat 1.11
|
|
|
%define V_text_quoted 1.2
|
|
|
%define V_text_reform 1.11
|
|
|
+%define V_locale_maketext 1.05
|
|
|
|
|
|
# package information
|
|
|
Name: perl-text
|
|
|
@@ -39,8 +40,8 @@ Packager: The OpenPKG Project
|
|
|
Distribution: OpenPKG [BASE]
|
|
|
Group: Language
|
|
|
License: GPL/Artistic
|
|
|
-Version: 20030508
|
|
|
-Release: 20030508
|
|
|
+Version: 20030515
|
|
|
+Release: 20030515
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://www.cpan.org/modules/by-module/Text/Text-Template-%{V_text_template}.tar.gz
|
|
|
@@ -48,6 +49,7 @@ Source1: http://www.cpan.org/modules/by-module/Text/Text-Wrapper-%{V_text_w
|
|
|
Source2: http://www.cpan.org/modules/by-module/Text/Text-Autoformat-%{V_text_autoformat}.tar.gz
|
|
|
Source3: http://www.cpan.org/modules/by-module/Text/Text-Quoted-%{V_text_quoted}.tar.gz
|
|
|
Source4: http://www.cpan.org/modules/by-module/Text/Text-Reform-%{V_text_reform}.tar.gz
|
|
|
+Source5: http://www.cpan.org/modules/by-module/Locale/Locale-Maketext-%{V_locale_maketext}.tar.gz
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -64,6 +66,7 @@ AutoReqProv: no
|
|
|
- Text::Autoformat (%{V_text_autoformat})
|
|
|
- Text::Quoted (%{V_text_quoted})
|
|
|
- Text::Reform (%{V_text_reform})
|
|
|
+ - Locale::Maketext (%{V_locale_Maketext})
|
|
|
|
|
|
%prep
|
|
|
%setup0 -q -c
|
|
|
@@ -71,6 +74,7 @@ AutoReqProv: no
|
|
|
%setup2 -q -T -D -a 2
|
|
|
%setup3 -q -T -D -a 3
|
|
|
%setup3 -q -T -D -a 4
|
|
|
+ %setup3 -q -T -D -a 5
|
|
|
|
|
|
%build
|
|
|
|
|
|
@@ -84,6 +88,7 @@ AutoReqProv: no
|
|
|
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE2}
|
|
|
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE3}
|
|
|
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE4}
|
|
|
+ %{l_prefix}/bin/perl-openpkg install -d %{SOURCE5}
|
|
|
|
|
|
# perform common epilog operations
|
|
|
%{l_prefix}/bin/perl-openpkg epilog
|