]> git.pld-linux.org Git - packages/bofh.git/blobdiff - bofh.spec
- it was wrong - BuildRequires: gettext-devel, but Requires: gettext
[packages/bofh.git] / bofh.spec
index cf68ea90a49644aa0b0dc45d78a2a09a200308fa..f8de4995a341ffa559c5e0c07589b98d67c1259c 100644 (file)
--- a/bofh.spec
+++ b/bofh.spec
@@ -2,7 +2,7 @@ Summary:        Console utility for maintaing user accounts
 Summary(pl):   Konsolowe narzêdzie do zarz±dzania kontami u¿ytkowników
 Name:          bofh
 Version:       0.2
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Console
 Source0:       ftp://morgoth.uznam.net.pl/bofh/%{name}-%{version}.tar.gz
@@ -11,7 +11,8 @@ Requires:     grep
 Requires:      shadow
 Requires:      textutils
 Requires:      bash
-BuildRequires: gettext
+Requires:      gettext
+BuildRequires: gettext-devel
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -36,15 +37,14 @@ rm -rf $RPM_BUILD_ROOT
        sbindir=%{_sbindir} \
        localedir=%{_datadir}/locale
 
-gzip -9nf README ChangeLog TODO CREDITS
-
 %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.062614 seconds and 4 git commands to generate.