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