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