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

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

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


Revision 1.5 - (hide annotations) (download)
Sat Mar 6 05:54:03 2021 UTC (3 years, 2 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-formmagick-2_6_0-5_el7_sme
Changes since 1.4: +10 -2 lines
* Sat Mar 06 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-5.sme
- increase CSRF timeout from 120s to 180s [SME: 10902]
  added property httpd-admin{csrfTimeout} in second to override
  added hability to ovarride the Timeout from panel to panel

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

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