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