]> git.pld-linux.org Git - packages/gentoo.git/blobdiff - gentoo.spec
- updated to 0.11.25.
[packages/gentoo.git] / gentoo.spec
index 9aff74c444565bbec62b0293c4436fadacced37c..8c5f72c02e1d74f9fae36f719410d7529b17b434 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       gentoo is a Gtk+ file manager for Linux
 Summary(pl):   gentoo jest opartym na Gtk+ zarz±dc± plików pod Linuxa
 Name:          gentoo
-Version:       0.11.22
+Version:       0.11.25
 Release:       1
 License:       GPL
 Group:         X11/Applications
@@ -49,8 +49,8 @@ troch
 %build
 rm -f missing
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
@@ -65,14 +65,12 @@ install docs/gentoo.1x $RPM_BUILD_ROOT%{_mandir}/man1
 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Utilities
 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
 
-gzip -9nf AUTHORS BUGS CREDITS ChangeLog NEWS README* TODO
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz docs
+%doc AUTHORS BUGS CREDITS ChangeLog NEWS README* TODO docs
 %config %{_sysconfdir}/*
 %attr(755,root,root) %{_bindir}/%{name}
 %{_datadir}/%{name}
This page took 0.023636 seconds and 4 git commands to generate.