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

Contents 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.2 - (show annotations) (download)
Thu Nov 8 22:25:17 2007 UTC (16 years, 7 months ago) by bytegw
Branch: MAIN
CVS Tags: e-smith-formmagick-1_4_0-6_el4_sme
Changes since 1.1: +4 -1 lines
Updates

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

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