[kdebindings] a few more ftbfs fixes (pykde4 bits (re)moved)

Rex Dieter rdieter at fedoraproject.org
Sat Jan 8 16:08:07 UTC 2011


commit b34d5962587715896555551da3673b8f46c61fb2
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Sat Jan 8 10:06:49 2011 -0600

    a few more ftbfs fixes (pykde4 bits (re)moved)

 kdebindings.spec |   17 ++++++++---------
 1 files changed, 8 insertions(+), 9 deletions(-)
---
diff --git a/kdebindings.spec b/kdebindings.spec
index 9d6888e..124ae8f 100644
--- a/kdebindings.spec
+++ b/kdebindings.spec
@@ -94,6 +94,14 @@ BuildRequires:  ruby
 BuildRequires:  java-1.6.0-openjdk-devel
 %endif
 
+## FIXME/TODO
+#-- The following OPTIONAL packages could NOT be located on your system.
+#-- Consider installing them to enable more features from this software.
+#-----------------------------------------------------------------------------
+#   * Qwt5 for Qt4  <http://qwt.sourceforge.net>
+#     Qwt5 libraries for Qt4
+#     Needed to compile Qwt5 bindings
+
 Requires:       kdelibs4 >= %{version}
 
 %if ! 0%{?devel}
@@ -313,15 +321,6 @@ make %{?_smp_mflags} -C %{_target_platform}
 rm -rf %{buildroot}
 make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 
-# zap polkit-qt stuff which gets installed even without polkit-qt available
-rm -rf %{buildroot}%{_kde4_datadir}/sip/PyKDE4/polkitqt/
-rm -rf %{buildroot}%{_kde4_appsdir}/pykde4/examples/polkitqtExamples/
-
-# install pykde4 examples under correct dir
-mkdir -p %{buildroot}%{_docdir}
-rm -f %{buildroot}%{_kde4_appsdir}/pykde4/examples/*.py?
-mv %{buildroot}%{_kde4_appsdir}/pykde4 %{buildroot}%{_docdir}/
-
 # bz#551534 - qyoto doesn't pull mono in
 %if 0%{?csharp}
 find %{buildroot} -name \*.dll -not -type l | xargs chmod ugo+x


More information about the scm-commits mailing list