[kdebindings] - disable broken mono (f15+)

Rex Dieter rdieter at fedoraproject.org
Sat Oct 23 19:41:04 UTC 2010


commit d811db533269cda36c4fc22f52f94fb96d95e0af
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Sat Oct 23 14:47:19 2010 -0500

    - disable broken mono (f15+)

 kdebindings.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/kdebindings.spec b/kdebindings.spec
index b2578b9..85bd02b 100644
--- a/kdebindings.spec
+++ b/kdebindings.spec
@@ -8,10 +8,12 @@
 # php, ruby and csharp depend on smoke
 %define php 1
 %define ruby 1
+%if 0%{?fedora} < 15
 # arch'es matching mono's Arch set
 %ifnarch sparc64
 %define csharp 1
 %endif
+%endif
 %define java 0
 %endif
 
@@ -558,6 +560,7 @@ fi
 %changelog
 * Sat Oct 23 2010 Rex Dieter <rdieter at fedoraproject.org> - 4.5.2-4
 - rebuild (sip/PyQt4)
+- disable broken mono (f15+)
 
 * Wed Oct 20 2010 Rex Dieter <rdieter at fedoraproject.org> - 4.5.2-3
 - No ABI check in php-qt (#644914)


More information about the scm-commits mailing list