Install the 'INSTALL' file again

Resolves: #661623
This commit is contained in:
Pavel Raiskup 2013-01-15 08:04:33 +01:00
parent 1bc16190a2
commit 41a6469f81

View File

@ -1,7 +1,7 @@
Summary: A GNU tool for automatically configuring source code
Name: autoconf
Version: 2.69
Release: 7%{?dist}
Release: 8%{?dist}
License: GPLv2+ and GFDL
Group: Development/Tools
Source0: http://ftpmirror.gnu.org/autoconf/autoconf-%{version}.tar.xz
@ -88,13 +88,16 @@ fi
%exclude %{_infodir}/dir
%{_datadir}/autoconf/
%{_datadir}/config.site
%exclude %{_datadir}/autoconf/INSTALL
%dir %{_datadir}/emacs/
%{_datadir}/emacs/site-lisp/
%{_mandir}/man1/*
%doc AUTHORS COPYING* ChangeLog NEWS README THANKS TODO
%changelog
* Tue Jan 15 2013 Pavel Raiskup <praiskup@redhat.com> - 2.69-8
- the 'INSTALL' file can be used as template file for packages which are using
autoconf - mark it for installation again (#661623)
* Tue Jan 08 2013 Pavel Raiskup <praiskup@redhat.com> - 2.69-7
- Support the 'config.site' file in /usr/share