rpms/kdebindings/devel kdebindings.spec,1.277,1.278

Rex Dieter rdieter at fedoraproject.org
Sat Dec 19 03:28:00 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/kdebindings/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14995

Modified Files:
	kdebindings.spec 
Log Message:
disable ruby/csharp (ie, anything that tries to link broken smokenepomuk)



Index: kdebindings.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdebindings/devel/kdebindings.spec,v
retrieving revision 1.277
retrieving revision 1.278
diff -u -p -r1.277 -r1.278
--- kdebindings.spec	19 Dec 2009 01:52:51 -0000	1.277
+++ kdebindings.spec	19 Dec 2009 03:28:00 -0000	1.278
@@ -3,7 +3,7 @@
 ## arch'es matching mono's ExclusiveArch set
 %if 0%{?fedora} > 11
 %ifnarch sparc64
-%define csharp 1
+%define csharp 0 
 %endif
 %endif
 %if 0%{?fedora} == 11
@@ -24,7 +24,7 @@
 %define falcon 1
 %endif
 %define php 1
-%define ruby 1
+%define ruby 0 
 %define smoke 1
 %define java 0
 %endif
@@ -70,16 +70,7 @@ Patch0:  kdebindings-4.3.85-qyoto_no_exa
 # WARNING: This is a bunch of quick hacks to get this to build. Please do not
 #          commit this upstream without further discussion.
 Patch1:  kdebindings-4.3.75-no-rpath.patch
-# fix the NepomukSmoke build by blacklisting
-# Nepomuk::ResourceManager::generateUniqueUri
-# also fix the PyKDE4 Akonadi and Phonon bindings to build
-# (The Phonon change is a workaround for a missing .sip file, the other stuff is
-# APIs which are just not there to bind.)
-Patch2:  kdebindings-4.3.80-fix-build.patch
-
 ## upstream patches
-# fix the PyKDE4 kdeui bindings to build
-# http://websvn.kde.org/?view=revision&revision=1060018
 
 BuildRequires:  akonadi-devel >= %{akonadi_version} 
 BuildRequires:  kdebase-workspace-devel >= %{version}
@@ -557,6 +548,7 @@ fi
 %changelog
 * Fri Dec 18 2009 Rex Dieter <rdieter at fedoraproject.org> - 4.3.85-1
 - kde-4.3.85 (4.4beta2)
+- disable ruby/csharp (ie, anything that tries to link broken smokenepomuk)
 
 * Sat Dec 12 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> - 4.3.80-3
 - fix NepomukSmoke build (blacklist Nepomuk::ResourceManager::generateUniqueUri)




More information about the scm-commits mailing list