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

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

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


Revision 1.14 - (hide annotations) (download)
Fri Nov 5 03:58:45 2010 UTC (13 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-quota-2_2_0-4_el5_sme
Changes since 1.13: +7 -2 lines
* Thu Nov 4 2010 Shad L. Lords <slords@mail.com> 2.2.0-4.sme
- Enable quotas on ext4 filesystems as well [SME: 5454]

1 slords 1.14 # $Id: e-smith-quota.spec,v 1.13 2010/04/28 20:46:17 wellsi Exp $
2 slords 1.10
3 slords 1.1 Summary: e-smith server and gateway - quota module
4     %define name e-smith-quota
5     Name: %{name}
6 slords 1.10 %define version 2.2.0
7 slords 1.14 %define release 4
8 slords 1.1 Version: %{version}
9     Release: %{release}%{?dist}
10     License: GPL
11     Group: System Environment/Base
12     Source: %{name}-%{version}.tar.gz
13 bytegw 1.11 Patch0: e-smith-quota-2.2.0-RemoveMountProcLine.patch
14 wellsi 1.12 Patch1: e-smith-quota-2.2.0-badly-formmatted-html.patch
15 slords 1.14 Patch2: e-smith-quota-2.2.0-ext4.patch
16 slords 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
17     BuildArchitectures: noarch
18     Requires: e-smith-base >= 4.9.129, quota >= 3, perl-Quota
19     Requires: e-smith-lib >= 1.13.1
20 snetram 1.9 Requires: e-smith-formmagick >= 1.4.0-12
21 slords 1.2 BuildRequires: e-smith-devtools >= 1.11.0-03
22 slords 1.1 BuildRequires: gettext
23     AutoReqProv: no
24    
25     %description
26     e-smith server and gateway software - quota module.
27    
28     %changelog
29 slords 1.14 * Thu Nov 4 2010 Shad L. Lords <slords@mail.com> 2.2.0-4.sme
30     - Enable quotas on ext4 filesystems as well [SME: 5454]
31    
32 wellsi 1.13 * Wed Apr 28 2010 Ian Wells <esmith@wellsi.com> 2.2.0-3.sme
33 wellsi 1.12 - Improve the HTML formatting of the modify quota panel [SME: 5867]
34    
35 bytegw 1.11 * Mon Apr 13 2009 Gavin Weight <gweight@gmail.com> 2.2.0-2.sme
36     - Remove unnecessary Mount Proc line. [SME: 4112]
37    
38 slords 1.10 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
39     - Roll new stream to separate sme7/sme8 trees [SME: 4633]
40    
41 snetram 1.8 * Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.10.0-11
42 snetram 1.9 - Add common <base> tags to e-smith-formmagick's general [SME: 4284]
43 snetram 1.8
44 slords 1.7 * Fri Mar 28 2008 Stephen Noble <support@dungog.net> 1.10.0-10
45     - Add spacing and localise 'files' [SME: 4133]
46    
47 burnat 1.6 * Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.10.0-9
48     - Remove <base> tags now in general [SME: 3927]
49    
50 burnat 1.5 * Tue Feb 12 2008 chris burnat <devlist@burnat.com> 1.10.0-8
51 burnat 1.6 - Fix deletion of usernames with one character [SME: 2451]
52 burnat 1.5
53 bytegw 1.4 * Mon Dec 17 2007 Shad L. Lords <slords@mail.com> 1.10.0-7
54     - Enable quotas for all lvm partitions [SME: 3651]
55    
56 bytegw 1.3 * Sun Oct 14 2007 Shad L. Lords <slords@mail.com> 1.10.0-6
57     - Remove unnecessary build dependency [SME: 3534]
58 slords 1.2
59 slords 1.1 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
60     - Clean up spec so package can be built by koji/plague
61    
62     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
63     - Update to new release naming. No functional changes.
64     - Make Packager generic
65    
66     * Sun Jul 16 2006 Charlie Brady <charlie_brady@mitel.com> 1.10.0-04
67     - Fix sanity checking of hard/soft quota values, and fix "no limit" display
68     text (fixes thanks to Robert van den Aker). [SME: 1462]
69    
70     * Sun Jul 16 2006 Gavin Weight <gweight@gmail.com> 1.10.0-03
71     - Fix quota.pm to allow account names with ".". [SME: 1702]
72    
73     * Mon May 01 2006 Charlie Brady <charlie_brady@mitel.com> 1.10.0-02
74     - Fix mis-sorting of users in quota table. [SME: 1346]
75    
76     * Thu Mar 16 2006 Gordon Rowell <gordonr@gormand.com.au> 1.10.0-01
77     - Roll stable stream version. [SME: 1016]
78    
79     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.9.2-05
80     - Bump release number only
81    
82     * Thu Oct 20 2005 Charlie Brady <charlieb@e-smith.com>
83     - [1.9.2-04]
84     - Add line break to over-quota email message to improve readability.
85    
86     * Wed Oct 19 2005 Charlie Brady <charlieb@e-smith.com>
87     - [1.9.2-03]
88     - Re-fix L10N in over-quota warning messages. [SF: 1312830]
89    
90     * Tue Oct 18 2005 Charlie Brady <charlieb@e-smith.com>
91     - [1.9.2-02]
92     - In warnquota, give Text::Template::fill_in an aliased reference to
93     $conf, rather than a copy. [SF: 1312772]
94    
95     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
96     - [1.9.2-01]
97     - Remove L10Ns from base packages [SF: 1309520]
98    
99     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
100     - [1.9.1-01]
101     - New dev stream before relocating L10Ns
102    
103     * Tue Oct 4 2005 Charlie Brady <charlieb@e-smith.com>
104     - [1.9.0-14]
105     - Fix L10N in over-quota warning messages. [SF: 1312830]
106    
107     * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
108     - [1.9.0-13]
109     - Added Italian L10N - Thanks Filippo Carletti [SF: 1309266]
110    
111     * Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com>
112     - [1.9.0-12]
113     - Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
114    
115     * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
116     - [1.9.0-11]
117     - Update to current db access APIs (patches by Shad and Charlie) [SF: 1216546]
118    
119     * Wed Jul 13 2005 Charlie Brady <charlieb@e-smith.com>
120     - [1.9.0-10]
121     - Add quota setup in fstab templates (moved from e-smith-base).
122    
123     * Mon Jun 27 2005 Charlie Brady <charlieb@e-smith.com>
124     - [1.9.0-09]
125     - Really fix permissions of /etc/cron.d/warnquota. [SF: 1226700]
126    
127     * Fri Jun 24 2005 Charlie Brady <charlieb@e-smith.com>
128     - [1.9.0-08]
129     - Make perms of /etc/cron.d/warnquota acceptible to latest crond.
130     [SF: 1226700]
131    
132     * Thu Mar 17 2005 Charlie Brady <charlieb@e-smith.com>
133     - [1.9.0-07]
134     - Fix some perl anachronisms which elicit warnings. [MN00075093]
135    
136     * Thu Mar 10 2005 Charlie Brady <charlieb@e-smith.com>
137     - [1.9.0-06]
138     - Update success and error messages to use new convention
139     (patch submitted by Shad Lords).
140    
141     * Wed Dec 29 2004 Charlie Brady <charlieb@e-smith.com>
142     - [1.9.0-05]
143     - Remount / with quota support before trying to create quota
144     files. [MN00061221]
145    
146     * Fri Dec 24 2004 Charlie Brady <charlieb@e-smith.com>
147     - [1.9.0-04]
148     - Fix rc.quota_create's check for existing quota file, and add
149     convertquota calls, in case of old style quota files.
150     [MN00061221]
151    
152     * Thu Dec 16 2004 Charlie Brady <charlieb@e-smith.com>
153     - [1.9.0-03]
154     - Run /etc/rc.d/rc.quota_create before rc.sysinit, to enable
155     filesystem quota support. [charlieb MN00061221]
156    
157     * Wed Nov 10 2004 Charlie Brady <charlieb@e-smith.com>
158     - [1.9.0-02]
159     - Untaint acct before using in system(). [charlieb MN00050161]
160    
161     * Wed Nov 10 2004 Charlie Brady <charlieb@e-smith.com>
162     - [1.9.0-01]
163     - Changing version to development stream number - 1.9.0
164    
165     * Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com>
166     - [1.8.0-01]
167     - Changing version to stable stream number - 1.8.0
168    
169     * Tue Jun 24 2003 Gordon Rowell <gordonr@e-smith.com>
170     - [1.7.0-22]
171     - Spanish nav bar [gordonr 9153]
172    
173     * Fri May 30 2003 Mark Knox <markk@e-smith.com>
174     - [1.7.0-21]
175     - Whoops. Don't need /usr/lib/e-smith-quota anymore. Removed [markk 8847]
176    
177     * Fri May 30 2003 Mark Knox <markk@e-smith.com>
178     - [1.7.0-20]
179     - Create template output dir in %build, and fragments need Locale::gettext
180     [markk 8847]
181    
182     * Fri May 30 2003 Charlie Brady <charlieb@e-smith.com>
183     - [1.7.0-19]
184     - Move fstab fragment into e-smith-base. [charlieb 8868]
185    
186     * Tue May 6 2003 Lijie Deng <lijied@e-smith.com>
187     - [1.7.0-18]
188     - Add Spanish lexicon for quota [lijied 3793]
189    
190     * Thu Apr 17 2003 Lijie Deng <lijied@e-smith.com>
191     - [1.7.0-17]
192     - Standardize the Add/Remove/Save button name [lijied 7921]
193    
194     * Thu Apr 10 2003 Lijie Deng <lijied@e-smith.com>
195     - [1.7.0-16]
196     - Change $q->table back [lijied 8034]
197    
198     * Fri Apr 4 2003 Lijie Deng <lijied@e-smith.com>
199     - [1.7.0-15]
200     - Change $q->table to $q->start_table where necessary [lijied 8034]
201    
202     * Thu Apr 3 2003 Lijie Deng <lijied@e-smith.com>
203     - [1.7.0-14]
204     - Removed SME Server branding [lijied 8016]
205    
206     * Fri Mar 28 2003 Lijie Deng <lijied@e-smith.com>
207     - [1.7.0-13]
208     - Modified /po/fr_CA to fr [lijied 6787]
209    
210     * Fri Mar 28 2003 Lijie Deng <lijied@e-smith.com>
211     - [1.7.0-12]
212     - Modified French lexicon to use lang="fr", rename the lexicon
213     directory to fr [lijied 6787]
214    
215     * Mon Mar 10 2003 Lijie Deng <lijied@e-smith.com>
216     - [1.7.0-11]
217     - Modified charset tag in .po file [lijied 3930]
218    
219     * Fri Mar 7 2003 Lijie Deng <lijied@e-smith.com>
220     - [1.7.0-10]
221     - Modified en-us and fr-ca panel title
222     modified en-us and fr-ca nav bar label [lijied 7356]
223     - Modified e-smith-devtools version [lijied 7578]
224    
225     * Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com>
226     - [1.7.0-09]
227     - Modified quotas panel order [lijied 7356]
228     - Added French .po file to po/fr_CA, and modified the
229     %build in spec file [lijied 7442]
230    
231     * Tue Mar 4 2003 Lijie Deng <lijied@e-smith.com>
232     - [1.7.0-08]
233     - Split en-us lexicon from quota panel [lijied 4030]
234    
235     * Mon Mar 3 2003 Lijie Deng <lijied@e-smith.com>
236     - [1.7.0-07]
237     - Added French lexicon for quota. [lijied 5003]
238    
239     * Sat Jan 25 2003 Mike Dickson <miked@e-smith.com>
240     - [1.7.0-06]
241     - added ACTION to the lexicon [miked 6363]
242    
243     * Wed Jan 1 2003 Gordon Rowell <gordonr@e-smith.com>
244     - [1.7.0-05]
245     - Rewrote templates to use esmith::I18N [gordonr 5212]
246    
247     * Fri Dec 27 2002 Mike Dickson <miked@e-smith.com>
248     - [1.7.0-04]
249     - minor UI update [miked 5494]
250    
251     * Mon Dec 9 2002 Mike Dickson <miked@e-smith.com>
252     - [1.7.0-03]
253     - updates for new UI [miked 5494]
254    
255     * Thu Nov 21 2002 Mike Dickson <miked@e-smith.com>
256     - [1.7.0-02]
257     - update to new UI system [miked 5494]
258    
259     * Wed Nov 20 2002 Mike Dickson <miked@e-smith.com>
260     - [1.7.0-01]
261     - Changing to development stream; version upped to 1.7.0
262    
263     * Wed Oct 16 2002 Gordon Rowell <gordonr@e-smith.com>
264     - [1.6.1-03]
265     - Don't suppress quota warnings if hard limit is zero [gordonr 5230]
266    
267     * Tue Oct 15 2002 Charlie Brady <charlieb@e-smith.com>
268     - [1.6.1-02]
269     - Fix I18N of From header in warning emails. Quote "full name"
270     part of From header (to be sure). [charlieb 5205]
271    
272     * Tue Oct 15 2002 Charlie Brady <charlieb@e-smith.com>
273     - [1.6.1-01]
274     - Fix use of comma as string concat operator in overquota mail message
275     templates. Break some long lines while we are at it. [charlieb 5178]
276    
277     * Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com>
278     - [1.6.0-01]
279     - Roll to maintained version number to 1.6.0
280    
281     * Fri Oct 11 2002 Mark Knox <markk@e-smith.com>
282     - [1.5.3-03]
283     - Improved unit suffix handling to more closely correspond to docs [markk 5102]
284     - Allow "unlimited" hard quota with soft quota [markk 5102]
285    
286     * Tue Oct 8 2002 Mark Knox <markk@e-smith.com>
287     - [1.5.3-02]
288     - Improved error strings [markk 5102]
289    
290     * Wed Sep 25 2002 Mark Knox <markk@e-smith.com>
291     - [1.5.3-01]
292     - Rolled version to clean up patch errors
293    
294     * Wed Sep 25 2002 Mark Knox <markk@e-smith.com>
295     - [1.5.2-04]
296     - Clean up panel display and instructions [markk 4475]
297    
298     * Wed Sep 4 2002 Mark Knox <markk@e-smith.com>
299     - [1.5.2-03]
300     - Disambiguated the explanation of how disk usage is calculated. [markk 4473]
301    
302     * Tue Aug 27 2002 Mark Knox <markk@e-smith.com>
303     - [1.5.2-02]
304     - Display decimal values in summary screen [markk 4475]
305     - Allow entry of KB, MB, or GB values in modify panel [markk 4475]
306     - Choose and display "best" unit in modify panel [markk 4475]
307    
308     * Thu Aug 8 2002 Charlie Brady <charlieb@e-smith.com>
309     - [1.5.2-01]
310     - Remove dangling enable-quota symlinks. [charlieb 4297]
311    
312     * Mon Aug 5 2002 Charlie Brady <charlieb@e-smith.com>
313     - [1.5.1-01]
314     - Bump quota requirement to version 3.
315     - Fix fstab template to handle ext3 file systems. [charlieb 4297]
316     - Remove action script which runs quotacheck - this is now done by rc.sysinit
317     during reboot. [charlieb 4297]
318    
319     * Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com>
320     - [1.5.0-01]
321     - Changing version to development stream number to 1.5.0
322    
323     * Fri May 31 2002 Charlie Brady <charlieb@e-smith.com>
324     - [1.4.0-01]
325     - Changing version to maintained stream number to 1.4.0
326    
327     * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
328     - [1.3.9-01]
329     - RPM rebuild forced by cvsroot2rpm
330    
331     * Sat May 18 2002 Gordon Rowell <gordonr@e-smith.com>
332     - [1.3.8-01]
333     - Move enable-quota back into post-{install,upgrade}. Skip the quotacheck
334     if the quota files exist. For an install, they won't. For an upgrade
335     from a previously quota'ed system, they will and we don't want to
336     bother checking the whole filesystem during the upgrade. For an upgrade
337     from a pre-quota system they won't exist, so we need to check.
338     Note: /etc/fstab must have the quota options enabled before we attempt
339     to run quotacheck or it exits silently [gordonr 3439]
340    
341     * Sat May 18 2002 Gordon Rowell <gordonr@e-smith.com>
342     - [1.3.7-01]
343     - Turn quotas on (well, off then on) after enabling quotas in case
344     we didn't enable them at boot time in an upgrade from version which
345     didn't have quotas [gordonr 3439]
346    
347     * Sat May 18 2002 Gordon Rowell <gordonr@e-smith.com>
348     - [1.3.6-01]
349     - Re-add enable-quotas to post-install, after expansion of /etc/fstab
350     [gordonr 3439]
351    
352     * Sat May 18 2002 Gordon Rowell <gordonr@e-smith.com>
353     - [1.3.5-01]
354     - Updated e-smith-base dependency [gordonr 3439]
355    
356     * Sat May 18 2002 Gordon Rowell <gordonr@e-smith.com>
357     - [1.3.4-01]
358     - Relocated the scaffolding for /etc/fstab templates to e-smith-base,
359     leaving the enable quotas fragment here. The template is also expanded
360     with an action in e-smith-base. Updated e-smith-base Requires [gordonr 3439]
361    
362     * Mon May 13 2002 Gordon Rowell <gordonr@e-smith.com>
363     - [1.3.3-01]
364     - Really fix createlinks [gordonr 3439]
365    
366     * Mon May 13 2002 Gordon Rowell <gordonr@e-smith.com>
367     - [1.3.2-01]
368     - Actually run enable-quotas in bootstrap-console-save and fix
369     createlinks [gordonr 3439]
370    
371     * Mon May 13 2002 Gordon Rowell <gordonr@e-smith.com>
372     - [1.3.1-01]
373     - Moving to stream 1.3.1 (1.3.0 skipped by accidentally)
374     - Check all quotas during bootstrap-console-save rather than
375     post-upgrade so that the install completes quickly, even on
376     a machine with lots of disk to check. [gordonr 3439]
377    
378     * Wed May 8 2002 Gordon Rowell <gordonr@e-smith.com>
379     - [1.2.8-01]
380     - Subst scanmail.tmpl -> template name in both quota templates [markk 3029]
381     - Need to enable quotas before trying to restore them :-) [gordonr 2730]
382    
383     * Wed May 8 2002 Mark Knox <markk@e-smith.com>
384     - [1.2.7-01]
385     - Added gettext in quota warning templates [markk 3029]
386    
387     * Tue May 7 2002 Gordon Rowell <gordonr@e-smith.com>
388     - [1.2.6-01]
389     - Localised "Modify" link on main page [markk 3317]
390    
391     * Wed May 1 2002 Gordon Rowell <gordonr@e-smith.com>
392     - [1.2.5-01]
393     - esmith::AccountDB -> esmith::AccountsDB [schwern 3287]
394    
395     * Wed Apr 24 2002 Gordon Rowell <gordonr@e-smith.com>
396     - [1.2.4-01]
397     - Rewording SOFT/HARD errors for consistency [gordonr 3027]
398    
399     * Mon Apr 22 2002 Adrian Chung <adrianc@e-smith.com>
400     - [1.2.3-01]
401     - Pass the $user object instead of the $username variable in user-modify-quota.
402    
403     * Tue Apr 16 2002 Mark Knox <markk@e-smith.com>
404     - [1.2.2-01]
405     - Added a missing button in the modify user page [markk 3159]
406    
407     * Mon Apr 15 2002 Mark Knox <markk@e-smith.com>
408     - [1.2.1-01]
409     - Adding warning for Quota::query failure to warnquota & user-modify-quota
410     [schwern 2730]
411     - Testing user-modify-quota [schwern 2729 2730]
412     - Converted to FormMagick panel and internationalized. Added some POD and
413     tests. [markk 3159]
414     - Added buildtests in %build [markk 3159]
415    
416     * Thu Mar 7 2002 Charlie Brady <charlieb@e-smith.com>
417     - [1.2.0-01]
418     - rollRPM: Rolled version number too 1.2.0-01. Includes patches up to 1.0.0-02.
419     - DO NOT MAKE ANY FURTHER CHANGES TO THIS FILE, as this is the base version
420     being imported into CVS.
421    
422     * Fri Feb 01 2002 Charlie Brady <charlieb@e-smith.com>
423     - [1.0.0-02]
424     - Allow hard and soft quota to be equal. This also allows the quota to be
425     removed. See #2729.
426     - Set quota limits for all users in post-upgrade event. This allows for
427     a system restore to have properly set up quotas.
428    
429     * Tue Dec 11 2001 Jason Miller <jay@e-smith.com>
430     - [1.0.0-01]
431     - rollRPM: Rolled version number to 1.0.0-01. Includes patches up to 0.1.1-09.
432    
433     * Wed Dec 5 2001 Adrian Chung <adrianc@e-smith.com>
434     - [0.1.1-09]
435     - Adding new warnquota script that sends mail to users who have exceeded their
436     "limit with grace time", and a summary report to admin.
437     - Adding admin summary template, and user quota warning template to
438     /etc/e-smith/templates/usr/lib/e-smith-quota
439    
440     * Wed Dec 5 2001 Adrian Chung <adrianc@e-smith.com>
441     - [0.1.1-08]
442     - Adding check in panel to make sure that soft limit
443     is less than hard limit.
444     - Also insert missing subroutine prototype.
445    
446     * Thu Nov 15 2001 Adrian Chung <adrianc@e-smith.com>
447     - [0.1.1-07]
448     - More text changes to the quota panel.
449     - Changed kB sizing output to mB sizing.
450     - Still no genSmallRedCellRightJustified. Yet.
451    
452     * Wed Nov 14 2001 Charlie Brady <charlieb@e-smith.com>
453     - [0.1.1-06]
454     - Add daily quota warning script. For now, just use a wrapper for
455     /usr/sbin/warnquota. In time we will write our own script in perl
456     and produce a customised report.
457    
458     * Wed Nov 14 2001 Adrian Chung <adrianc@e-smith.com>
459     - [0.1.1-05]
460     - Update createlinks to create manager quota panel link
461     - More text changes to quota panel.
462     - Use genSmallCellRightJustified
463     - Create "Modify" button.
464    
465     * Wed Nov 14 2001 Adrian Chung <adrianc@e-smith.com>
466     - [0.1.1-04]
467     - Add some wording to panel, and change wording of
468     soft and hard limits to "limit with grace time" and
469     "immediate limit"
470     - Still to roll in genSmallCellRight
471    
472     * Tue Nov 13 2001 Charlie Brady <charlieb@e-smith.com>
473     - [0.1.1-03]
474     - Add bare bones web panel which allows setting of soft and hard file limits.
475    
476     * Mon Nov 12 2001 Charlie Brady <charlieb@e-smith.com>
477     - [0.1.1-02]
478     - Add action script to set and modify quotas using properties from the accounts
479     db.
480    
481     * Fri Nov 09 2001 Charlie Brady <charlieb@e-smith.com>
482     - Initial
483    
484     %prep
485     %setup
486 bytegw 1.11 %patch0 -p1
487 wellsi 1.12 %patch1 -p1
488 slords 1.14 %patch2 -p1
489 slords 1.1
490     %build
491     mkdir -p root/etc/e-smith/events/post-{install,upgrade}
492     mkdir -p root/etc/e-smith/events/user-{create,modify}
493     mkdir -p root/etc/e-smith/web/panels/manager/cgi-bin
494    
495 burnat 1.6 xgettext -o root/usr/share/locale/en_US/LC_MESSAGES/adminQuotaSummary.tmpl.po \
496     root/etc/e-smith/templates/usr/lib/e-smith-quota/adminQuotaSummary.tmpl -L perl
497     xgettext -o root/usr/share/locale/en_US/LC_MESSAGES/userOverQuota.tmpl.po \
498     root/etc/e-smith/templates/usr/lib/e-smith-quota/userOverQuota.tmpl -L perl
499 slords 1.1
500     perl createlinks
501     /sbin/e-smith/buildtests 50-e-smith-quota
502    
503     /sbin/e-smith/generate-lexicons
504    
505     %install
506     rm -rf $RPM_BUILD_ROOT
507     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
508     rm -f %{name}-%{version}-%{release}-filelist
509     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
510     --file /etc/rc.d/rc.quota_create 'attr(0755,root,root)' \
511     --file /etc/cron.d/warnquota 'attr(0644,root,root)' \
512     > %{name}-%{version}-%{release}-filelist
513     echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
514    
515     %clean
516     rm -rf $RPM_BUILD_ROOT
517    
518     %files -f %{name}-%{version}-%{release}-filelist
519     %defattr(-,root,root)

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