]> git.pld-linux.org Git - packages/bofh.git/blob - bofh.spec
59d570f5565183cde4ef0fd2d71377b4ec01ccc4
[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 BuildRequires:  gettext
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 It is a utility that lets you maintain user accounts easily. Currently
19 it supports adding, removing and modyfing accounts. It has nice,
20 DML-based interface.
21
22 %description -l pl
23 Jest to narzêdzie, które pozwala na ³atwe zarz±dzanie kontami
24 u¿ytkowników. Aktualnie pozwala na ich usuwanie, dodawanie oraz
25 poprawianie. Posiada ³adny, oparty na DMLu interfejs.
26
27 %prep
28 %setup -q
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 ./install.sh DESTDIR=$RPM_BUILD_ROOT libdir=%{_libdir}/bofh sbindir=%{_sbindir}
34
35 gzip -9nf README ChangeLog TODO
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc *.gz
43 %defattr(644,root,root,755)
44 %attr(755,root,root) %{_sbindir}/bofh
45 %{_libdir}/bofh
This page took 0.022776 seconds and 2 git commands to generate.