]> git.pld-linux.org Git - packages/quota.git/blob - quota.spec
- updated to 3.01-pre6
[packages/quota.git] / quota.spec
1 Summary:        Quota administration package
2 Summary(de):    Quotenverwaltungspaket 
3 Summary(fr):    Paquetage de gestion des quotas
4 Summary(pl):    Pakiet administaracyjny Quota
5 Summary(tr):    Kota denetleme paketi
6 Name:           quota
7 Version:        3.01
8 Release:        0.pre6.1
9 Epoch:          1
10 License:        BSD
11 Group:          Applications/System
12 Group(de):      Applikationen/System
13 Group(pl):      Aplikacje/System
14 Source0:        http://prdownloads.sourceforge.net/linuxquota/%{name}-%{version}-pre6.tar.gz
15 URL:            http://sourceforge.net/projects/linuxquota/
16 Patch0:         %{name}-Makefile.patch
17 Patch1:         %{name}-defaults.patch
18 Patch2:         %{name}-fixfree.patch
19 Patch3:         %{name}-libwrap.patch
20 BuildRequires:  e2fsprogs-devel
21 BuildRequires:  libwrap-devel
22 BuildRequires:  autoconf
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 Quotas allow the system administrator to limit disk usage by a user
27 and/or group per filesystem. This package contains the tools which are
28 needed to enable, modify, and update quotas.
29
30 %description -l de
31 Quotas gestatten es dem Systemadministrator, die Festplattennutzung
32 durch einen Anwender und/oder Gruppen pro Dateisystem zu beschränken.
33 Es enthält die Tools, die zur Aktivierung, Modifikation und zum
34 Aktualisieren von Quoten erforderlich sind."
35
36 %description -l fr
37 Les quotas permettant à l'administrateur système de limiter
38 l'utilisation disque par un utilisateur et/ou un groupe par système de
39 fichiers. Ce paquetage contient les outils nécessaires à la mise en
40 place, la modification et la mise à jour des quotas.
41
42 %description -l pl
43 Quota pozwala administaratorowi systemu na ograniczanie wielko¶ci
44 miejsca na dysku dla u¿ytkownika/grupy. Pakiet ten zawiera narzêdzia
45 do aktywacji i modyfikacji Quoty.
46
47 %description -l tr
48 Kota, sistem yöneticisine, bir kullanýcýnýn ya da kullanýcý grubunun
49 disk kullanýmýný sýnýrlama yeteneði verir. Bu paket içerisindeki
50 yazýlýmlar kota sistemini kullanmak için gereken kontrol
51 yazýlýmlarýdýr.
52
53 %prep
54 %setup -q -n quota-tools
55 %patch0 -p1
56 %patch1 -p1
57 %patch2 -p1
58 %patch3 -p1
59
60 %build
61 aclocal
62 autoconf
63 %configure
64 %{__make}
65
66 %install
67 rm -rf $RPM_BUILD_ROOT
68 install -d $RPM_BUILD_ROOT{/sbin,%{_bindir},%{_sbindir},%{_mandir}/man{1,2,3,8}}
69
70 %{__make} install \
71         ROOTDIR=$RPM_BUILD_ROOT
72
73 echo .so rquotad.8 > $RPM_BUILD_ROOT%{_mandir}/man8/rpc.rquotad.8
74
75 gzip -9 doc/{quota4th.fig,quotas-1.eps,quotas.ms}
76
77 %find_lang quota
78
79 %clean
80 rm -rf $RPM_BUILD_ROOT
81
82 %files -f quota.lang
83 %defattr(644,root,root,755)
84 %doc doc/*.gz
85 %attr(755,root,root) /sbin/*
86 %attr(755,root,root) %{_sbindir}/edquota
87 %attr(755,root,root) %{_sbindir}/quot
88 %attr(755,root,root) %{_sbindir}/quotastats
89 %attr(755,root,root) %{_sbindir}/repquota
90 %attr(755,root,root) %{_sbindir}/setquota
91 %attr(755,root,root) %{_sbindir}/warnquota
92 %attr(755,root,root) %{_sbindir}/xqmstats
93 %attr(755,root,root) %{_bindir}/*
94
95 %{_mandir}/man1/*
96 %{_mandir}/man8/convertquota.8*
97 %{_mandir}/man8/edquota.8*
98 %{_mandir}/man8/quot.8*
99 %{_mandir}/man8/quotacheck.8*
100 %{_mandir}/man8/quotaon.8*
101 %{_mandir}/man8/repquota.8*
102 %{_mandir}/man8/setquota.8*
103 %{_mandir}/man8/warnquota.8*
This page took 0.043526 seconds and 4 git commands to generate.