diff --git a/autoconf.spec b/autoconf.spec index 414e815..2d9b670 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: 10%{?dist} +Release: 11%{?dist} License: GPLv2+ and GFDL Group: Development/Tools Source0: http://ftpmirror.gnu.org/autoconf/autoconf-%{version}.tar.xz @@ -70,8 +70,7 @@ make check # TESTSUITEFLAGS='1-198 200-' # will disable nr. 199. %install make install DESTDIR=%{buildroot} mkdir -p %{buildroot}/share -# disable until it may cause too much mess in build system -# install -m 0644 %%{SOURCE1} %%{buildroot}%%{_datadir} +install -m 0644 %{SOURCE1} %{buildroot}%{_datadir} %post /sbin/install-info %{_infodir}/autoconf.info %{_infodir}/dir || : @@ -89,14 +88,17 @@ fi # don't include info's TOP directory %exclude %{_infodir}/dir %{_datadir}/autoconf/ -# disable until it may cause too much mess in build system -# %%{_datadir}/config.site +%config %{_datadir}/config.site %dir %{_datadir}/emacs/ %{_datadir}/emacs/site-lisp/ %{_mandir}/man1/* %doc AUTHORS COPYING* ChangeLog NEWS README THANKS TODO %changelog +* Mon Jun 17 2013 Pavel Raiskup - 2.69-11 +- config.site installation should be safe as long as the CONFIG_SITE=NONE is + exported by the rpmbuild environment (#772999) + * Thu Feb 14 2013 Pavel Raiskup - 2.69-10 - BR the perl(Text::ParseWords) explicitly to enable build again