[packages/uim-tomoe-gtk] - new

qboosh qboosh at pld-linux.org
Sun Nov 18 07:22:07 CET 2012


commit 84d0348a0c58a411f94aee104eb6613bb7e7f122
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Nov 18 07:21:59 2012 +0100

    - new

 uim-tomoe-gtk.spec | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 55 insertions(+)
---
diff --git a/uim-tomoe-gtk.spec b/uim-tomoe-gtk.spec
new file mode 100644
index 0000000..7f39435
--- /dev/null
+++ b/uim-tomoe-gtk.spec
@@ -0,0 +1,55 @@
+Summary:	Tomoe helper for UIM for handwritten input
+Summary(pl.UTF-8):	Program pomocniczy UIM tomoe pozwalający na wprowadzanie pisma ręcznego
+Name:		uim-tomoe-gtk
+Version:	0.6.0
+Release:	1
+License:	LGPL v2+
+Group:		Libraries
+Source0:	http://downloads.sourceforge.net/tomoe/%{name}-%{version}.tar.gz
+# Source0-md5:	2c2573d405b9bf08c618c8dabf3b668a
+URL:		http://tomoe.sourceforge.net/
+BuildRequires:	gettext-devel
+BuildRequires:	gtk+2-devel >= 2:2.4.0
+BuildRequires:	intltool >= 0.35.0
+BuildRequires:	libstdc++-devel
+BuildRequires:	pkgconfig
+BuildRequires:	tomoe-devel >= %{version}
+BuildRequires:	tomoe-gtk-devel >= %{version}
+BuildRequires:	uim-devel
+Requires:	gtk+2 >= 2:2.4.0
+Requires:	tomoe >= %{version}
+Requires:	tomoe-gtk >= %{version}
+Requires:	uim
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+uim-tomoe-gtk is an UIM helper program for Tomoe. Tomoe is a
+handwriting recognizer which currently supports Japanese.
+
+%description -l pl.UTF-8
+uim-tomoe-gtk to program pomocniczy UIM dla Tomoe. Tomoe to system
+rozpoznawania pisma ręcznego obsługujący język japoński.
+
+%prep
+%setup -q
+
+%build
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/uim-tomoe-gtk
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/uim-tomoe-gtk.git/commitdiff/84d0348a0c58a411f94aee104eb6613bb7e7f122



More information about the pld-cvs-commit mailing list