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