Disable 'config.site' installation under /usr/share for now

Version: 2.69-9
Related: #744771
This commit is contained in:
Pavel Raiskup 2013-01-23 08:16:46 +01:00
parent 41a6469f81
commit 9c7c57f989

View File

@ -1,7 +1,7 @@
Summary: A GNU tool for automatically configuring source code
Name: autoconf
Version: 2.69
Release: 8%{?dist}
Release: 9%{?dist}
License: GPLv2+ and GFDL
Group: Development/Tools
Source0: http://ftpmirror.gnu.org/autoconf/autoconf-%{version}.tar.xz
@ -87,13 +87,17 @@ fi
# don't include info's TOP directory
%exclude %{_infodir}/dir
%{_datadir}/autoconf/
%{_datadir}/config.site
# disable until it may cause too much mess in build system
# %%{_datadir}/config.site
%dir %{_datadir}/emacs/
%{_datadir}/emacs/site-lisp/
%{_mandir}/man1/*
%doc AUTHORS COPYING* ChangeLog NEWS README THANKS TODO
%changelog
* Wed Jan 23 2013 Pavel Raiskup <praiskup@redhat.com> - 2.69-9
- disable 'config.site' under /usr/share for now
* 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)