[kdelibs/f20] unconditionally omit kdecmake.1

Rex Dieter rdieter at fedoraproject.org
Tue Dec 3 14:42:27 UTC 2013


commit 4dc43f67d3b502365c4b646cda2622a43deff15e
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Tue Dec 3 08:42:04 2013 -0600

    unconditionally omit kdecmake.1

 kdelibs.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/kdelibs.spec b/kdelibs.spec
index 79650ce..58f6163 100644
--- a/kdelibs.spec
+++ b/kdelibs.spec
@@ -465,6 +465,10 @@ done
 install -p -m644 -D %{SOURCE10} %{buildroot}/etc/kde/env/SOLID_HAL_LEGACY.sh
 %endif
 
+# this gets installed conditionally if using cmake < 2.8.12.1
+# let's just simplify matters and make it unconditional
+rm -fv %{buildroot}%{_mandir}/man1/kdecmake.1*
+
 
 %post
 /sbin/ldconfig
@@ -584,7 +588,6 @@ gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null || :
 
 %files devel
 %doc KDE4PORTING.html
-#%{_mandir}/man1/kdecmake.1*
 %{_mandir}/man1/makekdewidgets.1*
 %{_mandir}/man1/kconfig_compiler.1*
 %{_mandir}/man1/preparetips.1*


More information about the scm-commits mailing list