ソースを参照

add Text::Autoformat, Text::Quoted

Michael van Elst 22 年 前
コミット
9f19b6cf62
1 ファイル変更10 行追加2 行削除
  1. 10 2
      perl-text/perl-text.spec

+ 10 - 2
perl-text/perl-text.spec

@@ -26,6 +26,8 @@
 #   versions of individual parts
 %define       V_text_template                1.43
 %define       V_text_wrapper                 1.000
+%define       V_text_autoformat              1.04
+%define       V_text_quoted                  1.2
 
 #   package information
 Name:         perl-text
@@ -36,12 +38,14 @@ Packager:     The OpenPKG Project
 Distribution: OpenPKG [BASE]
 Group:        Language
 License:      GPL/Artistic
-Version:      20030123
-Release:      20030123
+Version:      20030325
+Release:      20030325
 
 #   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
 
 #   build information
 Prefix:       %{l_prefix}
@@ -59,6 +63,8 @@ AutoReqProv:  no
 %prep
     %setup0 -q -c
     %setup1 -q -T -D -a 1
+    %setup2 -q -T -D -a 2
+    %setup3 -q -T -D -a 3
 
 %build
 
@@ -69,6 +75,8 @@ AutoReqProv:  no
     #   build and install individual modules
     %{l_prefix}/bin/perl-openpkg install -d %{SOURCE0}
     %{l_prefix}/bin/perl-openpkg install -d %{SOURCE1}
+    %{l_prefix}/bin/perl-openpkg install -d %{SOURCE2}
+    %{l_prefix}/bin/perl-openpkg install -d %{SOURCE3}
 
     #   perform common epilog operations
     %{l_prefix}/bin/perl-openpkg epilog