Disable 'config.site' installation under /usr/share for now
Version: 2.69-9 Related: #744771
This commit is contained in:
parent
41a6469f81
commit
9c7c57f989
@ -1,7 +1,7 @@
|
|||||||
Summary: A GNU tool for automatically configuring source code
|
Summary: A GNU tool for automatically configuring source code
|
||||||
Name: autoconf
|
Name: autoconf
|
||||||
Version: 2.69
|
Version: 2.69
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
License: GPLv2+ and GFDL
|
License: GPLv2+ and GFDL
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Source0: http://ftpmirror.gnu.org/autoconf/autoconf-%{version}.tar.xz
|
Source0: http://ftpmirror.gnu.org/autoconf/autoconf-%{version}.tar.xz
|
||||||
@ -87,13 +87,17 @@ fi
|
|||||||
# don't include info's TOP directory
|
# don't include info's TOP directory
|
||||||
%exclude %{_infodir}/dir
|
%exclude %{_infodir}/dir
|
||||||
%{_datadir}/autoconf/
|
%{_datadir}/autoconf/
|
||||||
%{_datadir}/config.site
|
# disable until it may cause too much mess in build system
|
||||||
|
# %%{_datadir}/config.site
|
||||||
%dir %{_datadir}/emacs/
|
%dir %{_datadir}/emacs/
|
||||||
%{_datadir}/emacs/site-lisp/
|
%{_datadir}/emacs/site-lisp/
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%doc AUTHORS COPYING* ChangeLog NEWS README THANKS TODO
|
%doc AUTHORS COPYING* ChangeLog NEWS README THANKS TODO
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- the 'INSTALL' file can be used as template file for packages which are using
|
||||||
autoconf - mark it for installation again (#661623)
|
autoconf - mark it for installation again (#661623)
|
||||||
|
Loading…
Reference in New Issue
Block a user