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

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

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


Revision 1.6 - (show annotations) (download)
Sun Jan 27 18:16:56 2019 UTC (5 years, 4 months ago) by jpp
Branch: MAIN
CVS Tags: perl-CGI-FormMagick-0_93-5_el6_sme
Changes since 1.5: +5 -2 lines
* Sun Jan 27 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.93-5.sme
- new patch version [SME: 10626]

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

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