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