]> git.pld-linux.org Git - packages/bofh.git/blobdiff - bofh.spec
- może wrescie ktoś wykasuje to konto ?
[packages/bofh.git] / bofh.spec
index d0e2b5b7cd9089379300ba417a1a4d2bf389b5d7..3a22a960ea1f098f8b4fe590d1129a3581d977ed 100644 (file)
--- a/bofh.spec
+++ b/bofh.spec
@@ -1,21 +1,25 @@
 Summary:       Console utility for maintaing user accounts
 Summary(pl):   Konsolowe narzêdzie do zarz±dzania kontami u¿ytkowników
 Name:          bofh
-Version:       0.1
+Version:       0.2
 Release:       2
 License:       GPL
 Group:         Applications/Console
 Source0:       ftp://morgoth.uznam.net.pl/bofh/%{name}-%{version}.tar.gz
+# Source0-md5: aa3af230280e36c0dcaf20e87014cd52
 Requires:      dml
 Requires:      grep
 Requires:      shadow
 Requires:      textutils
+Requires:      bash
+Requires:      gettext
+BuildRequires: gettext-devel
 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,
+it supports adding, removing and modifying accounts. It has nice,
 DML-based interface.
 
 %description -l pl
@@ -29,16 +33,19 @@ poprawianie. Posiada 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-./install.sh DESTDIR=$RPM_BUILD_ROOT libdir=%{_libdir}/bofh sbindir=%{_sbindir}
-
-gzip -9nf README ChangeLog TODO
+./install.sh DESTDIR=$RPM_BUILD_ROOT \
+       libdir=%{_libdir}/bofh \
+       sbindir=%{_sbindir} \
+       localedir=%{_datadir}/locale
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc README ChangeLog TODO CREDITS
 %defattr(644,root,root,755)
+%{_sysconfdir}/bofh
 %attr(755,root,root) %{_sbindir}/bofh
 %{_libdir}/bofh
+%lang(pl) %{_datadir}/locale/pl/LC_MESSAGES/bofh.mo
This page took 0.069928 seconds and 4 git commands to generate.