From 8b66b8bedf9b89901f6dbd19e1a8cf238d4ab1fc Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 26 Sep 2012 13:52:10 +0200 Subject: [PATCH] Do not install the "INSTALL" file Resolves: #661623 --- autoconf.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 - 2.69-5 +- do not install the "INSTALL" documentation file (#661623) + * Thu Sep 13 2012 Karsten Hopp 2.69-4 - don't require erlang in RHEL