]> git.pld-linux.org Git - packages/bofh.git/blob - bofh.spec
- updated to 0.1b
[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.1b
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 BuildArch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 It is a utility that lets you maintain user accounts easily. Currently
18 it supports adding, removing and modyfing accounts. It has nice,
19 DML-based interface.
20
21 %description -l pl
22 Jest to narzêdzie, które pozwala na ³atwe zarz±dzanie kontami
23 u¿ytkowników. Aktualnie pozwala na ich usuwanie, dodawanie oraz
24 poprawianie. Posiada ³adny, 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 %defattr(644,root,root,755)
41 %doc *.gz
42 %defattr(644,root,root,755)
43 %attr(755,root,root) %{_sbindir}/bofh
44 %{_libdir}/bofh
This page took 0.032316 seconds and 3 git commands to generate.