/[smeserver]/rpms/perl-CGI-FormMagick/sme8/perl-CGI-FormMagick.spec
ViewVC logotype

Contents of /rpms/perl-CGI-FormMagick/sme8/perl-CGI-FormMagick.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.10 - (show annotations) (download)
Sat Mar 5 08:53:08 2011 UTC (13 years, 3 months ago) by snetram
Branch: MAIN
CVS Tags: perl-CGI-FormMagick-0_92-21_el5_sme
Changes since 1.9: +5 -4 lines
* Sat Mar 5 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 0.92-21
- Fix IP address validation [SME: 6446]

1 # $Id: perl-CGI-FormMagick.spec,v 1.9 2011/03/04 08:45:49 snetram Exp $
2
3 Summary: CGI-FormMagick module for perl
4 %define name perl-CGI-FormMagick
5 %define version 0.92
6 %define release 21
7 Name: %{name}
8 Version: %{version}
9 Release: %{release}%{?dist}
10 License: distributable
11 Group: Applications/CPAN
12 Source0: perl-CGI-FormMagick-%{version}.tar.gz
13 Patch0: perl-CGI-FormMagick-0.92-password_validation.patch
14 Patch1: perl-CGI-FormMagick-0.92-password_validation2.patch
15 Patch2: perl-CGI-FormMagick-0.92-quotemeta.patch
16 Patch3: perl-CGI-FormMagick-0.92-textarea.patch
17 Patch4: perl-CGI-FormMagick-0.92-validateliteral.patch
18 Patch5: perl-CGI-FormMagick-0.92-nodata.patch
19 Patch6: perl-CGI-FormMagick-0.92-persistent10.patch
20 Patch7: perl-CGI-FormMagick-0.92-persistent10.patch2
21 Patch8: perl-CGI-FormMagick-0.92-persistent10.patch3
22 Patch9: perl-CGI-FormMagick-0.92-UTF8.patch
23 Patch10: perl-CGI-FormMagick-0.92-uninitialized-value.patch
24 Patch11: perl-CGI-FormMagick-0.92-ip-validation.patch
25 Url: http://www.cpan.org
26 BuildRoot: /var/tmp/perl-CGI-FormMagick-buildroot/
27 BuildArchitectures: noarch
28 BuildRequires: perl
29 Requires: perl perl(XML::Parser) expat
30 Requires: perl(CGI::Persistent) >= 1.00
31 Requires: perl(Class::ParamParser) perl(I18N::LangTags)
32 Requires: perl(Text::Iconv)
33 Requires: perl(Text::Template)
34 Requires: perl(Mail::RFC822::Address)
35 Provides: perl(ArbitraryPackage)
36 Provides: perl(CGI::FormMagick) = %{version}-%{release}
37 Provides: perl(CGI::FormMagick::Sub)
38 Provides: perl(CGI::FormMagick::TagMaker) = 1.01
39 Provides: perl(CGI::FormMagick::Validator)
40 Autoreq: no
41
42 %description
43 FormMagick is a Perl module which enables XML descriptions to be used
44 to generate HTML wizard-like forms. It has support for I18N/L10N.
45
46 %prep
47 %setup -q
48 %patch0 -p1
49 %patch1 -p1
50 %patch2 -p1
51 %patch3 -p1
52 %patch4 -p1
53 %patch5 -p1
54 %patch6 -p1
55 %patch7 -p1
56 %patch8 -p1
57 %patch9 -p1
58 %patch10 -p1
59 %patch11 -p1
60
61 %build
62 grep -rsl '^#!.*perl' . |
63 grep -v '.bak$' |xargs --no-run-if-empty \
64 %__perl -MExtUtils::MakeMaker -e 'MY->fixin(@ARGV)'
65 CFLAGS="$RPM_OPT_FLAGS"
66 %{__perl} Makefile.PL `%{__perl} -MExtUtils::MakeMaker -e ' print qq|PREFIX=%{buildroot}%{_prefix}| if \$ExtUtils::MakeMaker::VERSION =~ /5\.9[1-6]|6\.0[0-5]/ '` INSTALLSITELIB=%{_prefix}/lib/perl5/site_perl
67 %{__make}
68
69 %clean
70 rm -rf $RPM_BUILD_ROOT
71
72 %install
73 [ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
74
75 %{makeinstall} `%{__perl} -MExtUtils::MakeMaker -e ' print \$ExtUtils::MakeMaker::VERSION <= 6.05 ? qq|PREFIX=%{buildroot}%{_prefix}| : qq|DESTDIR=%{buildroot}| '`
76
77 [ -x /usr/lib/rpm/brp-compress ] && /usr/lib/rpm/brp-compress
78
79 # remove special files
80 find %{buildroot} -name "perllocal.pod" \
81 -o -name ".packlist" \
82 -o -name "*.bs" \
83 |xargs -i rm -f {}
84
85 # no empty directories
86 find %{buildroot}%{_prefix} \
87 -type d -depth \
88 -exec rmdir {} \; 2>/dev/null
89
90 find $RPM_BUILD_ROOT/usr -type f -print | sed "s@^$RPM_BUILD_ROOT@@g" | grep -v perllocal.pod > CGI-FormMagick-%{version}-filelist
91
92 %files -f CGI-FormMagick-%{version}-filelist
93 %defattr(-,root,root)
94
95 %changelog
96 * Sat Mar 5 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 0.92-21
97 - Fix IP address validation [SME: 6446]
98
99 * Fri Mar 4 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 0.92-20
100 - Fix IP address validation [SME: 6446]
101
102 * Wed Mar 2 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 0.92-19
103 - Fix IP address validation [SME: 6446]
104
105 * Tue Nov 24 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 0.92-18
106 - Fix year in previous changelog entry [SME: 3144]
107
108 * Tue Nov 24 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 0.92-17
109 - Fix unitialized value errors in HTML.pm [SME: 3144]
110
111 * Mon Mar 24 2008 Shad L. Lords <slords@mail.com> 0.92-16
112 - Fix patch so .orig files aren't created. [SME: 4100]
113
114 * Mon Mar 10 2008 Shad L. Lords <slords@mail.com> 0.92-15
115 - Output charset header defining correct charset. [SME: 3858]
116
117 * Sat Nov 24 2007 Shad L. Lords <slords@mail.com> 0.92-14
118 - Add path to sanitized .id parameter so tokens get created
119 in right place [SME: 3584]
120
121 * Sat Nov 24 2007 Charlie Brady <charlieb@e-smith.com> 0.92-13
122 - Sanitise .id parameter before use. [SME: 3584]
123
124 * Sat Nov 24 2007 Shad L. Lords <slords@mail.com> 0.92-12
125 - Make modules compatible with CGI::Persistent v1.00 [SME: 3581]
126
127 * Tue Jun 12 2007 Shad L. Lords <slords@mail.com> 0.92-11
128 - Don't attempt to trim empty/undefined fields [SME: 2395]
129
130 * Mon Jun 11 2007 Shad L. Lords <slords@mail.com> 0.92-10
131 - Don't validate literal fields [SME: 2395]
132
133 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
134 - Clean up spec so package can be built by koji/plague
135
136 * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
137 - Update to new release naming. No functional changes.
138 - Make Packager generic
139
140 * Tue Aug 22 2006 Charlie Brady <charlie_brady@mitel.com> 0.92-08
141 - Allow initializer of textarea form widgets. [SME: 1088]
142
143 * Mon May 01 2006 Charlie Brady <charlie_brady@mitel.com> 0.92-07
144 - Fix quoting of metachars in subst during inputbox output. [SME: 1352]
145
146 * Wed Jan 25 2006 Mark Knox <mark_knox@mitel.com> 0.92-06
147 - Added a missing brace in previous fix [SME: 463]
148
149 * Fri Jan 13 2006 Charlie Brady <charlieb@e-smith.com> 0.92-05
150 - Fix password validation check to include _ as non-alpha. [SME: 463]
151
152 * Thu Dec 15 2005 Charlie Brady <charlieb@e-smith.com> 0.92-04
153 - Build into /usr/lib/perl5/site_perl so that RPM can be installed
154 on either 6.x or 7.x.
155
156 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 0.92-03
157 - Bump release number only
158
159 * Tue Nov 29 2005 Charlie Brady <charlieb@e-smith.com>
160 - [0.92-02]
161 - Test rebuild after CVS synchronisation.
162
163 * Mon Oct 31 2005 Mark Knox <mark_knox@mitel.com>
164 - [0.92-01]
165 - Imported to ClearCase, bumped version [markk MN00103900]
166 - Remove generated files Makefile and t/embedded*
167 - Add BuildRequires: perl => 5.8
168
169 * Thu Oct 27 2005 Charlie Brady <charlieb@e-smith.com>
170 - [0.91-30]
171 - Avoid warning messages if we try to trim whitespace around $field->{id} when
172 it isn't defined. [SF: 1227604]
173
174 * Mon Oct 3 2005 Charlie Brady <charlieb@e-smith.com>
175 - [0.91-29]
176 - Fix colspan attributes in display_fields(). [SF: 1309359]
177
178 * Mon Sep 5 2005 Tony Clayton <apc@e-smith.com>
179 - [0.91-28]
180 - s/Copyright/License/ in rpm headers
181 - Fix subroutine element handling in Validator.pm to fix barrage of logfile
182 warnings
183 - Move sessiondir,cgi object initialization from display() to new()
184 - Remove deprecated sessiondir(),munge_fm_obj() methods
185
186 * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
187 - [0.91-27]
188 - Validation fixes from Shad Lords:
189 - Change static strings to TAGS (for L10N)
190 - Fix ip_check to actually check value
191 - Update Provides header to specify version and release
192
193 * Tue May 24 2005 Charlie Brady <charlieb@e-smith.com>
194 - [0.91-26]
195 - Don't allow rpm to auto calculate perl module dependencies -
196 it gets them wrong sometimes [SF: 1205965]
197
198 * Fri May 20 2005 Charlie Brady <charlieb@e-smith.com>
199 - [0.91-25]
200 - Apply options parsing fix (from Gordon, SF:1205448)
201
202 * Tue May 17 2005 Charlie Brady <charlieb@e-smith.com>
203 - [0.91-24]
204 - Remove POD references to unimplemented validation-error-message.
205
206 * Tue Mar 29 2005 Charlie Brady <charlieb@e-smith.com>
207 - [0.91-23]
208 - Add patch contributed by Shad Lords to allow multi-select.
209
210 * Tue Mar 29 2005 Charlie Brady <charlieb@e-smith.com>
211 - [0.91-22]
212 - Add patch contributed by Shad Lords to be more flexible about
213 whitespace in validator lists.
214
215 * Tue Mar 29 2005 Charlie Brady <charlieb@e-smith.com>
216 - [0.91-21]
217 - Make sure we don't leave unpackaged files in our buildroot.
218
219 * Tue Mar 29 2005 Charlie Brady <charlieb@e-smith.com>
220 - [0.91-20]
221 - Update build and install sections, to allow correct building under CentOS.
222
223 * Wed Oct 20 2004 Sean Bradbury <bradbury@e-smith.com>
224 - [0.91-19]
225 - Updated requires to remove wrong requires. [bradbury MN00053465]
226
227 * Tue Sep 28 2004 Michael Soulier <msoulier@e-smith.com>
228 - [0.91-18]
229 - Updated requires with new perl dependencies. [msoulier MN00040240]
230 - Added additional headers to ensure no caching. [msoulier MN00044704]
231
232 * Fri Sep 3 2004 Michael Soulier <msoulier@e-smith.com>
233 - [0.91-17]
234 - Updated requires with new perl dependencies. [msoulier MN00040240]
235 - Fixed http header to include expiry to prevent browser caching.
236 [msoulier MN00044704]
237
238 * Sat Aug 21 2004 Michael Soulier <msoulier@e-smith.com>
239 - [0.91-16]
240 - Fixed poor subroutine detection in get_sub(). [msoulier MN00037832]
241
242 * Tue Aug 3 2004 Michael Soulier <msoulier@e-smith.com>
243 - [0.91-15]
244 - Added an automatic trim of leading and trailing whitespace for all field
245 params during validation, unless a new field attribute of "notrim" evals to
246 true. [msoulier MN00042751]
247
248 * Thu Jul 15 2004 Michael Soulier <msoulier@e-smith.com>
249 - [0.91-14]
250 - Added conditional widgets to FormMagick. fields now support a "display"
251 callback, which, if false, prevents the field from being displayed or
252 validated. [msoulier MN00037809]
253
254 * Thu Jul 15 2004 Michael Soulier <msoulier@e-smith.com>
255 - [0.91-13]
256 - Updated use of CGI::FormMagick::Sub, such that a calling package is no
257 longer required. The object will be searched for methods by default.
258 [msoulier MN00037832]
259
260 * Wed Jul 14 2004 Michael Soulier <msoulier@e-smith.com>
261 - [0.91-12]
262 - Catch cases where non-existant subroutines are called, and throw a fatal
263 exception with a backtrace. [msoulier MN00042272]
264
265 * Tue Jul 13 2004 Michael Soulier <msoulier@e-smith.com>
266 - [0.91-11]
267 - s/novalidate/nopost, and also prevented the post-event from running if
268 nopost is set. [msoulier MN00040161]
269
270 * Tue Jul 13 2004 Michael Soulier <msoulier@e-smith.com>
271 - [0.91-10]
272 - Added novalidate method, and a hook to it in prepare_for_next_page, so
273 setting a novalidate param will prevent the current page from being
274 validated. Useful for navigational links. [msoulier MN00040161]
275
276 * Mon May 10 2004 Michael Soulier <msoulier@e-smith.com>
277 - [0.91-09]
278 - Forward-port of dcr-30134, adding the menu attribute to the page tag.
279 [msoulier MN00030134]
280
281 * Wed Jan 28 2004 Michael Soulier <msoulier@e-smith.com>
282 - [0.91-08]
283 - Fixed weak pattern matching in CGI::FormMagick::Validator::Basic::number.
284 [msoulier 9039]
285
286 * Mon Jan 5 2004 Michael Soulier <msoulier@e-smith.com>
287 - [0.91-07]
288 - Fixed bad enctype in forms definition. [msoulier 10699]
289
290 * Wed Nov 19 2003 Michael Soulier <msoulier@e-smith.com>
291 - [0.91-06]
292 - Rolled back change in 0.91-03, as it broke the ibays panel. [msoulier 9404]
293
294 * Wed Oct 22 2003 Michael Soulier <msoulier@e-smith.com>
295 - [0.91-05]
296 - Updated get_lexicon to merge available language lexicon in reverse order to
297 the preferred languages, so the fallback languages work when the primary is
298 not available. [msoulier 10397]
299
300 * Fri Sep 5 2003 Tony Clayton <apc@e-smith.com>
301 - [0.91-04]
302 - Added munge_fm_obj() hook to FormMagick.pm [tonyc 9924]
303
304 * Wed Sep 3 2003 Michael Soulier <msoulier@e-smith.com>
305 - [0.91-03]
306 - Moved the parse_xml() call, and the CGI::Persistent object creation, to the
307 constructor where they belong. [msoulier 9404]
308
309 * Wed Sep 3 2003 Michael Soulier <msoulier@e-smith.com>
310 - [0.91-02]
311 - Fixed bug in handling of literal widgets. [msoulier 8671]
312
313 * Wed Sep 3 2003 Michael Soulier <msoulier@e-smith.com>
314 - [0.91-01]
315 - rolling to dev stream - 0.91
316
317 * Wed Sep 3 2003 Michael Soulier <msoulier@e-smith.com>
318 - [0.90-01]
319 - rolling to stable stream - 0.90
320
321 * Tue Jun 24 2003 Tony Clayton <apc@e-smith.com>
322 - [0.89-06]
323 - Fix TagMaker to allow input fields with value="0" [tonyc 9134]
324
325 * Tue May 6 2003 Michael Soulier <msoulier@e-smith.com>
326 - [0.89-05]
327 - Fixed bad handling of literal widgets. [msoulier 8671]
328
329 * Tue May 6 2003 Michael Soulier <msoulier@e-smith.com>
330 - [0.89-04]
331 - Fixed position of the skip_header check so that it's after the establishment
332 of the page number. Otherwise, the page number defaults and the wrong
333 post-event is executed. [msoulier 8637]
334
335 * Fri May 2 2003 Michael Soulier <msoulier@e-smith.com>
336 - [0.89-03]
337 - Added support for a skip_header parameter, to force the display method to
338 give complete control over the HTTP response to the post-event.
339 [msoulier 8637]
340
341 * Thu Feb 20 2003 Mark Knox <markk@e-smith.com>
342 - [0.89-02]
343 - Allow for dynamic field types using a subroutine call [markk 6735]
344
345 * Wed Feb 05 2003 Mark Knox <m_knox@mitel.com>
346 - [0.89-01]
347 - Changed author details in Makefile.PL.
348 - Rolled to v0.89
349
350 * Wed Feb 05 2003 Mark Knox <m_knox@mitel.com>
351 - [0.88-01]
352 - Rolled up changes from 0.87-01 to 0.87-14es into 0.88 and released to
353 SourceForge & CPAN
354
355 * Sat Jan 25 2003 Mike Dickson <miked@e-smith.com>
356 - [0.87-15es]
357 - removed debugging statements from HTML.pm [miked 6617]
358
359 * Tue Jan 14 2003 Mark Knox <markk@e-smith.com>
360 - [0.87-14es]
361 - Changed DTD and input field sub to allow "rows" and "cols" args on
362 textarea fields, removed size arg on same. [markk 3620]
363
364 * Fri Dec 27 2002 Mike Dickson <miked@e-smith.com>
365 - [0.87-13es]
366 - removed debugging comments [miked 5494]
367
368 * Mon Dec 16 2002 Mike Dickson <miked@e-smith.com>
369 - [0.87-12es]
370 - ui updates [miked 5494]
371
372 * Tue Dec 10 2002 Michael Soulier <msoulier@e-smith.com>
373 - [0.87-11es]
374 - Forgot the dependency on the new module. [msoulier 3388]
375
376 * Tue Dec 10 2002 Michael Soulier <msoulier@e-smith.com>
377 - [0.87-10es]
378 - Tightened the check in email_simple() by adding use of the
379 Mail::RFC822::Address module. [msoulier 3388]
380
381 * Mon Dec 2 2002 Mike Dickson <miked@e-smith.com>
382 - [0.87-09es]
383 - ui update [miked 5494]
384
385 * Fri Nov 22 2002 Mike Dickson <miked@e-smith.com>
386 - [0.87-08es]
387 - update to use new UI elements [miked 5806]
388
389 * Fri Nov 22 2002 Gordon Rowell <gordonr@e-smith.com>
390 - [0.87-07es]
391 - Re-import from latest SRPM so it looks like a cvs2rpm package [gordonr 5806]
392
393 * Thu Oct 03 2002 Mark Knox <markk@e-smith.com>
394 - [0.87-06es]
395 - Removed a stray line from a previous patch that was causing breakage
396 [markk 4423]
397
398 * Mon Sep 30 2002 Mark Knox <markk@e-smith.com>
399 - [0.87-05es]
400 - Improved blank-trimming regexes [markk 4423]
401
402 * Wed Aug 28 2002 Mark Knox <markk@e-smith.com>
403 - [0.87-04es]
404 - Move blank trimming code inside conditional to eliminate warnings [markk
405 4607]
406
407 * Fri Aug 16 2002 Mark Knox <markk@e-smith.com>
408 - [0.87-03es]
409 - Security fix: do not pass full path on session token filename [markk 4652]
410
411 * Mon Jul 22 2002 Mark Knox <markk@e-smith.com>
412 - [0.87-02es]
413 - Patch to trim blank space from start/end of translations [markk 4423]
414
415 * Mon Jul 22 2002 Mark Knox <markk@e-smith.com>
416 - [0.87-01es]
417 - Added "es" suffix. First local build (same as 0.87-01) [markk 4422]
418
419 * Mon Jun 24 2002 Kirrily Robert <skud@e-smith.com>
420 - [0.87-01]
421 - Fixed a minor HTML bug (missing > symbol) which was causing problems
422 with the output of validation error messages. [skud 3807]
423
424 * Mon Jun 24 2002 Kirrily Robert <skud@e-smith.com>
425 - [0.86]
426 - Added get_validation_attribute() routine to make it possible to do the
427 nopipes validation forcing in esmith::FormMagick [skud 3807]
428
429 * Sun Jun 02 2002 Gordon Rowell <gordonr@e-smith.com>
430 - Place the "nopipes" validator before all others. We never want to
431 allow pipes in fields for e-smith databases. This may be able to
432 be done at the esmith::FormMagick level, but this works for now.
433 [gordonr 3752]
434
435 * Wed May 29 2002 Kirrily Robert <skud@e-smith.com>
436 - [0.85-01]
437 - Fixed charset bug for text fields that come from subroutines [skud
438 3677]
439
440 * Thu May 16 2002 Kirrily Robert <skud@e-smith.com>
441 - [0.84-02]
442 - Messed it up, had to repackage. [skud #3390]
443
444 * Thu May 16 2002 Kirrily Robert <skud@e-smith.com>
445 - [0.84-01]
446 - Fixed select box charset problem [skud #3390]
447
448 * Mon May 13 2002 Kirrily Robert <skud@e-smith.com>
449 - [0.83-01]
450 - Various minor bugfixes etc [skud #3339, #3371, #3390, #3405]
451
452 * Tue May 07 2002 Kirrily Robert <skud@e-smith.com>
453 - [0.82-02]
454 - Added dependency on Text::Template 1.40 or higher [skud #3371]
455
456 * Tue May 07 2002 Kirrily Robert <skud@e-smith.com>
457 - [0.82-01]
458 - Fixed up various warnings that were thrown to the httpd error log.
459 [skud #3278, #3358]
460 - Templated form headers/footers are now untainted automatically.
461 [skud #3371]
462
463 * Fri May 03 2002 Kirrily Robert <skud@e-smith.com>
464 - [0.81-02]
465 - Added dependency for Text::Iconv
466
467 * Wed May 01 2002 Kirrily Robert <skud@e-smith.com>
468 - [0.81-01]
469 - Now fails more gracefully on XML errors, dumping the XML to a file in
470 /tmp as a side effect
471 - You can now specify the default XML character set encoding as an
472 argument to new() (defaults to undef). In future versions this should
473 be changed to work on a per-lexicon basis, but for now we will use this
474 stopgap measure.
475 - Fixed a bug which was causing fallback_language not to work.
476
477 * Fri Apr 12 2002 Kirrily Robert <skud@e-smith.com>
478 - [0.80-01]
479 - langtags are now all smashed to lower case
480
481 * Thu Apr 04 2002 Kirrily Robert <skud@e-smith.com>
482 - [0.79-01]
483 - Updating to release 0.79.
484
485 * Thu Apr 04 2002 Kirrily Robert <skud@e-smith.com>
486 - [0.78-01]
487 - Updating to release 0.78.
488
489 * Wed Apr 03 2002 Kirrily Robert <skud@e-smith.com>
490 - [0.77-01]
491 - Updating to release 0.77.
492
493 * Wed Mar 20 2002 Kirrily Robert <skud@e-smith.com>
494 - [0.75-01]
495 - Updating to release 0.75.
496
497 * Wed Mar 14 2002 Gordon Rowell <gordonr@e-smith.com>
498 - [0.70-02]
499 - Removed use for Locale::Maketext, pending new cvs tarball from
500 SourceForge (which is down ATM)
501
502 * Wed Feb 20 2002 Adrian Chung <adrianc@e-smith.com>
503 - [0.70-01]
504 - Updating to release 0.70.
505
506 * Thu Feb 07 2002 Adrian Chung <adrianc@e-smith.com>
507 - [0.60-01]
508 - Updated to 0.60.
509
510 * Wed Jan 23 2002 Adrian Chung <adrianc@e-smith.com>
511 - [0.50-01]
512 - Updated to 0.50.
513
514 * Wed Dec 19 2001 Gordon Rowell <gordonr@e-smith.com>
515 - [0.49-03]
516 - Updated with skud's tarball of the day
517
518 * Mon Dec 17 2001 Gordon Rowell <gordonr@e-smith.com>
519 - [0.49-02]
520 - Added dependencies for the swag of modules required. These should
521 probably be listed in the CPAN module instead
522
523 * Mon Oct 01 2001 charlieb <charlieb@lamington>
524 - Spec file automatically generated by cpan2rpm

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed