]> git.pld-linux.org Git - packages/feh.git/blobdiff - feh.spec
- new %%doc
[packages/feh.git] / feh.spec
index 19cad183df4fcc36d42f228f76c561f9159d486c..652352f636dfc0704036c994c44de1848731e52c 100644 (file)
--- a/feh.spec
+++ b/feh.spec
@@ -41,15 +41,13 @@ oraz sterowanie z klawiatury/myszki (te
 
 %build
 rm -f missing
-aclocal
-autoconf
-automake -a -c -f
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
 
 %{__make}
 
-gzip -9nf AUTHORS TODO ChangeLog
-
 %install
 rm -rf $RPM_BUILD_ROOT
 
@@ -60,7 +58,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc AUTHORS TODO ChangeLog
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/feh
 %{_mandir}/man1/*
This page took 0.037785 seconds and 4 git commands to generate.