diff --git a/automake.spec b/automake.spec index 52f6ba3..49f38ed 100644 --- a/automake.spec +++ b/automake.spec @@ -3,7 +3,7 @@ Summary: A GNU tool for automatically creating Makefiles. Name: automake Version: %{api_version}.2 -Release: 2 +Release: 3 License: GPL Group: Development/Tools Source: http://ftp.gnu.org/gnu/automake/automake-%{version}.tar.bz2 @@ -40,6 +40,9 @@ rm -rf ${RPM_BUILD_ROOT} mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/aclocal rm -f $RPM_BUILD_ROOT%{_infodir}/dir +rm -f $RPM_BUILD_ROOT%{_datadir}/automake-1.9/INSTALL +rm -f $RPM_BUILD_ROOT%{_datadir}/automake-1.9/COPYING + %clean rm -rf ${RPM_BUILD_ROOT} @@ -53,7 +56,7 @@ fi %files %defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO +%doc AUTHORS COPYING README THANKS %{_bindir}/* %{_infodir}/*.info* %{_datadir}/automake-%{api_version} @@ -61,6 +64,9 @@ fi %dir %{_datadir}/aclocal %changelog +* Tue Sep 28 2004 Warren Togami - 1.9.2-3 +- trim docs + * Mon Sep 20 2004 Daniel Reed - 1.9.2-1 - version bump - Sort rm commands output for mostlyclean-generic, clean-generic, distclean-generic and maintainer-clean-generic, so that the produced Makefile is not sensitive to the way Perl sorts its hashes.