[Fedora-i18n-bugs] [eekboard/f15/master] Update to 0.90.2-1.

Daiki Ueno ueno at fedoraproject.org
Thu Feb 24 09:11:26 UTC 2011


commit 5672ed78fb9ef0fbf457d754f45bc200ec1d5b1e
Author: Daiki Ueno <ueno at unixuser.org>
Date:   Thu Feb 24 18:12:49 2011 +0900

    Update to 0.90.2-1.

 .gitignore    |    1 +
 eekboard.spec |   19 ++++++++++++++++++-
 sources       |    2 +-
 3 files changed, 20 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3040d4a..30786ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ eekboard-0.0.5.tar.gz
 /eekboard-0.0.6.tar.gz
 /eekboard-0.0.7.tar.gz
 /eekboard-0.90.1.tar.gz
+/eekboard-0.90.2.tar.gz
diff --git a/eekboard.spec b/eekboard.spec
index 7d981ff..3f3d5f4 100644
--- a/eekboard.spec
+++ b/eekboard.spec
@@ -1,5 +1,5 @@
 Name:		eekboard
-Version:	0.90.1
+Version:	0.90.2
 Release:	1%{?dist}
 Summary:	A Virtual Keyboard for GNOME 
 
@@ -20,6 +20,7 @@ BuildRequires:	gir-repository-devel
 %endif
 BuildRequires:	intltool desktop-file-utils
 BuildRequires:  gobject-introspection-devel
+BuildRequires:  python2-devel
 
 Requires: eekboard-libs = %{version}-%{release}
 
@@ -47,6 +48,15 @@ Requires:	gtk-doc
 %description devel
 This package contains the development tools for eekboard.
 
+%package python
+Summary:	Python binding of eekboard client library
+Group:		System Environment/Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description python
+This package contains the Python language binding of eekboard client library.
+
+
 %prep
 %setup -q
 
@@ -110,8 +120,15 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 # GFDL
 %{_datadir}/gtk-doc/html/*
 
+%files python
+%defattr(-,root,root,-)
+%{python_sitelib}/eekboard/
+
 
 %changelog
+* Thu Feb 24 2011 Daiki Ueno <dueno at redhat.com> - 0.90.2-1
+- new upstream release
+
 * Wed Feb 23 2011 Daiki Ueno <dueno at redhat.com> - 0.90.1-1
 - new upstream release
 
diff --git a/sources b/sources
index 910ee91..f4acb7a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-69c4b483743a2263f419a8ae9c9b87b0  eekboard-0.90.1.tar.gz
+62c4201ff870c6d7f8748c7cf818dfcd  eekboard-0.90.2.tar.gz


More information about the i18n-bugs mailing list