[kwin] Fix docs installation (apparently something has changed in 5.2.0.1)

Daniel Vrátil dvratil at fedoraproject.org
Wed Jan 28 22:28:45 UTC 2015


commit f648e318229c77eac3f9adacb29c8df4495f0235
Author: Dan Vrátil <dvratil at redhat.com>
Date:   Wed Jan 28 23:28:26 2015 +0100

    Fix docs installation (apparently something has changed in 5.2.0.1)

 kwin.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kwin.spec b/kwin.spec
index 5bedc56..d2a6d44 100644
--- a/kwin.spec
+++ b/kwin.spec
@@ -138,7 +138,7 @@ make %{?_smp_mflags} -C %{_target_platform}
 
 %install
 make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
-%find_lang kwin5 --with-qt --all-name
+%find_lang kwin5 --with-qt --with-kde --all-name
 
 
 %post
@@ -204,7 +204,7 @@ fi
 
 %files doc
 %doc COMPLIANCE COPYING COPYING.DOC HACKING README
-%{_datadir}/doc/HTML/en/kcontrol/*
+%{_docdir}/HTML/en_US/*
 
 
 %changelog


More information about the scm-commits mailing list