[automake17] spec: do not install /usr/share/aclocal

Pavel Raiskup praiskup at fedoraproject.org
Thu May 9 16:38:23 UTC 2013


commit f60e1d28e95da7b83fafe1449f27691ff989dca1
Author: Pavel Raiskup <praiskup at redhat.com>
Date:   Thu May 9 18:37:55 2013 +0200

    spec: do not install /usr/share/aclocal
    
    This confuses repoquery when you ask for '--whatrequires automake17'
    
    Version: 1.7.9-19

 automake17.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/automake17.spec b/automake17.spec
index cfb52c8..c191fbf 100644
--- a/automake17.spec
+++ b/automake17.spec
@@ -3,7 +3,7 @@
 Summary:    A GNU tool for automatically creating Makefiles
 Name:       automake17
 Version:    %{api_version}.9
-Release:    18%{?dist}
+Release:    19%{?dist}
 License:    GPLv2+ and MIT and OFSFDL
 Group:      Development/Tools
 Source:     ftp://ftp.gnu.org/gnu/automake/automake-%{version}.tar.bz2
@@ -96,9 +96,12 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_datadir}/automake-%{api_version}
 %{_datadir}/aclocal-%{api_version}
 %{_infodir}/*
-%dir %{_datadir}/aclocal
 
 %changelog
+* Thu May 09 2013 Pavel Raiskup <praiskup at redhat.com> - 1.7.9-19
+- do not install /usr/share/aclocal directory (this confuses repoquery when
+  you ask for what requires automake17
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.7.9-18
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list