|
@@ -1,16 +1,19 @@
|
|
# -*- coding: utf-8 -*-
|
|
# -*- coding: utf-8 -*-
|
|
-Summary: Open-Source Chinese and Japanese Handwriting Recognition
|
|
|
|
-Summary: オープンソースの中国語/日本語手書き認識
|
|
|
|
Name: tegaki-recognize
|
|
Name: tegaki-recognize
|
|
Version: 0.3.1.2
|
|
Version: 0.3.1.2
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
|
|
+Summary: Open-Source Chinese and Japanese Handwriting Recognition
|
|
|
|
+Summary(ja): オープンソースの中国語/日本語手書き認識
|
|
|
|
+
|
|
License: GPLv2
|
|
License: GPLv2
|
|
Group: Applications/System
|
|
Group: Applications/System
|
|
URL: http://www.tegaki.org/
|
|
URL: http://www.tegaki.org/
|
|
Source0: http://www.tegaki.org/releases/%{version}/%{name}-%{version}.tar.gz
|
|
Source0: http://www.tegaki.org/releases/%{version}/%{name}-%{version}.tar.gz
|
|
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRequires: python-devel
|
|
BuildRequires: python-devel
|
|
-BuildRequires(check): desktop-file-utils
|
|
+BuildRequires: desktop-file-utils
|
|
|
|
+Requires(post): desktop-file-utils
|
|
|
|
+Requires(postun): desktop-file-utils
|
|
Requires: tegaki-pygtk >= 0.2
|
|
Requires: tegaki-pygtk >= 0.2
|
|
Requires: tegaki-model
|
|
Requires: tegaki-model
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
@@ -38,12 +41,12 @@ Open-Source Chinese and Japanese Handwriting Recognition
|
|
|
|
|
|
%post
|
|
%post
|
|
if [ -x %{_bindir}/update-desktop-database ] ; then
|
|
if [ -x %{_bindir}/update-desktop-database ] ; then
|
|
-%{_bindir}/update-desktop-database %{_datadir}/applications
|
|
+ %{_bindir}/update-desktop-database %{_datadir}/applications
|
|
fi
|
|
fi
|
|
|
|
|
|
%postun
|
|
%postun
|
|
if [ -x %{_bindir}/update-desktop-database ] ; then
|
|
if [ -x %{_bindir}/update-desktop-database ] ; then
|
|
-%{_bindir}/update-desktop-database %{_datadir}/applications
|
|
+ %{_bindir}/update-desktop-database %{_datadir}/applications
|
|
fi
|
|
fi
|
|
|
|
|
|
%files
|
|
%files
|
|
@@ -53,8 +56,12 @@ fi
|
|
%{_datadir}/applications/%{name}.desktop
|
|
%{_datadir}/applications/%{name}.desktop
|
|
%{_datadir}/menu/tegaki-recognize
|
|
%{_datadir}/menu/tegaki-recognize
|
|
%{_datadir}/pixmaps/tegaki-recognize.svg
|
|
%{_datadir}/pixmaps/tegaki-recognize.svg
|
|
|
|
+%{python_sitelib}/tegaki_recognize*.egg-info
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Jun 19 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.3.1.2-2
|
|
|
|
+- rebuilt on current VineSeed
|
|
|
|
+
|
|
* Wed Jun 9 2010 IWAI, Masaharu <iwai@alib.jp> 0.3.1.2-1
|
|
* Wed Jun 9 2010 IWAI, Masaharu <iwai@alib.jp> 0.3.1.2-1
|
|
- Initial build.
|
|
- Initial build.
|
|
|
|
|