]> git.pld-linux.org Git - packages/bofh.git/blob - bofh.spec
- initial release
[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:        0
6 License:        GPL
7 Group:          Applications/Console
8 Source:         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, DML-based
18 interface.
19
20
21 %description -l pl
22 Jest to narzêdzie, które pozwala na ³atwe zarz±dzanie kontami u¿ytkowników.
23 Aktualnie pozwala na ich usuwanie, dodawanie oraz poprawianie. Posiada ³adny,
24 oparty na DMLu interfejs.
25
26 %prep
27 %setup -q
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31
32 ./install.sh DESTDIR=$RPM_BUILD_ROOT libdir=%{_libdir}/bofh sbindir=%{_sbindir}
33
34 gzip -9nf README ChangeLog TODO 
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %doc *.gz
41 %defattr(644,root,root,755)
42 %attr(755,root,root) /usr/sbin/bofh
43 /usr/lib/bofh
This page took 0.121909 seconds and 3 git commands to generate.