[Fedora-i18n-bugs] [eekboard] Update to 0.90.5-1.

Daiki Ueno ueno at fedoraproject.org
Fri Mar 11 07:19:50 UTC 2011


commit 025512a86c020b9811ef11ea7e3e9b88d5dd6bbb
Author: Daiki Ueno <ueno at unixuser.org>
Date:   Fri Mar 11 16:21:11 2011 +0900

    Update to 0.90.5-1.

 .gitignore                |    1 +
 eekboard-annotation.patch |   25 -------------------------
 eekboard.desktop          |    9 ---------
 eekboard.spec             |   19 ++++++++++---------
 sources                   |    2 +-
 5 files changed, 12 insertions(+), 44 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f103c41..e80a000 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ eekboard-0.0.5.tar.gz
 /eekboard-0.90.2.tar.gz
 /eekboard-0.90.3.tar.gz
 /eekboard-0.90.4.tar.gz
+/eekboard-0.90.5.tar.gz
diff --git a/eekboard.spec b/eekboard.spec
index 7460161..61fb925 100644
--- a/eekboard.spec
+++ b/eekboard.spec
@@ -1,14 +1,12 @@
 Name:		eekboard
-Version:	0.90.4
-Release:	2%{?dist}
+Version:	0.90.5
+Release:	1%{?dist}
 Summary:	An Easy-to-use Virtual Keyboard Toolkit
 
 Group:		Applications/System
 License:	GPLv3+
 URL:		http://ueno.github.com/eekboard/
 Source0:	http://github.com/downloads/ueno/eekboard/eekboard-%{version}.tar.gz
-Source1:	%{name}.desktop
-Patch0:		eekboard-annotation.patch
 BuildRequires:	libfakekey-devel
 BuildRequires:	libXtst-devel
 #BuildRequires:	clutter-gtk-devel
@@ -25,6 +23,7 @@ BuildRequires:  python2-devel
 BuildRequires:  libcroco-devel
 
 Requires: eekboard-libs = %{version}-%{release}
+Requires: python-virtkey
 
 %description
 eekboard is a virtual keyboard software package, including a set of
@@ -61,7 +60,6 @@ This package contains the Python language binding of eekboard client library.
 
 %prep
 %setup -q
-%patch0 -p1 -b .annotation
 
 
 %build
@@ -73,8 +71,7 @@ make %{?_smp_mflags}
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la
-desktop-file-install --dir=${RPM_BUILD_ROOT}%{_datadir}/applications \
-%{SOURCE1}
+desktop-file-validate ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
 
 %find_lang %{name}
 
@@ -97,14 +94,15 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %{_bindir}/eekboard-server
-%{_bindir}/eekboard-desktop-client
-%{_bindir}/eekboard-client
+%{_bindir}/eekboard
 %{_bindir}/eekboard-xml
+%{_bindir}/eekboard-inscript
 %{_datadir}/dbus-1/services/eekboard-server.service
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/eekboard.png
 %{_datadir}/icons/hicolor/scalable/apps/eekboard.svg
 %{_datadir}/eekboard/
+%{_datadir}/eekboard-inscript/
 
 %files libs
 %defattr(-,root,root,-)
@@ -130,6 +128,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Fri Mar 11 2011 Daiki Ueno <dueno at redhat.com> - 0.90.5-1
+- new upstream release
+
 * Tue Mar  8 2011 Daiki Ueno <dueno at redhat.com> - 0.90.4-2
 - add eekboard-annotation.patch needed by newer pygobject2
 
diff --git a/sources b/sources
index d46594f..122d5cc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5755f4efd4c726a415db47ea2ac41868  eekboard-0.90.4.tar.gz
+f9a3aa3cc13c34732cdf0cf47c256616  eekboard-0.90.5.tar.gz


More information about the i18n-bugs mailing list