20 ## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
20 ## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
21 ## SUCH DAMAGE. |
21 ## SUCH DAMAGE. |
22 ## |
22 ## |
23 |
23 |
24 # versions of individual parts |
24 # versions of individual parts |
25 %define V_perl 5.10.0 |
25 %define V_perl 5.14 |
26 %define V_config_inifiles 2.48 |
26 %define V_config_inifiles 2.68 |
27 %define V_config_general 2.42 |
27 %define V_config_general 2.50 |
28 %define V_config_simple 4.58 |
28 %define V_config_simple 4.59 |
29 %define V_config_context 0.10 |
29 %define V_config_context 0.10 |
30 %define V_config_scoped 0.12 |
30 %define V_config_scoped 0.13 |
31 %define V_string_tokenizer 0.05 |
31 %define V_string_tokenizer 0.05 |
32 %define V_parse_recdescent 1.95.1 |
32 %define V_parse_recdescent 1.962.2 |
33 %define V_parse_recdescent_faq 6.0.e |
33 %define V_parse_recdescent_faq 7.5 |
34 %define V_parse_recdescent_deparse 1.00 |
34 %define V_parse_recdescent_deparse 1.00 |
35 %define V_parse_recdescent_consumer 1.03 |
35 %define V_parse_recdescent_consumer 1.03 |
36 %define V_parse_recdescent_topiary 0.05 |
36 %define V_parse_recdescent_topiary 0.05 |
37 %define V_parse_yapp 1.05 |
37 %define V_parse_yapp 1.05 |
38 %define V_parse_eyapp 1.146 |
38 %define V_parse_eyapp 1.181 |
39 %define V_parse_earley 0.15 |
39 %define V_parse_earley 0.15 |
40 %define V_parse_lex 2.15 |
40 %define V_parse_lex 2.20 |
41 %define V_parse_flex 0.12 |
41 %define V_parse_flex 0.12 |
42 %define V_c_scan 0.74 |
42 %define V_c_scan 0.74 |
43 %define V_appconfig 1.66 |
43 %define V_appconfig 1.66 |
44 %define V_appconfig_std 1.07 |
44 %define V_appconfig_std 1.07 |
45 %define V_ogdl 20041124 |
45 %define V_ogdl 20041124 |
46 %define V_text_csv_xs 0.64 |
46 %define V_text_csv_pp 1.06 |
|
47 %define V_text_csv_xs 0.85 |
47 %define V_text_csv_simple 1.00 |
48 %define V_text_csv_simple 1.00 |
48 %define V_getopt_long 2.38 |
49 %define V_getopt_long 2.38_02 |
49 %define V_getopt_attribute 1.44 |
50 %define V_getopt_attribute 2.101700 |
50 %define V_getopt_argvfile 1.11 |
51 %define V_getopt_argvfile 1.11 |
51 %define V_getopt_fancy 0.06 |
52 %define V_getopt_fancy 0.06 |
52 %define V_getopt_ll 1.0.0 |
53 %define V_getopt_ll 1.0.0 |
|
54 %define V_getopt_flex 1.07 |
53 |
55 |
54 # package information |
56 # package information |
55 Name: perl-parse |
57 Name: perl-parse |
56 Summary: Perl Modules for use with parsing algorythms |
58 Summary: Perl Modules for use with parsing algorythms |
57 URL: http://www.cpan.org/ |
59 URL: http://www.cpan.org/ |
60 Distribution: OpenPKG Community |
62 Distribution: OpenPKG Community |
61 Class: BASE |
63 Class: BASE |
62 Group: Perl |
64 Group: Perl |
63 License: GPL/Artistic |
65 License: GPL/Artistic |
64 Version: %{V_perl} |
66 Version: %{V_perl} |
65 Release: 20090416 |
67 Release: 20110914 |
66 |
68 |
67 # list of sources |
69 # list of sources |
68 Source0: http://www.cpan.org/modules/by-module/Config/Config-IniFiles-%{V_config_inifiles}.tar.gz |
70 Source0: http://www.cpan.org/authors/id/S/SH/SHLOMIF/Config-IniFiles-%{V_config_inifiles}.tar.gz |
69 Source1: http://www.cpan.org/modules/by-module/Config/Config-General-%{V_config_general}.tar.gz |
71 Source1: http://www.cpan.org/authors/id/T/TL/TLINDEN/Config-General-%{V_config_general}.tar.gz |
70 Source2: http://www.cpan.org/modules/by-module/Config/Config-Simple-%{V_config_simple}.tar.gz |
72 Source2: http://www.cpan.org/authors/id/S/SH/SHERZODR/Config-Simple-%{V_config_simple}.tar.gz |
71 Source3: http://www.cpan.org/authors/id/D/DC/DCONWAY/Parse-RecDescent-v%{V_parse_recdescent}.tar.gz |
73 Source3: http://www.cpan.org/authors/id/D/DC/DCONWAY/Parse-RecDescent-%{V_parse_recdescent}.tar.gz |
72 Source4: http://www.cpan.org/modules/by-module/Parse/Parse-RecDescent-FAQ-%{V_parse_recdescent_faq}.tar.gz |
74 Source4: http://www.cpan.org/authors/id/T/TB/TBONE/Parse-RecDescent-FAQ-%{V_parse_recdescent_faq}.tar.gz |
73 Source5: http://www.cpan.org/modules/by-module/Parse/Parse-RecDescent-Deparse-%{V_parse_recdescent_deparse}.tar.gz |
75 Source5: http://www.cpan.org/authors/id/S/SI/SIMON/Parse-RecDescent-Deparse-%{V_parse_recdescent_deparse}.tar.gz |
74 Source6: http://www.cpan.org/modules/by-module/Parse/Parse-RecDescent-Consumer-%{V_parse_recdescent_consumer}.tar.gz |
76 Source6: http://www.cpan.org/authors/id/T/TB/TBONE/Parse-RecDescent-Consumer-%{V_parse_recdescent_consumer}.tar.gz |
75 Source7: http://www.cpan.org/modules/by-module/Parse/Parse-Yapp-%{V_parse_yapp}.tar.gz |
77 Source7: http://www.cpan.org/authors/id/F/FD/FDESAR/Parse-Yapp-%{V_parse_yapp}.tar.gz |
76 Source8: http://www.cpan.org/modules/by-module/Parse/Parse-Earley-%{V_parse_earley}.tar.gz |
78 Source8: http://www.cpan.org/authors/id/L/LP/LPALMER/Parse-Earley-%{V_parse_earley}.tar.gz |
77 Source9: http://www.cpan.org/modules/by-module/Parse/ParseLex-%{V_parse_lex}.tar.gz |
79 Source9: http://www.cpan.org/authors/id/P/PS/PSCUST/ParseLex-%{V_parse_lex}.tar.gz |
78 Source10: http://www.cpan.org/modules/by-module/C/C-Scan-%{V_c_scan}.tar.gz |
80 Source10: http://www.cpan.org/authors/id/H/HV/HVDS/C-Scan-%{V_c_scan}.tar.gz |
79 Source11: http://www.cpan.org/modules/by-module/AppConfig/AppConfig-%{V_appconfig}.tar.gz |
81 Source11: http://www.cpan.org/authors/id/A/AB/ABW/AppConfig-%{V_appconfig}.tar.gz |
80 Source12: http://www.cpan.org/modules/by-module/AppConfig/AppConfig-Std-%{V_appconfig_std}.tar.gz |
82 Source12: http://www.cpan.org/authors/id/N/NE/NEILB/AppConfig-Std-%{V_appconfig_std}.tar.gz |
81 Source13: http://switch.dl.sourceforge.net/ogdl/ogdlutils-%{V_ogdl}.tgz |
83 Source13: http://switch.dl.sourceforge.net/ogdl/ogdlutils-%{V_ogdl}.tgz |
82 Source14: http://www.cpan.org/modules/by-module/String/String-Tokenizer-%{V_string_tokenizer}.tar.gz |
84 Source14: http://www.cpan.org/authors/id/S/ST/STEVAN/String-Tokenizer-%{V_string_tokenizer}.tar.gz |
83 Source15: http://www.cpan.org/modules/by-module/Config/Config-Context-%{V_config_context}.tar.gz |
85 Source15: http://www.cpan.org/authors/id/M/MG/MGRAHAM/Config-Context-%{V_config_context}.tar.gz |
84 Source16: http://www.cpan.org/modules/by-module/Config/Config-Scoped-%{V_config_scoped}.tar.gz |
86 Source16: http://www.cpan.org/authors/id/G/GA/GAISSMAI/Config-Scoped-%{V_config_scoped}.tar.gz |
85 Source17: http://www.cpan.org/modules/by-module/Text/Text-CSV_XS-%{V_text_csv_xs}.tgz |
87 Source17: http://www.cpan.org/modules/by-module/Text/Text-CSV_PP-%{V_text_csv_pp}.tar.gz |
86 Source18: http://www.cpan.org/modules/by-module/Text/Text-CSV-Simple-%{V_text_csv_simple}.tar.gz |
88 Source18: http://www.cpan.org/modules/by-module/Text/Text-CSV_XS-%{V_text_csv_xs}.tgz |
87 Source19: http://www.cpan.org/modules/by-module/Getopt/Getopt-Long-%{V_getopt_long}.tar.gz |
89 Source19: http://www.cpan.org/authors/id/T/TM/TMTM/Text-CSV-Simple-%{V_text_csv_simple}.tar.gz |
88 Source20: http://www.cpan.org/modules/by-module/Getopt/Getopt-Attribute-%{V_getopt_attribute}.tar.gz |
90 Source20: http://www.cpan.org/authors/id/J/JV/JV/Getopt-Long-%{V_getopt_long}.tar.gz |
89 Source21: http://www.cpan.org/modules/by-module/Getopt/Getopt-ArgvFile-%{V_getopt_argvfile}.tar.gz |
91 Source21: http://www.cpan.org/authors/id/M/MA/MARCEL/Getopt-Attribute-%{V_getopt_attribute}.tar.gz |
90 Source22: http://www.cpan.org/modules/by-module/Getopt/Getopt-Fancy-%{V_getopt_fancy}.tar.gz |
92 Source22: http://www.cpan.org/authors/id/J/JS/JSTENZEL/Getopt-ArgvFile-%{V_getopt_argvfile}.tar.gz |
91 Source23: http://www.cpan.org/modules/by-module/Getopt/Getopt-LL-%{V_getopt_ll}.tar.gz |
93 Source23: http://www.cpan.org/authors/id/B/BA/BATMAN/Getopt-Fancy-%{V_getopt_fancy}.tar.gz |
92 Source24: http://www.cpan.org/modules/by-module/Parse/Parse-RecDescent-Topiary-%{V_parse_recdescent_topiary}.tar.gz |
94 Source24: http://www.cpan.org/authors/id/A/AS/ASKSH/Getopt-LL-%{V_getopt_ll}.tar.gz |
93 Source25: http://www.cpan.org/modules/by-module/Parse/Parse-Flex-%{V_parse_flex}.tar.gz |
95 Source25: http://www.cpan.org/authors/id/I/IV/IVORW/Parse-RecDescent-Topiary-%{V_parse_recdescent_topiary}.tar.gz |
94 Source26: http://www.cpan.org/modules/by-module/Parse/Parse-Eyapp-%{V_parse_eyapp}.tar.gz |
96 Source26: http://www.cpan.org/authors/id/I/IO/IOANNIS/Parse-Flex-%{V_parse_flex}.tar.gz |
|
97 Source27: http://www.cpan.org/authors/id/C/CA/CASIANO/Parse-Eyapp-%{V_parse_eyapp}.tar.gz |
|
98 Source28: http://www.cpan.org/authors/id/R/RP/RPKELLY/Getopt-Flex-%{V_getopt_flex}.tar.gz |
95 |
99 |
96 # build information |
100 # build information |
97 Prefix: %{l_prefix} |
101 Prefix: %{l_prefix} |
98 BuildRoot: %{l_buildroot} |
102 BuildRoot: %{l_buildroot} |
99 BuildPreReq: OpenPKG, openpkg >= 20040130, perl >= %{V_perl}, perl-openpkg >= %{V_perl}-20051031 |
103 BuildPreReq: OpenPKG, openpkg >= 20060823, perl >= %{V_perl}, perl-openpkg >= %{V_perl}-20051031 |
100 PreReq: OpenPKG, openpkg >= 20040130, perl >= %{V_perl} |
104 PreReq: OpenPKG, openpkg >= 20060823, perl >= %{V_perl} |
101 BuildPreReq: perl-util, perl-module, flex |
105 BuildPreReq: perl-util, perl-module, flex |
102 PreReq: perl-util, perl-module, flex |
106 PreReq: perl-util, perl-module, flex |
103 AutoReq: no |
107 AutoReq: no |
104 AutoReqProv: no |
108 AutoReqProv: no |
105 |
109 |
123 - Parse::Flex (%{V_parse_flex}) |
127 - Parse::Flex (%{V_parse_flex}) |
124 - C::Scan (%{V_c_scan}) |
128 - C::Scan (%{V_c_scan}) |
125 - AppConfig (%{V_appconfig}) |
129 - AppConfig (%{V_appconfig}) |
126 - AppConfig::Std (%{V_appconfig_std}) |
130 - AppConfig::Std (%{V_appconfig_std}) |
127 - OGDL (%{V_ogdl}) |
131 - OGDL (%{V_ogdl}) |
|
132 - Text::CSV_PP (%{V_text_csv_pp}) |
128 - Text::CSV_XS (%{V_text_csv_xs}) |
133 - Text::CSV_XS (%{V_text_csv_xs}) |
129 - Text::CSV::Simple (%{V_text_csv_simple}) |
134 - Text::CSV::Simple (%{V_text_csv_simple}) |
130 - Getopt::Long (%{V_getopt_long}) |
135 - Getopt::Long (%{V_getopt_long}) |
131 - Getopt::Attribute (%{V_getopt_attribute}) |
136 - Getopt::Attribute (%{V_getopt_attribute}) |
132 - Getopt::ArgvFile (%{V_getopt_argvfile}) |
137 - Getopt::ArgvFile (%{V_getopt_argvfile}) |
133 - Getopt::Fancy (%{V_getopt_fancy}) |
138 - Getopt::Fancy (%{V_getopt_fancy}) |
134 - Getopt::LL (%{V_getopt_ll}) |
139 - Getopt::LL (%{V_getopt_ll}) |
|
140 - Getopt::Flex (%{V_getopt_flex}) |
135 |
141 |
136 %track |
142 %track |
137 prog perl-parse:Config-General = { |
143 prog perl-parse:Config-General = { |
138 version = %{V_config_general} |
144 version = %{V_config_general} |
139 url = http://www.cpan.org/modules/by-module/Config/ |
145 url = http://www.cpan.org/authors/id/T/TL/TLINDEN/ |
140 regex = Config-General-(__VER__)\.tar\.gz |
146 regex = Config-General-(__VER__)\.tar\.gz |
141 } |
147 } |
142 prog perl-parse:Config-IniFiles = { |
148 prog perl-parse:Config-IniFiles = { |
143 version = %{V_config_inifiles} |
149 version = %{V_config_inifiles} |
144 url = http://www.cpan.org/modules/by-module/Config/ |
150 url = http://www.cpan.org/authors/id/S/SH/SHLOMIF/ |
145 regex = Config-IniFiles-(__VER__)\.tar\.gz |
151 regex = Config-IniFiles-(__VER__)\.tar\.gz |
146 } |
152 } |
147 prog perl-parse:Config-Simple = { |
153 prog perl-parse:Config-Simple = { |
148 version = %{V_config_simple} |
154 version = %{V_config_simple} |
149 url = http://www.cpan.org/modules/by-module/Config/ |
155 url = http://www.cpan.org/authors/id/S/SH/SHERZODR/ |
150 regex = Config-Simple-(__VER__)\.tar\.gz |
156 regex = Config-Simple-(__VER__)\.tar\.gz |
151 } |
157 } |
152 prog perl-parse:Parse-RecDescent = { |
158 prog perl-parse:Parse-RecDescent = { |
153 version = %{V_parse_recdescent} |
159 version = %{V_parse_recdescent} |
154 url = http://www.cpan.org/authors/id/D/DC/DCONWAY/ |
160 url = http://www.cpan.org/authors/id/D/DC/DCONWAY/ |
155 regex = Parse-RecDescent-v(__VER__)\.tar\.gz |
161 regex = Parse-RecDescent-v(__VER__)\.tar\.gz |
156 } |
162 } |
157 prog perl-parse:Parse-RecDescent-Consumer = { |
163 prog perl-parse:Parse-RecDescent-Consumer = { |
158 version = %{V_parse_recdescent_consumer} |
164 version = %{V_parse_recdescent_consumer} |
159 url = http://www.cpan.org/modules/by-module/Parse/ |
165 url = http://www.cpan.org/authors/id/T/TB/TBONE/ |
160 regex = Parse-RecDescent-Consumer-(__VER__)\.tar\.gz |
166 regex = Parse-RecDescent-Consumer-(__VER__)\.tar\.gz |
161 } |
167 } |
162 prog perl-parse:Parse-RecDescent-Deparse = { |
168 prog perl-parse:Parse-RecDescent-Deparse = { |
163 version = %{V_parse_recdescent_deparse} |
169 version = %{V_parse_recdescent_deparse} |
164 url = http://www.cpan.org/modules/by-module/Parse/ |
170 url = http://www.cpan.org/authors/id/S/SI/SIMON/ |
165 regex = Parse-RecDescent-Deparse-(__VER__)\.tar\.gz |
171 regex = Parse-RecDescent-Deparse-(__VER__)\.tar\.gz |
166 } |
172 } |
167 prog perl-parse:Parse-RecDescent-FAQ = { |
173 prog perl-parse:Parse-RecDescent-FAQ = { |
168 version = %{V_parse_recdescent_faq} |
174 version = %{V_parse_recdescent_faq} |
169 url = http://www.cpan.org/modules/by-module/Parse/ |
175 url = http://www.cpan.org/authors/id/T/TB/TBONE/ |
170 regex = Parse-RecDescent-FAQ-(__VER__)\.tar\.gz |
176 regex = Parse-RecDescent-FAQ-(__VER__)\.tar\.gz |
171 } |
177 } |
172 prog perl-parse:Parse-RecDescent-Topiary = { |
178 prog perl-parse:Parse-RecDescent-Topiary = { |
173 version = %{V_parse_recdescent_topiary} |
179 version = %{V_parse_recdescent_topiary} |
174 url = http://www.cpan.org/modules/by-module/Parse/ |
180 url = http://www.cpan.org/authors/id/I/IV/IVORW/ |
175 regex = Parse-RecDescent-Topiary-(__VER__)\.tar\.gz |
181 regex = Parse-RecDescent-Topiary-(__VER__)\.tar\.gz |
176 } |
182 } |
177 prog perl-parse:Parse-Yapp = { |
183 prog perl-parse:Parse-Yapp = { |
178 version = %{V_parse_yapp} |
184 version = %{V_parse_yapp} |
179 url = http://www.cpan.org/modules/by-module/Parse/ |
185 url = http://www.cpan.org/authors/id/F/FD/FDESAR/ |
180 regex = Parse-Yapp-(__VER__)\.tar\.gz |
186 regex = Parse-Yapp-(__VER__)\.tar\.gz |
181 } |
187 } |
182 prog perl-parse:Parse-Eyapp = { |
188 prog perl-parse:Parse-Eyapp = { |
183 version = %{V_parse_eyapp} |
189 version = %{V_parse_eyapp} |
184 url = http://www.cpan.org/modules/by-module/Parse/ |
190 url = http://www.cpan.org/authors/id/C/CA/CASIANO/ |
185 regex = Parse-Eyapp-(__VER__)\.tar\.gz |
191 regex = Parse-Eyapp-(__VER__)\.tar\.gz |
186 } |
192 } |
187 prog perl-parse:Parse-Earley = { |
193 prog perl-parse:Parse-Earley = { |
188 version = %{V_parse_earley} |
194 version = %{V_parse_earley} |
189 url = http://www.cpan.org/modules/by-module/Parse/ |
195 url = http://www.cpan.org/authors/id/L/LP/LPALMER/ |
190 regex = Parse-Earley-(__VER__)\.tar\.gz |
196 regex = Parse-Earley-(__VER__)\.tar\.gz |
191 } |
197 } |
192 prog perl-parse:Parse-Lex = { |
198 prog perl-parse:Parse-Lex = { |
193 version = %{V_parse_lex} |
199 version = %{V_parse_lex} |
194 url = http://www.cpan.org/modules/by-module/Parse/ |
200 url = http://www.cpan.org/authors/id/P/PS/PSCUST/ |
195 regex = ParseLex-(__VER__)\.tar\.gz |
201 regex = ParseLex-(__VER__)\.tar\.gz |
196 } |
202 } |
197 prog perl-parse:Parse-Flex = { |
203 prog perl-parse:Parse-Flex = { |
198 version = %{V_parse_flex} |
204 version = %{V_parse_flex} |
199 url = http://www.cpan.org/modules/by-module/Parse/ |
205 url = http://www.cpan.org/authors/id/I/IO/IOANNIS/ |
200 regex = Parse-Flex-(__VER__)\.tar\.gz |
206 regex = Parse-Flex-(__VER__)\.tar\.gz |
201 } |
207 } |
202 prog perl-parse:C-Scan = { |
208 prog perl-parse:C-Scan = { |
203 version = %{V_c_scan} |
209 version = %{V_c_scan} |
204 url = http://www.cpan.org/modules/by-module/C/ |
210 url = http://www.cpan.org/authors/id/H/HV/HVDS/ |
205 regex = C-Scan-(__VER__)\.tar\.gz |
211 regex = C-Scan-(__VER__)\.tar\.gz |
206 } |
212 } |
207 prog perl-parse:AppConfig = { |
213 prog perl-parse:AppConfig = { |
208 version = %{V_appconfig} |
214 version = %{V_appconfig} |
209 url = http://www.cpan.org/modules/by-module/AppConfig/ |
215 url = http://www.cpan.org/authors/id/A/AB/ABW/ |
210 regex = AppConfig-(__VER__)\.tar\.gz |
216 regex = AppConfig-(__VER__)\.tar\.gz |
211 } |
217 } |
212 prog perl-parse:AppConfig-Std = { |
218 prog perl-parse:AppConfig-Std = { |
213 version = %{V_appconfig_std} |
219 version = %{V_appconfig_std} |
214 url = http://www.cpan.org/modules/by-module/AppConfig/ |
220 url = http://www.cpan.org/authors/id/N/NE/NEILB/ |
215 regex = AppConfig-Std-(__VER__)\.tar\.gz |
221 regex = AppConfig-Std-(__VER__)\.tar\.gz |
216 } |
222 } |
217 prog perl-parse:OGDL = { |
223 prog perl-parse:OGDL = { |
218 version = %{V_ogdl} |
224 version = %{V_ogdl} |
219 url = http://prdownloads.sourceforge.net/ogdl/ |
225 url = http://sourceforge.net/projects/ogdl/files/ |
220 regex = ogdlutils-(__VER__)\.tgz |
226 regex = ogdlutils-(__VER__)\.tgz |
221 } |
227 } |
222 prog perl-parse:String-Tokenizer = { |
228 prog perl-parse:String-Tokenizer = { |
223 version = %{V_string_tokenizer} |
229 version = %{V_string_tokenizer} |
224 url = http://www.cpan.org/modules/by-module/String/ |
230 url = http://www.cpan.org/authors/id/S/ST/STEVAN/ |
225 regex = String-Tokenizer-(__VER__)\.tar\.gz |
231 regex = String-Tokenizer-(__VER__)\.tar\.gz |
226 } |
232 } |
227 prog perl-parse:Config-Context = { |
233 prog perl-parse:Config-Context = { |
228 version = %{V_config_context} |
234 version = %{V_config_context} |
229 url = http://www.cpan.org/modules/by-module/Config/ |
235 url = http://www.cpan.org/authors/id/M/MG/MGRAHAM/ |
230 regex = Config-Context-(__VER__)\.tar\.gz |
236 regex = Config-Context-(__VER__)\.tar\.gz |
231 } |
237 } |
232 prog perl-parse:Config-Scoped = { |
238 prog perl-parse:Config-Scoped = { |
233 version = %{V_config_scoped} |
239 version = %{V_config_scoped} |
234 url = http://www.cpan.org/modules/by-module/Config/ |
240 url = http://www.cpan.org/authors/id/G/GA/GAISSMAI/ |
235 regex = Config-Scoped-(__VER__)\.tar\.gz |
241 regex = Config-Scoped-(__VER__)\.tar\.gz |
|
242 } |
|
243 prog perl-parse:Text-CSV_PP = { |
|
244 version = %{V_text_csv_pp} |
|
245 url = http://www.cpan.org/modules/by-module/Text/ |
|
246 regex = Text-CSV_PP-(__VER__)\.tar\.gz |
236 } |
247 } |
237 prog perl-parse:Text-CSV_XS = { |
248 prog perl-parse:Text-CSV_XS = { |
238 version = %{V_text_csv_xs} |
249 version = %{V_text_csv_xs} |
239 url = http://www.cpan.org/modules/by-module/Text/ |
250 url = http://www.cpan.org/modules/by-module/Text/ |
240 regex = Text-CSV_XS-(__VER__)\.t(ar\.)?gz |
251 regex = Text-CSV_XS-(__VER__)\.t(ar\.)?gz |
241 } |
252 } |
242 prog perl-parse:Text-CSV-Simple = { |
253 prog perl-parse:Text-CSV-Simple = { |
243 version = %{V_text_csv_simple} |
254 version = %{V_text_csv_simple} |
244 url = http://www.cpan.org/modules/by-module/Text/ |
255 url = http://www.cpan.org/authors/id/T/TM/TMTM/ |
245 regex = Text-CSV-Simple-(__VER__)\.tar\.gz |
256 regex = Text-CSV-Simple-(__VER__)\.tar\.gz |
246 } |
257 } |
247 prog perl-parse:Getopt-Long = { |
258 prog perl-parse:Getopt-Long = { |
248 version = %{V_getopt_long} |
259 version = %{V_getopt_long} |
249 url = http://www.cpan.org/modules/by-module/Getopt/ |
260 url = http://www.cpan.org/authors/id/J/JV/JV/ |
250 regex = Getopt-Long-(__VER__)\.tar\.gz |
261 regex = Getopt-Long-(__VER__)\.tar\.gz |
251 } |
262 } |
252 prog perl-parse:Getopt-Attribute = { |
263 prog perl-parse:Getopt-Attribute = { |
253 version = %{V_getopt_attribute} |
264 version = %{V_getopt_attribute} |
254 url = http://www.cpan.org/modules/by-module/Getopt/ |
265 url = http://www.cpan.org/authors/id/M/MA/MARCEL/ |
255 regex = Getopt-Attribute-(__VER__)\.tar\.gz |
266 regex = Getopt-Attribute-(__VER__)\.tar\.gz |
256 } |
267 } |
257 prog perl-parse:Getopt-ArgvFile = { |
268 prog perl-parse:Getopt-ArgvFile = { |
258 version = %{V_getopt_argvfile} |
269 version = %{V_getopt_argvfile} |
259 url = http://www.cpan.org/modules/by-module/Getopt/ |
270 url = http://www.cpan.org/authors/id/J/JS/JSTENZEL/ |
260 regex = Getopt-ArgvFile-(__VER__)\.tar\.gz |
271 regex = Getopt-ArgvFile-(__VER__)\.tar\.gz |
261 } |
272 } |
262 prog perl-parse:Getopt-Fancy = { |
273 prog perl-parse:Getopt-Fancy = { |
263 version = %{V_getopt_fancy} |
274 version = %{V_getopt_fancy} |
264 url = http://www.cpan.org/modules/by-module/Getopt/ |
275 url = http://www.cpan.org/authors/id/B/BA/BATMAN/ |
265 regex = Getopt-Fancy-(__VER__)\.tar\.gz |
276 regex = Getopt-Fancy-(__VER__)\.tar\.gz |
266 } |
277 } |
267 prog perl-parse:Getopt-LL = { |
278 prog perl-parse:Getopt-LL = { |
268 version = %{V_getopt_ll} |
279 version = %{V_getopt_ll} |
269 url = http://www.cpan.org/modules/by-module/Getopt/ |
280 url = http://www.cpan.org/authors/id/A/AS/ASKSH/ |
270 regex = Getopt-LL-(__VER__)\.tar\.gz |
281 regex = Getopt-LL-(__VER__)\.tar\.gz |
|
282 } |
|
283 prog perl-parse:Getopt-Flex = { |
|
284 version = %{V_getopt_flex} |
|
285 url = http://www.cpan.org/authors/id/R/RP/RPKELLY/ |
|
286 regex = Getopt-Flex-(__VER__)\.tar\.gz |
271 } |
287 } |
272 |
288 |
273 %prep |
289 %prep |
274 %setup -q -c |
290 %setup -q -c |
275 %setup -q -T -D -a 1 |
291 %setup -q -T -D -a 1 |