source: projects/specs/trunk/q/quota/quota-vl.spec @ 3528

Revision 3528, 8.8 KB checked in by owa, 13 years ago (diff)

rebuilt

Line 
1Name: quota
2Summary: System administration tools for monitoring users' disk usage.
3Summary(ja): ユーザのディスク使用量をモニタするシステム管理ツール
4Version: 3.15
5Release: 2%{?_dist_release}
6License: BSD
7Group: System Environment/Base
8URL: http://sourceforge.net/projects/linuxquota/
9#Source0: http://downloads.sourceforge.net/linuxquota/quota-%{version}.tar.gz
10Source0: quota-%{version}.tar.gz
11Patch0: quota-3.06-warnquota.patch
12Patch1: quota-3.06-no-stripping.patch
13Patch2: quota-3.06-man-page.patch
14
15BuildRoot: %{_tmppath}/%{name}-root
16Requires: kernel >= 2.4, initscripts >= 6.38
17Conflicts: nfs-utils < 1.0.1
18BuildPreReq: e2fsprogs-devel, gettext
19
20
21%description
22The quota package contains system administration tools for monitoring
23and limiting user and or group disk usage per filesystem.
24
25%description -l ja
26quota パッケージには,ユーザやグループのディスク使用量を監視したり
27制限したりできるシステム管理ツールが収録されています.これらの操作
28はファイルシステム単位で行うことが出来ます.
29ユーザやグループのディスク使用量を監視/制限した場合は quota をイン
30ストールして下さい.
31
32
33%prep
34%setup -q -n quota-tools
35#%patch0 -p1
36%patch1 -p1
37%patch2 -p1
38
39
40%build
41%configure \
42        --with-ext2direct=no --enable-rootsbin
43make
44
45
46%install
47rm -fr %{buildroot}
48mkdir -p %{buildroot}/sbin
49mkdir -p %{buildroot}%{_sysconfdir}
50mkdir -p %{buildroot}%{_sbindir}
51mkdir -p %{buildroot}%{_bindir}
52mkdir -p %{buildroot}%{_mandir}/{man1,man2,man3,man8}
53
54
55make install ROOTDIR=%{buildroot}
56
57
58install -m 644 warnquota.conf %{buildroot}%{_sysconfdir}
59
60
61# we don't support XFS yet
62#
63rm -f %{buildroot}%{_sbindir}/quot
64rm -f %{buildroot}%{_sbindir}/xqmstats
65rm -f %{buildroot}%{_mandir}/man8/quot.*
66
67
68%find_lang %{name}
69
70
71%clean
72rm -rf %{buildroot}
73
74
75%files -f %{name}.lang
76%defattr(-,root,root)
77%doc Changelog doc/ README*
78%config(noreplace) %{_sysconfdir}/warnquota.conf
79%attr(0755,root,root) /sbin/*
80%attr(0755,root,root) %{_bindir}/*
81%attr(0755,root,root) %{_sbindir}/*
82%{_includedir}/rpcsvc/*
83%attr(0644,root,root) %{_mandir}/man1/*
84%attr(0644,root,root) %{_mandir}/man2/*
85%attr(0644,root,root) %{_mandir}/man3/*
86%attr(0644,root,root) %{_mandir}/man8/*
87
88
89%changelog
90* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 3.15-2
91- rebuilt with rpm-4.8.1-3
92
93* Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 3.15-1vl5
94- applied new versioning policy, spec in utf-8
95
96* Thu Dec 20 2007 Shu KONNO <owa@bg.wakwak.com> 3.15-0vl1
97- updated quota to 3.15
98
99* Wed Apr 27 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 3.12-5vl2
100- oops, removed unnecessary Patch3
101
102* Tue Apr 26 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 3.12-5vl1
103- based on 3.12-5, being merged into 3.06-7vl1
104
105  - Sun Sep 26 2004 Rik van Riel <riel@redhat.com> 3.12-5
106  - add URL (bz# 131862)
107
108  - Fri Sep 24 2004 Steve Dickson <SteveD@RedHat.com>
109  - Fixed typos in warnquota.conf patch
110    (bz# 82250 and bz# 83974)
111
112  - Mon Sep 13 2004 Steve Dickson <SteveD@RedHat.com>
113  - upgraded to 3.12
114
115  - Tue Jan 27 2004 Florian La Roche <Florian.LaRoche@redhat.de>
116  - add -pie support
117  - update to 3.10
118
119  - Sat Aug 16 2003  Steve Dickson <SteveD@RedHat.com>
120  - upgraded to 3.0.9
121  - added quota-3.09-root_sbindir.patch
122
123* Sun Feb  9 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 3.06-7vl1
124- merged with Vine Linux package (quota-2.00stable-0vl1)
125- based on rawhide release 3.06-7
126 * Wed May 30 2001 Jun Nishii <jun@vinelinux.org>
127 - 2.00stable-0vl1
128 - ver.up
129 * Wed May 30 2001 Jun Nishii <jun@vinelinux.org>
130 - 2.00pre3-8vl2
131 - added documents
132 * Tue Jan 09 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
133 - 2.00pre3-8vl1
134 - based on 2.00pre3-8 from Rawhide
135 - added Japanese summary and description
136
137* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
138- rebuilt
139
140* Mon Nov 18 2002 Tim Powers <timp@redhat.com>
141- rebuild on all arches
142
143
144* Fri Sep 6 2002 Philip Copeland <bryce@redhat.com> 3.06-5
145- added --with-ext2direct=no to fix #73244
146  without this users with UID's > 65535 will not
147  be able to exist on a quota enabled FS
148
149* Wed Aug 7 2002 Philip Copeland <bryce@redhat.com> 3.06-4
150- Man page change. #60108
151
152* Tue Aug 6 2002 Philip Copeland <bryce@redhat.com> 3.06-3
153- Bah, I'd dropped epoch from the spec file but seems
154  we need this if you want to upgrade as the epoch
155  number has precedence over the version/release
156  numbers.
157
158* Wed Jul 17 2002 Philip Copeland <bryce@redhat.com> 3.06-2
159- Lets stop the makefile from stripping the
160  binaries as thats rpms job (apparently)
161
162* Mon Jul 01 2002 Philip Copeland <bryce@redhat.com> 3.06-1
163- Ditched the 3.01-pre9 src base for 3.06
164  Rebuilt without any patchs
165
166============================================================
167
168* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
169- automated rebuild
170
171* Thu May 23 2002 Tim Powers <timp@redhat.com>
172- automated rebuild
173
174* Mon Feb 25 2002 Elliot Lee <sopwith@redhat.com>
175- IfArch the badkernelinclude patch for ppc-only.
176- Update to 3.03
177
178* Wed Dec 12 2001 Guy Streeter <streeter@redhat.com>
179- Make #include of kernel header file work on non-x86
180
181* Wed Sep  5 2001 Preston Brown <pbrown@redhat.com>
182- require new initscripts
183
184* Thu Aug 30 2001 Preston Brown <pbrown@redhat.com>
185- fixed bug #52075 (problem with ext2 labels)
186- backup data files off by default in quotacheck, optional backup flag added
187- fix bug where giving a bad directory or device would cause
188  quotaon/quotacheck to simulate "-a" behaviour
189- if a device name (i.e /dev/hda1) is passed, look up the corresponding mount
190  point
191
192* Wed Aug 29 2001 Preston Brown <pbrown@redhat.com>
193- return an error code in more cases in convertquota
194
195* Tue Aug 28 2001 Preston Brown <pbrown@redhat.com>
196- 3.01pre9
197
198* Fri Jul 20 2001 Preston Brown <pbrown@redhat.com>
199- more cleanups on 3.01pre8
200
201* Mon Jul  2 2001 Preston Brown <pbrown@redhat.com>
202- 3.01 version, everything has changed again. :(
203
204* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
205- Bump release + rebuild.
206
207* Fri Mar 30 2001 Preston Brown <pbrown@redhat.com>
208- use rpc.rquotad from here again (#33738)
209
210* Thu Mar 15 2001 Preston Brown <pbrown@redhat.com>
211- enable ALT_FORMAT for edquota
212
213* Tue Mar 13 2001 Preston Brown <pbrown@redhat.com>
214- I broke passing devices on the cmd line.  Fixed.
215
216* Fri Mar 09 2001 Preston Brown <pbrown@redhat.com>
217- quota 3.00 is required by recent kernel 2.4 changes
218- no warnquota included this time, not yet ported
219- quite a bit of work on quotacheck to make is backwards compatible
220- we will likely go back to "quota 2.00" as these projects merge...
221
222* Fri Feb 09 2001 Florian La Roche <Florian.LaRoche@redhat.de>
223- use "rm -f" instead of only "rm"
224
225* Wed Feb  7 2001 Preston Brown <pbrown@redhat.com>
226- fix quotacheck man page for -a option (#26380)
227
228* Thu Feb  1 2001 Preston Brown <pbrown@redhat.com>
229- 2.00 final, rolls in pretty much all our patches. :)
230- fix reporting of in use dquot entries from quotastats
231- change repquota man page to fix documentation of -v (#10330)
232- include warnquota.conf
233
234* Mon Nov 20 2000 Bill Nottingham <notting@redhat.com>
235- fix ia64 build
236
237* Mon Aug 21 2000 Jeff Johnson <jbj@redhat.com>
238- add LABEL=foo support (#16390).
239
240* Thu Jul 27 2000 Jeff Johnson <jbj@redhat.com>
241- remote NFS quotas with different blocksize converted incorrectly (#11932).
242
243* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
244- automatic rebuild
245
246* Thu Jun 15 2000 Jeff Johnson <jbj@redhat.com>
247- FHS packaging.
248
249* Wed May 10 2000 Jeff Johnson <jbj@redhat.com>
250- apply patch5 (H.J. Lu)
251
252* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
253- fix description
254- man pages are compressed
255
256* Tue Jan 18 2000 Preston Brown <pbrown@redhat.com>
257- quota 2.00 series
258- removed unnecessary patches
259
260* Thu Aug  5 1999 Jeff Johnson <jbj@redhat.com>
261- fix man page FUD (#4369).
262
263* Thu May 13 1999 Peter Hanecak <hanecak@megaloman.sk>
264- changes to allow non-root users to build too (Makefile patch, %attr)
265
266* Tue Apr 13 1999 Jeff Johnson <jbj@redhat.com>
267- fix for sparc64 quotas (#2147)
268
269* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
270- auto rebuild in the new build environment (release 5)
271
272* Mon Dec 28 1998 Cristian Gafton <gafton@redhat.com>
273- don't install rpc.rquotad - we will use the one from the knfsd package
274  instead
275
276* Thu Dec 17 1998 Jeff Johnson <jbj@redhat.com>
277- merge ultrapenguin 1.1.9 changes.
278
279* Thu May 07 1998 Prospector System <bugs@redhat.com>
280- translations modified for de, fr, tr
281
282* Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com>
283- removed patch for mntent
284
285* Fri Mar 27 1998 Jakub Jelinek <jj@ultra.linux.cz>
286- updated to quota 1.66
287
288* Tue Jan 13 1998 Erik Troan <ewt@redhat.com>
289- builds rquotad
290- installs rpc.rquotad.8 symlink
291
292* Mon Oct 20 1997 Erik Troan <ewt@redhat.com>
293- removed /usr/include/rpcsvc/* from filelist
294- uses a buildroot and %attr
295
296* Thu Jun 19 1997 Erik Troan <ewt@redhat.com>
297- built against glibc
298
299* Tue Mar 25 1997 Erik Troan <ewt@redhat.com>
300- Moved /usr/sbin/quota to /usr/bin/quota
Note: See TracBrowser for help on using the repository browser.