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