From e66c1a9a891b9531101be17c5c5315306f51dac3 Mon Sep 17 00:00:00 2001 From: alchemyx Date: Fri, 12 Apr 2002 09:30:22 +0000 Subject: [PATCH] - updated to 0.2 - STBR Changed files: bofh.spec -> 1.7 --- bofh.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/bofh.spec b/bofh.spec index 59d570f..cf68ea9 100644 --- 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 -- 2.43.0