/[smeserver]/rpms/e-smith-formmagick/sme8/e-smith-formmagick.spec
ViewVC logotype

Annotation of /rpms/e-smith-formmagick/sme8/e-smith-formmagick.spec

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


Revision 1.17 - (hide annotations) (download)
Thu Aug 7 19:09:57 2008 UTC (15 years, 10 months ago) by snetram
Branch: MAIN
CVS Tags: e-smith-formmagick-1_4_0-20_el5_sme
Changes since 1.16: +12 -1 lines
* Thu Aug  7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-20
- Move RESET_PASSWORD_TITLE to general [SME: 4475]
- Reverting all *PASSWORD_NO_MATCH to *PASSWORD_VERIFY_ERROR locale keys [SME: 4476]
- Add YOUR_ACCOUNT_INVALID to general [SME: 4478]

1 slords 1.1 Summary: e-smith-formmagick Perl modules for web manager i18n
2     %define name e-smith-formmagick
3     Name: %{name}
4     %define version 1.4.0
5 snetram 1.17 %define release 20
6 slords 1.1 Version: %{version}
7     Release: %{release}%{?dist}
8     License: Artistic
9     Group: Applications/CPAN
10     Source0: %{name}-%{version}.tar.gz
11     Patch0: e-smith-formmagick-1.4.0-passlength.patch
12 bytegw 1.3 Patch1: e-smith-formmagick-1.4.0-headers.patch
13     Patch2: e-smith-formmagick-1.4.0-add2general.patch
14 bytegw 1.4 Patch3: e-smith-formmagick-1.4.0-add2general.patch2
15 slords 1.5 Patch4: e-smith-formmagick-1.4.0-UTF8.patch
16 snetram 1.7 Patch5: e-smith-formmagick-1.4.0-add2general.patch3
17 snetram 1.16 Patch6: e-smith-formmagick-1.4.0-RevertInvalidLocaleReversion.patch
18 snetram 1.17 Patch7: e-smith-formmagick-1.4.0-FixAndMoveRESET_PASSWORD_TITLE.patch
19     Patch8: e-smith-formmagick-1.4.0-AddYOUR_ACCOUNT_INVALID.patch
20     patch9: e-smith-formmagick-1.4.0-fixPASSWORD_VERIFY_ERROR.patch
21 slords 1.1 BuildRoot: /var/tmp/%{name}-{%version}-%{release}-buildroot/
22 slords 1.8 Requires: perl-CGI-FormMagick >= 0.92-16.el4.sme
23 slords 1.1 Requires: perl(WWW::Automate) >= 0.20
24     Requires: perl(Crypt::Cracklib)
25     Requires: perl(I18N::LangTags) >= 0.27
26 slords 1.5 Requires: e-smith-lib >= 1.18.0-21
27 slords 1.1 BuildRequires: e-smith-devtools >= 1.6.6
28     BuildArchitectures: noarch
29    
30     %changelog
31 snetram 1.17 * Thu Aug 7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-20
32     - Move RESET_PASSWORD_TITLE to general [SME: 4475]
33     - Reverting all *PASSWORD_NO_MATCH to *PASSWORD_VERIFY_ERROR locale keys [SME: 4476]
34     - Add YOUR_ACCOUNT_INVALID to general [SME: 4478]
35    
36 snetram 1.16 * Tue Aug 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-19
37     - Revert previous invalid locale changes (reverting to 1.4.0-17) [SME: 4472]
38    
39 snetram 1.15 * Mon Aug 4 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-18
40     - Reverting some locale changes
41    
42 snetram 1.14 * Sun Jul 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-17
43     - Revert patch here and fix in e-smith-ibays instead because of multiple
44     dependencies and incorrect naming scheme
45    
46 snetram 1.13 * Sun Jul 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-16
47     - Fix password verify entry text box description in ibays panel entry
48     in e-smith-formmagick's general [SME: 4460]
49    
50 snetram 1.12 * Tue Jul 8 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-15
51     - Moving single occurence for HOSTTYPE back to e-smith-hosts
52    
53 snetram 1.11 * Sat Jul 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-14
54     - Added missing entry to general [SME: 4289]
55    
56 slords 1.10 * Mon Apr 28 2008 Shad L. Lords <slords@mail.com> 1.4.0-13
57     - Bump release to allow rebuild
58    
59 slords 1.8 * Fri Apr 25 2008 Shad L. Lords <slords@mail.com> 1.4.0-12
60     - Update requires to really pull in perl-CGI-FormMagick [SME: 4269]
61    
62 snetram 1.7 * Wed Apr 23 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-11
63 slords 1.9 - And more common <base> entries to general [SME: 4289]
64 snetram 1.7
65 slords 1.5 * Mon Mar 10 2008 Shad L. Lords <slords@mail.com> 1.4.0-10
66 slords 1.6 - Default charset to UTF-8 unless specified [SME: 3858]
67 slords 1.5
68 bytegw 1.4 * Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.4.0-9
69     - And more common <base> entries to general [SME: 3886]
70    
71 bytegw 1.3 * Sun Feb 10 2008 Stephen Noble <support@dungog.net> 1.4.0-8
72     - Added more common <base> entries to general [SME: 3886]
73    
74     * Sun Feb 10 2008 Stephen Noble <support@dungog.net> 1.4.0-7
75 bytegw 1.4 - Added header <base> entries to general [SME: 3886]
76 bytegw 1.3
77 bytegw 1.2 * Thu Nov 08 2007 Gavin Weight <gweight@gmail.com> 1.4.0-6
78     - Remove/Fix Formmagick.pm.orig file. [SME: 3526]
79    
80 slords 1.1 * Fri Jun 1 2007 Shad L. Lords <slords@mail.com> 1.4.0-5
81     - pam_unix requires passwords >= 6 [SME: 3039]
82    
83     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
84     - Clean up spec so package can be built by koji/plague
85    
86     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
87     - Update to new release naming. No functional changes.
88     - Make Packager generic
89    
90     * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 1.4.0-03
91     - Revert last change [SME: 1193]
92    
93     * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 1.4.0-02
94     - Restrict passwords to 14 characters [SME: 1193]
95    
96     * Wed Mar 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.4.0-01
97     - Roll stable stream version. [SME: 1016]
98    
99     * Thu Dec 15 2005 Gordon Rowell <gordonr@gormand.com.au> 1.3.2-03
100     - 'strong' passwords must meet both Cracklib and the standard password
101     mantra: Upper Case AND Lower Case AND Digits AND Special characters
102     AND at least seven characters long [SME: 161]
103    
104     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.3.2-02
105     - Bump release number only
106    
107     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
108     - [1.3.2-01]
109     - Remove L10Ns from base packages [SF: 1309520]
110    
111     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
112     - [1.3.1-01]
113     - New dev stream before relocating L10Ns
114    
115     * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
116     - [1.3.0-13]
117     - Added Italian L10N - Thanks Filippo Carletti [SF: 1309266]
118    
119     * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
120     - [1.3.0-12]
121     - Added tag for unlocalised string - thanks Filippo Carletti [SF: 1309284]
122    
123     * Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com>
124     - [1.3.0-11]
125     - Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
126    
127     * Mon Sep 5 2005 Tony Clayton <apc@e-smith.com>
128     - [1.3.0-10]
129     - Update requires to CGI::FormMagick >= 0.91-28
130     - Fix esmith::FormMagick constructor brokenness for IbayPlugin compatibility
131    
132     * Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com>
133     - [1.3.0-09]
134     - Add english tags for formmagick validation [SF: 1157116 (Shad)]
135    
136     * Wed Nov 10 2004 Charlie Brady <charlieb@e-smith.com>
137     - [1.3.0-08]
138     - Don't try to read lexicon files which aren't there. [charlieb MN00056737]
139    
140     * Tue Nov 9 2004 Charlie Brady <charlieb@e-smith.com>
141     - [1.3.0-07]
142     - Move changelog to top of spec file. [charlieb]
143     - Don't try to read from unopened file handle in _lexicon_read()
144     [charlieb MN00056701]
145     - Replace deprecated Copyright header with License header. [charlieb]
146    
147     * Fri Oct 1 2004 Michael Soulier <msoulier@e-smith.com>
148     - [1.3.0-06]
149     - Added an error to the top of all pages with errors in them, instructing the
150     user to scroll down for specifics. So far localised in English only.
151     [msoulier MN00046857]
152    
153     * Tue Sep 28 2004 Michael Soulier <msoulier@e-smith.com>
154     - [1.3.0-05]
155     - Updated requires with new perl dependencies. [msoulier MN00040240]
156    
157     * Thu Aug 5 2004 Michael Soulier <msoulier@e-smith.com>
158     - [1.3.0-04]
159     - Added patch to permit "permitpipes" in validation, to turn off automagick
160     addition of "nopipes". Thanks to Pascal Schirrmann <schirrms@schirrms.net>
161     for the idea and the preliminary patch.
162     [msoulier MN00044774]
163    
164     * Wed Oct 22 2003 Michael Soulier <msoulier@e-smith.com>
165     - [1.3.0-03]
166     - Updated _lexicon_filename_list to return lexicon from the preferred
167     languages that exists, instead of referencing non-existant files.
168     [msoulier 10397]
169    
170     * Fri Oct 10 2003 Michael Soulier <msoulier@e-smith.com>
171     - [1.3.0-02]
172     - Added display_error and display_success methods. [msoulier 9652]
173    
174     * Fri Oct 10 2003 Michael Soulier <msoulier@e-smith.com>
175     - [1.3.0-01]
176     - roll to dev stream - 1.3.0
177    
178     * Wed Sep 3 2003 Gordon Rowell <gordonr@e-smith.com>
179     - [1.2.1-01]
180     - Rebuild [gordonr 1305]
181    
182     * Wed Sep 3 2003 Gordon Rowell <gordonr@e-smith.com>
183     - [1.2.0-03]
184     - Rebuild [gordonr 1305]
185    
186     * Wed Sep 3 2003 Gordon Rowell <gordonr@e-smith.com>
187     - [1.2.0-02]
188     - Adjusted Copyright [gordonr 1305]
189    
190     * Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com>
191     - [1.2.0-01]
192     - Changing version to stable stream number - 1.2.0
193    
194     * Fri Jun 20 2003 Gordon Rowell <gordonr@e-smith.com>
195     - [1.1.2-02]
196     - Bring the icon and message closer (IE fix) [gordonr 9084]
197    
198     * Thu Jun 19 2003 Gordon Rowell <gordonr@e-smith.com>
199     - [1.1.2-01]
200     - Add icon for success/error [gordonr 9055]
201    
202     * Fri May 9 2003 Tony Clayton <apc@e-smith.com>
203     - [1.1.1-17]
204     - Remove duplicate status message from print_status_message [tonyc 8289]
205    
206     * Fri May 9 2003 Tony Clayton <apc@e-smith.com>
207     - [1.1.1-16]
208     - Updated Spanish lexicon - thanks Alejandro [gordonr 3793]
209    
210     * Tue May 6 2003 Gordon Rowell <gordonr@e-smith.com>
211     - [1.1.1-15]
212     - Fixed syntax error in WIP code, and hid it [gordonr 3793]
213    
214     * Tue May 6 2003 Gordon Rowell <gordonr@e-smith.com>
215     - [1.1.1-14]
216     - Replaced "MDP" with mot de passe in FormMagick general lexicon [gordonr 3793]
217     - Added Spanish FM general lexicon [gordonr 3793]
218    
219     * Thu May 1 2003 Tony Clayton <apc@e-smith.com>
220     - [1.1.1-13]
221     - print a sectionbar (hr) after status_message if not decorated [tonyc 8289]
222    
223     * Thu Apr 17 2003 Gordon Rowell <gordonr@e-smith.com>
224     - [1.1.1-12]
225     - Default status message to undecorated until we modify everyone to
226     using $fm->error() and $fm->success() [gordonr 8289]
227    
228     * Tue Apr 8 2003 Gordon Rowell <gordonr@e-smith.com>
229     - [1.1.1-11]
230     - Default status message to error type, not success type [gordonr 7919]
231    
232     * Thu Apr 3 2003 Gordon Rowell <gordonr@e-smith.com>
233     - [1.1.1-10]
234     - Added default error string of "ERROR" in error() method [gordonr 7919]
235    
236     * Thu Apr 3 2003 Gordon Rowell <gordonr@e-smith.com>
237     - [1.1.1-09]
238     - Apply div.success and div.error automatically around the status
239     message in print_status_message as long as panels calls
240     $self->error() or $self->success() [gordonr 7919]
241    
242     * Thu Apr 3 2003 Lijie Deng <lijied@e-smith.com>
243     - [1.1.1-08]
244     - Added sub routine to validate the description [lijied 5054]
245    
246     * Fri Mar 28 2003 Lijie Deng <lijied@e-smith.com>
247     - [1.1.1-07]
248     - Modified French lexicon to use lang="fr", rename the lexicon
249     directory to fr [lijied 6787]
250    
251     * Fri Mar 14 2003 Gordon Rowell <gordonr@e-smith.com>
252     - [1.1.1-06]
253     - Suppress missing languages line if none missing [gordonr 7677]
254    
255     * Fri Mar 14 2003 Mark Knox <markk@e-smith.com>
256     - [1.1.1-05]
257     - Fixed a missing quote, and a subtle circular dependency in lexicon
258     loader [markk 7677]
259    
260     * Fri Mar 14 2003 Gordon Rowell <gordonr@e-smith.com>
261     - [1.1.1-04]
262     - Ensure that the fallback_language is in the list of languages back from
263     get_languages(). Log one "missing languages" line [gordonr 7677]
264    
265     * Tue Mar 11 2003 Gordon Rowell <gordonr@e-smith.com>
266     - [1.1.1-03]
267     - Override get_languages() to only return languages for which we have
268     lexica [gordonr 6787]
269    
270     * Thu Mar 6 2003 Mike Dickson <miked@e-smith.com>
271     - [1.1.1-02]
272     - reverted to old cron system for this server package [miked 6734]
273    
274     * Thu Mar 6 2003 Mike Dickson <miked@e-smith.com>
275     - [1.1.1-01]
276     - moved cron job to crontab [miked6724]
277    
278     * Tue Feb 25 2003 Michael Soulier <msoulier@e-smith.com>
279     - [1.1.0-08]
280     - Added success and error methods to standardize panels. [msoulier 5517]
281    
282     * Thu Jan 16 2003 Mark Knox <markk@e-smith.com>
283     - [1.1.0-07]
284     - Moved locale-specific date generation code into esmith::FormMagick as
285     gen_locale_date_string [markk 3357]
286    
287     * Wed Jan 15 2003 Mark Knox <markk@e-smith.com>
288     - [1.1.0-06]
289     - Removed globs from lexicon file finder [markk 6574]
290    
291     * Fri Dec 27 2002 Mike Dickson <miked@e-smith.com>
292     - [1.1.0-05]
293     - removed debugging messages inserted during UI update [miked 5494]
294    
295     * Mon Dec 9 2002 Mike Dickson <miked@e-smith.com>
296     - [1.1.0-04]
297     - ui update {miked 5494]
298    
299     * Mon Dec 2 2002 Mike Dickson <miked@e-smith.com>
300     - [1.1.0-03]
301     - ui update [miked 5494
302    
303     * Thu Nov 21 2002 Mike Dickson <miked@e-smith.com>
304     - [1.1.0-02]
305     - update to new UI system [miked 5494]
306    
307     * Wed Nov 20 2002 Mike Dickson <miked@e-smith.com>
308     - [1.1.0-01]
309     - Changing to development stream to 1.1.0
310    
311     * Tue Oct 15 2002 Charlie Brady <charlieb@e-smith.com>
312     - [1.0.1-01]
313     - Roll new version to fix tagging problem
314    
315     * Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com>
316     - [1.0.0-01]
317     - Roll to maintained version number to 1.0.0
318    
319     * Wed Sep 25 2002 Mark Knox <markk@e-smith.com>
320     - [0.3.3-01]
321     - Rolling version to fix patching problems
322    
323     * Wed Sep 25 2002 Mark Knox <markk@e-smith.com>
324     - [0.3.2-05]
325     - Don't export methods we don't provide [markk 4909]
326    
327     * Fri Sep 6 2002 Mark Knox <markk@e-smith.com>
328     - [0.3.2-04]
329     - Added French localisation of NO_PIPES_ALLOWED [markk 3807]
330    
331     * Thu Sep 5 2002 Mark Knox <markk@e-smith.com>
332     - [0.3.2-03]
333     - Corrected a broken test. All tests now pass. [markk 3807]
334    
335     * Wed Sep 4 2002 Charlie Brady <charlieb@e-smith.com>
336     - [0.3.2-02]
337     - Add setting of $ENV{'HOME'} to BEGIN in esmith::FormMagick, specifically
338     so that mysql can find ~root/.my.cnf. [charlieb 4778]
339    
340     * Mon Jun 24 2002 Kirrily Robert <skud@e-smith.com>
341     - [0.3.2-01]
342     - Removed now-superfluous nonblank() validation routine (it checked for
343     nopipes as well, but that's now automatic) [skud 3807]
344    
345     * Mon Jun 24 2002 Kirrily Robert <skud@e-smith.com>
346     - [0.3.1-01]
347     - Nopipes validation is now forced for all fields [skud 3807]
348    
349     * Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com>
350     - [0.3.0-01]
351     - Changing version to development stream number to 0.3.0
352    
353     * Fri May 31 2002 Charlie Brady <charlieb@e-smith.com>
354     - [0.2.0-01]
355     - Changing version to maintained stream number to 0.2.0
356    
357     * Fri May 31 2002 Mark Knox <markk@e-smith.com>
358     - [0.1.30-01]
359     - Forgot to export the new sub [markk 3752]
360    
361     * Fri May 31 2002 Mark Knox <markk@e-smith.com>
362     - [0.1.29-01]
363     - Override nonblank to not allow pipes in field data [markk 3752]
364    
365     * Mon May 27 2002 Gordon Rowell <gordonr@e-smith.com>
366     - [0.1.28-01]
367     - Fix filelist generation for access restriction [gordonr 2187]
368    
369     * Mon May 27 2002 Gordon Rowell <gordonr@e-smith.com>
370     - [0.1.27-01]
371     - Restrict access to FormMagick session cache [gordonr 2187]
372    
373     * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
374     - [0.1.26-01]
375     - RPM rebuild forced by cvsroot2rpm
376    
377     * Thu May 23 2002 Mark Knox <markk@e-smith.com>
378     - [0.1.25-01]
379     - Change test to expect correct results [markk 3618]
380    
381     * Wed May 22 2002 Charlie Brady <charlieb@e-smith.com>
382     - [0.1.24-01]
383     - Set PATH to /bin:/usr/bin:/usr/local/bin rather than to empty.
384    
385     * Wed May 22 2002 Mark Knox <markk@e-smith.com>
386     - [0.1.23-01]
387     - Localise "it's WAY too short" cracklib message -> fr-ca [markk 3592]
388    
389     * Wed May 22 2002 Mark Knox <markk@e-smith.com>
390     - [0.1.22-01]
391     - Added validate_password method: checks a password using one of cracklib,
392     FormMagick validator, or none. [markk 3592]
393     - Added localisations for password validation messages [markk 3592]
394    
395     * Thu May 16 2002 Kirrily Robert <skud@e-smith.com>
396     - [0.1.21-01]
397     - Renamed en and fr locale directories to en-us and fr-ca [skud 3446]
398    
399     * Thu May 16 2002 Kirrily Robert <skud@e-smith.com>
400     - [0.1.20-01]
401     - Added OPERATION_STATUS_REPORT localisation [skud 3446]
402    
403     * Tue May 14 2002 Tony Clayton <apc@e-smith.com>
404     - [0.1.19-01]
405     - grrr.. fix typo in charset fix [tonyc 3027/3462]
406    
407     * Tue May 14 2002 Tony Clayton <apc@e-smith.com>
408     - [0.1.18-01]
409     - Re-add fix from 0.1.13-01: pass charset option to fm constructor
410     [tonyc 3027]
411     - Re-add export_to_level line in esmith::formmagick::import
412     [tonyc 3027]
413    
414     * Mon May 13 2002 Tony Clayton <apc@e-smith.com>
415     - [0.1.17-01]
416     - Fix esmith::FormMagick::new to pass empty subclass test [tonyc 3109]
417    
418     * Wed May 8 2002 Gordon Rowell <gordonr@e-smith.com>
419     - [0.1.16-01]
420     - left/right trim heading/description entries after localisation [gordonr 3223]
421    
422     * Thu Apr 25 2002 Gordon Rowell <gordonr@e-smith.com>
423     - [0.1.15-01]
424     - Moved FormMagick session cookies to /var/cache/e-smith/formmagick/sessions
425     - Added added tmpwatch (daily, >8 hours old) for above directory [gordonr 3213]
426    
427     * Wed Apr 24 2002 Gordon Rowell <gordonr@e-smith.com>
428     - [0.1.14-01]
429     - Allow FM files in the html directory for {index,initial}.html [gordonr 3201]
430    
431     * Tue Apr 23 2002 Mark Knox <markk@e-smith.com>
432     - [0.1.13-01]
433     - Allow user to specify XML charset, default to ISO-8859-1 [markk 3209]
434    
435     * Fri Apr 19 2002 Gordon Rowell <gordonr@e-smith.com>
436     - [0.1.12-01]
437     - Again set fallback_language("en-us") [gordonr 3031]
438     - fix undefined value bug in FormMagick.pm when no external lexicons exist
439     [tonyc]
440    
441     * Tue Apr 16 2002 Gordon Rowell <gordonr@e-smith.com>
442     - [0.1.10-01]
443     - Set fallback_language("en-us") [gordonr 3031]
444     - Added optional filename=>"/path/to/script" to new() [gordonr 3155]
445     - Added parsing of navigation headers [gordonr 3155]
446    
447     * Mon Apr 15 2002 Gordon Rowell <gordonr@e-smith.com>
448     - [0.1.10-01]
449     - Re-do symlink resolution using knowledge of e-smith hierarchy. The old
450     one was ugly and would break in the general case anyway [gordonr #3031]
451    
452     * Fri Apr 12 2002 Gordon Rowell <gordonr@e-smith.com>
453     - [0.1.9-01]
454     - Resolve $0 when it turns up as a symlink [gordonr #3031]
455    
456     * Fri Apr 12 2002 Kirrily Robert <skud@e-smith.com>
457     - [0.1.8-01]
458     - Now looks for lexicons in /etc/e-smith/locale [skud #3031]
459    
460     * Fri Mar 15 2002 Gordon Rowell <gordonr@e-smith.com>
461     - [0.1.7-01]
462     - Changed to BuildArchitectures: to noarch
463    
464     * Wed Mar 13 2002 Kirrily Robert <skud@e-smith.com>
465     - [0.1.6-01]
466     - Fixed importing so that esmith::FormMagick exported functions are
467     exported all the way out to scripts using subclasses [skud]
468    
469     * Thu Feb 28 2002 Kirrily Robert <skud@e-smith.com>
470     - [0.1.5-01]
471     - Updated dependencies to more recent Perl libraries and devtools [skud]
472    
473     * Tue Feb 26 2002 Kirrily Robert <skud@e-smith.com>
474     - [0.1.4-01]
475     - added print_status_message() routine
476    
477     * Tue Feb 26 2002 Kirrily Robert <skud@e-smith.com>
478     - [0.1.3-01]
479     - added full path to buildtests directive
480    
481     * Thu Feb 21 2002 Kirrily Robert <skud@e-smith.com>
482     - [0.1.2-01]
483     - cleanup of test scripts
484    
485     * Thu Feb 21 2002 Kirrily Robert <skud@e-smith.com>
486     - [0.1.1-01]
487     - improved tests (skud)
488     - improved documentation (skud)
489     - print_button() now exported (skud)
490     - security settings are now automatic (skud)
491    
492     * Mon Feb 18 2002 Kirrily Robert <skud@e-smith.com>
493     - [0.1.0-01]
494     - Initial release of 0.1.0.
495     %description
496     e-smith-formmagick provides a set of Perl modules containing various
497     convenience functions used to create SMEServer server-manager panels.
498    
499     %prep
500     %setup -q -n %{name}-%{version}
501     %patch0 -p1
502 bytegw 1.3 %patch1 -p1
503     %patch2 -p1
504 bytegw 1.4 %patch3 -p1
505 slords 1.5 %patch4 -p1
506 snetram 1.7 %patch5 -p1
507 snetram 1.16 %patch6 -p1
508 snetram 1.17 %patch7 -p1
509     %patch8 -p1
510     %patch9 -p1
511 slords 1.1
512     %build
513     # build the test suite from embedded tests
514     /sbin/e-smith/buildtests 20e-smith-formmagick
515     mkdir -p root/var/cache/e-smith/formmagick/sessions
516    
517     %clean
518     rm -rf $RPM_BUILD_ROOT
519    
520     %install
521     rm -rf $RPM_BUILD_ROOT
522     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
523     rm -f %{name}-%{version}-%{release}-filelist
524     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
525     | grep -v /var/cache/e-smith/formmagick/sessions \
526     >%{name}-%{version}-%{release}-filelist
527     echo '%dir %attr(0700,root,root) /var/cache/e-smith/formmagick/sessions' \
528     >>%{name}-%{version}-%{release}-filelist
529     echo "%doc Copying" >> %{name}-%{version}-%{release}-filelist
530     echo "%doc Artistic" >> %{name}-%{version}-%{release}-filelist
531     echo "%doc LICENSE" >> %{name}-%{version}-%{release}-filelist
532    
533     %files -f %{name}-%{version}-%{release}-filelist
534     %defattr(-,root,root)

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