]> git.pld-linux.org Git - packages/bofh.git/blob - bofh.spec
- adapterized
[packages/bofh.git] / bofh.spec
1 Summary:        Console utility for maintaing user accounts
2 Summary(pl):    Konsolowe narzêdzie do zarz±dzania kontami u¿ytkowników
3 Name:           bofh
4 Version:        0.1
5 Release:        1
6 License:        GPL
7 Group:          Applications/Console
8 Source0:        ftp://morgoth.uznam.net.pl/bofh/%{name}-%{version}.tar.gz
9 Requires:       dml
10 Requires:       grep
11 Requires:       shadow
12 Requires:       textutils
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 It is a utility that lets you maintain user accounts easily. Currently
17 it supports adding, removing and modyfing accounts. It has nice,
18 DML-based interface.
19
20 %description -l pl
21 Jest to narzêdzie, które pozwala na ³atwe zarz±dzanie kontami
22 u¿ytkowników. Aktualnie pozwala na ich usuwanie, dodawanie oraz
23 poprawianie. Posiada ³adny, oparty na DMLu interfejs.
24
25 %prep
26 %setup -q
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30
31 ./install.sh DESTDIR=$RPM_BUILD_ROOT libdir=%{_libdir}/bofh sbindir=%{_sbindir}
32
33 gzip -9nf README ChangeLog TODO
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc *.gz
41 %defattr(644,root,root,755)
42 %attr(755,root,root) %{_sbindir}/bofh
43 %{_libdir}/bofh
This page took 0.24846 seconds and 4 git commands to generate.