From fdc3a4870675259b52b3ae27e9caf23fd13c53f2 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 16 Aug 2017 21:16:39 +0200 Subject: [PATCH] Don't own /usr/share/gtk-doc/html Packages that drop files in there need to do that, instead of depending on gtk-doc. --- gtk-doc.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk-doc.spec b/gtk-doc.spec index a187a07..b3f1595 100644 --- a/gtk-doc.spec +++ b/gtk-doc.spec @@ -45,8 +45,6 @@ make %{?_smp_mflags} %install %make_install -mkdir -p $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html - %check # For reasons unknown first make check fails with texlive debug spew in log # files. Just run it twice to work this around. @@ -65,6 +63,8 @@ make check || make check %changelog * Tue Aug 15 2017 Kalev Lember - 1.26-1 - Update to 1.26 +- Don't own /usr/share/gtk-doc/html/ -- packages that drop files in there need + to co-own the directory, instead of depending on gtk-doc * Mon Aug 07 2017 Björn Esser - 1.25-6 - Rebuilt for AutoReq cmake-filesystem