From 1620ff91df5bf9945f1ebf3def1c4352528d9673 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 16 Aug 2017 21:12:53 +0200 Subject: [PATCH] Use multiple directory ownership Instead of pulling in extra runtime dependencies (automake) for the directories where we drop files in, just co-own the directories. --- gtk-doc.spec | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/gtk-doc.spec b/gtk-doc.spec index 4e973d5..a187a07 100644 --- a/gtk-doc.spec +++ b/gtk-doc.spec @@ -21,13 +21,9 @@ BuildRequires: python2-six BuildRequires: gettext BuildRequires: source-highlight BuildRequires: yelp-tools -# For AutoReq cmake-filesystem -BuildRequires: cmake # Following are not automatically installed Requires: docbook-utils /usr/bin/xsltproc docbook-style-xsl -# we are installing an automake macro -Requires: automake Requires: python2-six Requires: source-highlight @@ -60,11 +56,11 @@ make check || make check %license COPYING COPYING-DOCS %doc AUTHORS README doc/* examples %{_bindir}/* -%{_datadir}/aclocal/gtk-doc.m4 +%{_datadir}/aclocal/ %{_datadir}/gtk-doc/ %{_datadir}/pkgconfig/gtk-doc.pc %{_datadir}/help/*/gtk-doc-manual/ -%{_libdir}/cmake/* +%{_libdir}/cmake/ %changelog * Tue Aug 15 2017 Kalev Lember - 1.26-1