]> git.pld-linux.org Git - packages/bofh.git/blame_incremental - bofh.spec
- updated gettext BR
[packages/bofh.git] / bofh.spec
... / ...
CommitLineData
1Summary: Console utility for maintaing user accounts
2Summary(pl.UTF-8): Konsolowe narzędzie do zarządzania kontami użytkowników
3Name: bofh
4Version: 0.2
5Release: 4
6License: GPL
7Group: Applications/Console
8Source0: ftp://morgoth.uznam.net.pl/bofh/%{name}-%{version}.tar.gz
9# Source0-md5: aa3af230280e36c0dcaf20e87014cd52
10Patch0: %{name}-pl.po_fix.patch
11BuildRequires: gettext-tools
12Requires: bash
13Requires: dml
14Requires: gettext
15Requires: grep
16Requires: shadow
17Requires: textutils
18BuildArch: noarch
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22It is a utility that lets you maintain user accounts easily. Currently
23it supports adding, removing and modifying accounts. It has nice,
24DML-based interface.
25
26%description -l pl.UTF-8
27Jest to narzędzie, które pozwala na łatwe zarządzanie kontami
28użytkowników. Aktualnie pozwala na ich usuwanie, dodawanie oraz
29poprawianie. Posiada ładny, oparty na DMLu interfejs.
30
31%prep
32%setup -q
33%patch0 -p1
34
35%install
36rm -rf $RPM_BUILD_ROOT
37
38# %{_datadir} is intentional here. Everything inside _is_ arch independent
39./install.sh DESTDIR=$RPM_BUILD_ROOT \
40 libdir=%{_datadir}/bofh \
41 sbindir=%{_sbindir} \
42 localedir=%{_datadir}/locale
43
44%find_lang %{name}
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files -f %{name}.lang
50%defattr(644,root,root,755)
51%doc README ChangeLog TODO CREDITS
52%dir %{_sysconfdir}/bofh
53%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bofh/config
54%attr(755,root,root) %{_sbindir}/bofh
55%{_datadir}/bofh
This page took 0.086459 seconds and 4 git commands to generate.