]> git.pld-linux.org Git - packages/bofh.git/blobdiff - bofh.spec
- updated to 0.2
[packages/bofh.git] / bofh.spec
index 59d570f5565183cde4ef0fd2d71377b4ec01ccc4..cf68ea90a49644aa0b0dc45d78a2a09a200308fa 100644 (file)
--- a/bofh.spec
+++ b/bofh.spec
@@ -1,7 +1,7 @@
 Summary:       Console utility for maintaing user accounts
 Summary(pl):   Konsolowe narzêdzie do zarz±dzania kontami u¿ytkowników
 Name:          bofh
-Version:       0.1b
+Version:       0.2
 Release:       1
 License:       GPL
 Group:         Applications/Console
@@ -10,6 +10,7 @@ Requires:     dml
 Requires:      grep
 Requires:      shadow
 Requires:      textutils
+Requires:      bash
 BuildRequires: gettext
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -30,9 +31,12 @@ poprawianie. Posiada 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-./install.sh DESTDIR=$RPM_BUILD_ROOT libdir=%{_libdir}/bofh sbindir=%{_sbindir}
+./install.sh DESTDIR=$RPM_BUILD_ROOT \
+       libdir=%{_libdir}/bofh \
+       sbindir=%{_sbindir} \
+       localedir=%{_datadir}/locale
 
-gzip -9nf README ChangeLog TODO
+gzip -9nf README ChangeLog TODO CREDITS
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -43,3 +47,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_sbindir}/bofh
 %{_libdir}/bofh
+%lang(pl) %{_datadir}/locale/pl/LC_MESSAGES/bofh.mo
This page took 0.061261 seconds and 4 git commands to generate.