Summary: Console utility for maintaing user accounts Summary(pl): Konsolowe narzędzie do zarządzania kontami użytkowników Name: bofh Version: 0.1b Release: 1 License: GPL Group: Applications/Console Source0: ftp://morgoth.uznam.net.pl/bofh/%{name}-%{version}.tar.gz Requires: dml Requires: grep Requires: shadow Requires: textutils BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description It is a utility that lets you maintain user accounts easily. Currently it supports adding, removing and modyfing accounts. It has nice, DML-based interface. %description -l pl Jest to narzędzie, które pozwala na łatwe zarządzanie kontami użytkowników. Aktualnie pozwala na ich usuwanie, dodawanie oraz poprawianie. Posiada ładny, oparty na DMLu interfejs. %prep %setup -q %install rm -rf $RPM_BUILD_ROOT ./install.sh DESTDIR=$RPM_BUILD_ROOT libdir=%{_libdir}/bofh sbindir=%{_sbindir} gzip -9nf README ChangeLog TODO %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc *.gz %defattr(644,root,root,755) %attr(755,root,root) %{_sbindir}/bofh %{_libdir}/bofh