]> git.pld-linux.org Git - packages/fakebo.git/blobdiff - fakebo.spec
- new %%doc
[packages/fakebo.git] / fakebo.spec
index e1a57aa18be8e4b57bf4e17111ae63f6b56e605f..9b8098a55a1778c6d416421f6a84fe3fa8a75c8e 100644 (file)
@@ -2,11 +2,9 @@ Summary:       Fakes trojan servers and logs incoming requests
 Summary(pl):   Program udaj±cy trojany i loguj±cy nadchodz±ce po³±czenia
 Name:          fakebo
 Version:       0.4.1
-Release:       3
+Release:       4
 License:       GPL
 Group:         Networking/Daemons
-Group(de):     Netzwerkwesen/Server
-Group(pl):     Sieciowe/Serwery
 Source0:       ftp://ftp.linux.hr/pub/fakebo/%{name}-%{version}.tar.gz
 Source1:       %{name}.init
 URL:           http://cvs.linux.hr/fakebo/
@@ -30,7 +28,7 @@ klienta pr
 %setup -q
 
 %build
-autoconf
+%{__autoconf}
 %configure
 %{__make}
 
@@ -42,8 +40,6 @@ install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
 
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/fakebo
 
-gzip -9nf HACKING AUTHORS TODO NEWS ChangeLog README custom.replies
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -66,7 +62,7 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc HACKING AUTHORS TODO NEWS ChangeLog README custom.replies
 %attr(755,root,root) %{_bindir}/fakebo
 %attr(754,root,root) /etc/rc.d/init.d/fakebo
 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/fakebo.conf
This page took 0.095223 seconds and 4 git commands to generate.