/[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.16 - (show annotations) (download)
Tue Aug 5 17:46:54 2008 UTC (15 years, 10 months ago) by snetram
Branch: MAIN
CVS Tags: e-smith-formmagick-1_4_0-19_el4_sme
Changes since 1.15: +6 -1 lines
* Tue Aug  5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-19
- Revert previous invalid locale changes (reverting to 1.4.0-17) [SME: 4472]

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

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