trim docs

This commit is contained in:
Warren Togami 2004-09-29 03:29:16 +00:00
parent 6f75b8d9f6
commit 9e65d45687
1 changed files with 8 additions and 2 deletions

View File

@ -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 <wtogami@redhat.com> - 1.9.2-3
- trim docs
* Mon Sep 20 2004 Daniel Reed <djr@redhat.com> - 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.