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

Pavel Raiskup praiskup at fedoraproject.org
Thu May 9 16:35:22 UTC 2013


commit d76d3a8b29ff8739a46670f1fba37a22c69c2990
Author: Pavel Raiskup <praiskup at redhat.com>
Date:   Thu May 9 18:33:21 2013 +0200

    spec: do not install /usr/share/aclocal
    
    This confuses repoquery when you ask for '--whatrequires automake14'
    
    Version: 1.4p6-25

 automake14.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/automake14.spec b/automake14.spec
index 6c8ca27..d0a1798 100644
--- a/automake14.spec
+++ b/automake14.spec
@@ -3,7 +3,7 @@
 Summary:    A GNU tool for automatically creating Makefiles
 Name:       automake14
 Version:    1.4p6
-Release:    24%{?dist}
+Release:    25%{?dist}
 License:    GPLv2+
 Group:      Development/Tools
 URL:        http://sources.redhat.com/automake
@@ -76,11 +76,15 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc COPYING
 %{_bindir}/*-1.4
-%{_datadir}/aclocal*/
+%{_datadir}/aclocal-*/
 %{_datadir}/automake-1.4/
 %{_infodir}/*
 
 %changelog
+* Thu May 09 2013 Pavel Raiskup <praiskup at redhat.com> - 1.4p6-25
+- do not install /usr/share/aclocal directory (this confuses repoquery when you
+  ask for what requires automake14)
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4p6-24
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list