diff --git a/tomoe-gtk.spec b/tomoe-gtk.spec index ebf59a2..be143f7 100644 --- a/tomoe-gtk.spec +++ b/tomoe-gtk.spec @@ -1,13 +1,13 @@ -%define tomoe_ver 0.6.0 +%global tomoe_ver 0.6.0 Name: tomoe-gtk Version: %{tomoe_ver} -Release: 17%{?dist} +Release: 18%{?dist} Summary: Gtk library for tomoe for Japanese and Chinese handwritten input Group: System Environment/Libraries License: LGPLv2+ -URL: http://scim-imengine.sourceforge.jp/ +URL: http://tomoe.sourceforge.jp/ Source0: http://dl.sourceforge.net/sourceforge/tomoe/%{name}-%{version}.tar.gz Patch0: %{name}-0.6.0-rpath.patch Patch1: %{name}-0.6.0-cflags.patch @@ -15,6 +15,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: tomoe >= %{tomoe_ver} Obsoletes: libtomoe-gtk < 0.6.0-4 +Provides: libtomoe-gtk = %{version}-%{release} BuildRequires: libtool BuildRequires: autoconf, automake BuildRequires: tomoe-devel >= %{tomoe_ver}, gtk2-devel, pygtk2-devel @@ -26,6 +27,7 @@ BuildRequires: gettext %{!?pyver: %define pyver %(python -c 'import sys; print(sys.version[0:3])')} %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define project_python_dir %{python_sitearch}/%{name} +%global __provides_exclude_from ^%{python_sitearch}/gtk-2.0/tomoegtk\\.so$ %description Gtk library for tomoe Japanese handwritten input. @@ -53,7 +55,7 @@ Install this if you want to develop programs which will use libtomoe-gtk. %patch1 -p0 -b .cflags %build -autoreconf -iv +autoreconf -ivf %configure --disable-static --without-gucharmap --disable-dependency-tracking --disable-rpath make %{?_smp_mflags} RPM_CFLAGS="$RPM_OPT_FLAGS" @@ -102,6 +104,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/gtk-2.0/tomoegtk.so %changelog +* Thu Apr 25 2013 Ding-Yi Chen - 0.6.0-18 +- Fixed Bug 926646 - tomoe-gtk: Does not support aarch64 in f19 and rawhide + * Fri Feb 15 2013 Fedora Release Engineering - 0.6.0-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild