[Fedora-i18n-bugs] [eekboard] Don't link against CSPI-1.0 (fixes #697546).

Daiki Ueno ueno at fedoraproject.org
Tue Apr 19 01:00:02 UTC 2011


commit f5ba6bb6f11779e6ae3cce1fb58beb9068b7faa5
Author: Daiki Ueno <ueno at unixuser.org>
Date:   Tue Apr 19 09:59:25 2011 +0900

    Don't link against CSPI-1.0 (fixes #697546).

 eekboard.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/eekboard.spec b/eekboard.spec
index 066ddb7..9665c6e 100644
--- a/eekboard.spec
+++ b/eekboard.spec
@@ -1,6 +1,6 @@
 Name:		eekboard
 Version:	0.90.6
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	An Easy-to-use Virtual Keyboard Toolkit
 
 Group:		Applications/System
@@ -65,7 +65,7 @@ This package contains the Python language binding of eekboard client library.
 
 
 %build
-%configure --disable-static --with-gtk=3.0
+%configure --disable-static --with-gtk=3.0 --disable-cspi
 make %{?_smp_mflags}
 
 
@@ -130,6 +130,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Tue Apr 19 2011 Daiki Ueno <dueno at redhat.com> - 0.90.6-3
+- don't link against CSPI-1.0 (fixes #697546)
+
 * Fri Apr 15 2011 Daiki Ueno <dueno at redhat.com> - 0.90.6-2
 - apply a patch to fix Exec in desktop file
 


More information about the i18n-bugs mailing list