[autoconf/f17] Disable 'config.site' installation under /usr/share for now

Pavel Raiskup praiskup at fedoraproject.org
Wed Jan 23 09:43:36 UTC 2013


commit 0e1a7be236f8f44cdf2fceb0d07df70edd64fc84
Author: Pavel Raiskup <pavel at raiskup.cz>
Date:   Wed Jan 23 08:16:46 2013 +0100

    Disable 'config.site' installation under /usr/share for now
    
    Version: 2.69-9
    Related: #744771

 autoconf.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/autoconf.spec b/autoconf.spec
index 9f9ad34..616511d 100644
--- a/autoconf.spec
+++ b/autoconf.spec
@@ -1,7 +1,7 @@
 Summary:    A GNU tool for automatically configuring source code
 Name:       autoconf
 Version:    2.68
-Release:    7%{?dist}
+Release:    8%{?dist}
 License:    GPLv2+ and GFDL
 Group:      Development/Tools
 Source:     http://ftpmirror.gnu.org/autoconf/autoconf-%{version}.tar.xz
@@ -75,7 +75,8 @@ make check
 rm -rf ${RPM_BUILD_ROOT}
 make install DESTDIR=$RPM_BUILD_ROOT
 mkdir -p %{buildroot}/share
-install -m 0644 %{SOURCE1} %{buildroot}%{_datadir}
+# disable until it may cause too much mess in build system
+# install -m 0644 %%{SOURCE1} %%{buildroot}%%{_datadir}
 
 rm -f $RPM_BUILD_ROOT%{_infodir}/dir
 
@@ -97,13 +98,17 @@ fi
 # don't include standards.info, because it comes from binutils...
 %exclude %{_infodir}/standards*
 %{_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 at redhat.com> - 2.69-8
+- disable 'config.site' under /usr/share for now
+
 * Tue Jan 15 2013 Pavel Raiskup <praiskup at redhat.com> - 2.69-7
 - the 'INSTALL' file can be used as template file for packages which are using
   autoconf - mark it for installation again (#661623)


More information about the scm-commits mailing list