diff --git a/autoconf.spec b/autoconf.spec index 051a052..dc7f258 100644 --- a/autoconf.spec +++ b/autoconf.spec @@ -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 - 2.69-9 +- disable 'config.site' under /usr/share for now + * Tue Jan 15 2013 Pavel Raiskup - 2.69-8 - the 'INSTALL' file can be used as template file for packages which are using autoconf - mark it for installation again (#661623)