[autoconf/f18] Do not install the "INSTALL" file

Pavel Raiskup praiskup at fedoraproject.org
Thu Sep 27 05:41:52 UTC 2012


commit 8b66b8bedf9b89901f6dbd19e1a8cf238d4ab1fc
Author: Pavel Raiskup <praiskup at redhat.com>
Date:   Wed Sep 26 13:52:10 2012 +0200

    Do not install the "INSTALL" file
    
    Resolves: #661623

 autoconf.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/autoconf.spec b/autoconf.spec
index 451ca4d..6880644 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:    4%{?dist}
+Release:    5%{?dist}
 License:    GPLv2+ and GFDL
 Group:      Development/Tools
 Source:     http://ftpmirror.gnu.org/autoconf/autoconf-%{version}.tar.xz
@@ -94,12 +94,16 @@ fi
 # don't include standards.info, because it comes from binutils...
 %exclude %{_infodir}/standards*
 %{_datadir}/autoconf/
+%exclude %{_datadir}/autoconf/INSTALL
 %dir %{_datadir}/emacs/
 %{_datadir}/emacs/site-lisp/
 %{_mandir}/man1/*
 %doc AUTHORS COPYING* ChangeLog NEWS README THANKS TODO
 
 %changelog
+* Wed Sep 26 2012 Pavel Raiskup <praiskup at redhat.com> - 2.69-5
+- do not install the "INSTALL" documentation file (#661623)
+
 * Thu Sep 13 2012 Karsten Hopp <karsten at redhat.com> 2.69-4
 - don't require erlang in RHEL
 


More information about the scm-commits mailing list