|
|
@@ -28,6 +28,7 @@
|
|
|
%define V_text_wrapper 1.000
|
|
|
%define V_text_autoformat 1.10
|
|
|
%define V_text_quoted 1.2
|
|
|
+%define V_text_reform 1.10
|
|
|
|
|
|
# package information
|
|
|
Name: perl-text
|
|
|
@@ -38,14 +39,15 @@ Packager: The OpenPKG Project
|
|
|
Distribution: OpenPKG [BASE]
|
|
|
Group: Language
|
|
|
License: GPL/Artistic
|
|
|
-Version: 20030409
|
|
|
-Release: 20030409
|
|
|
+Version: 20030417
|
|
|
+Release: 20030417
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://www.cpan.org/modules/by-module/Text/Text-Template-%{V_text_template}.tar.gz
|
|
|
Source1: http://www.cpan.org/modules/by-module/Text/Text-Wrapper-%{V_text_wrapper}.tar.gz
|
|
|
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
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -61,12 +63,14 @@ AutoReqProv: no
|
|
|
- Text::Wrapper (%{V_text_wrapper})
|
|
|
- Text::Autoformat (%{V_text_autoformat})
|
|
|
- Text::Quoted (%{V_text_quoted})
|
|
|
+ - Text::Reform (%{V_text_reform})
|
|
|
|
|
|
%prep
|
|
|
%setup0 -q -c
|
|
|
%setup1 -q -T -D -a 1
|
|
|
%setup2 -q -T -D -a 2
|
|
|
%setup3 -q -T -D -a 3
|
|
|
+ %setup3 -q -T -D -a 4
|
|
|
|
|
|
%build
|
|
|
|
|
|
@@ -79,6 +83,7 @@ AutoReqProv: no
|
|
|
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE1}
|
|
|
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE2}
|
|
|
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE3}
|
|
|
+ %{l_prefix}/bin/perl-openpkg install -d %{SOURCE4}
|
|
|
|
|
|
# perform common epilog operations
|
|
|
%{l_prefix}/bin/perl-openpkg epilog
|