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

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

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


Revision 1.1 - (hide annotations) (download)
Tue Jun 12 15:29:09 2007 UTC (17 years ago) by slords
Branch: MAIN
CVS Tags: e-smith-formmagick-1_4_0-5_el4_sme
Import on branch sme7 of package e-smith-formmagick-1.4.0-5.el4.sme.src.rpm

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

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