|
@@ -1,5 +1,5 @@
|
|
-%define ver 1.2.6
|
|
+%define ver 1.4.99.20121006
|
|
-%define rel 2
|
|
+%define rel 1
|
|
|
|
|
|
Name: ibus-anthy
|
|
Name: ibus-anthy
|
|
Version: %{ver}
|
|
Version: %{ver}
|
|
@@ -11,6 +11,10 @@ URL: http://code.google.com/p/ibus/
|
|
Source0: %{name}-%{version}.tar.gz
|
|
Source0: %{name}-%{version}.tar.gz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: gettext, libtool, python-devel >= 2.5, anthy-devel, swig
|
|
BuildRequires: gettext, libtool, python-devel >= 2.5, anthy-devel, swig
|
|
|
|
+BuildRequires: glib2-devel >= 2.26.0
|
|
|
|
+BuildRequires: gobject-introspection-devel
|
|
|
|
+BuildRequires: pygobject3-devel
|
|
|
|
+BuildRequires: ibus-devel
|
|
Requires: ibus, anthy
|
|
Requires: ibus, anthy
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
@@ -32,6 +36,8 @@ make %{?_smp_mflags}
|
|
rm -rf %{buildroot}
|
|
rm -rf %{buildroot}
|
|
make DESTDIR=%{buildroot} install
|
|
make DESTDIR=%{buildroot} install
|
|
|
|
|
|
|
|
+rm -f %{buildroot}%{_libdir}/*.la
|
|
|
|
+
|
|
%find_lang %{name}
|
|
%find_lang %{name}
|
|
|
|
|
|
%clean
|
|
%clean
|
|
@@ -45,12 +51,26 @@ make check
|
|
%doc AUTHORS COPYING ChangeLog NEWS README
|
|
%doc AUTHORS COPYING ChangeLog NEWS README
|
|
%{_libexecdir}/ibus-engine-anthy
|
|
%{_libexecdir}/ibus-engine-anthy
|
|
%{_libexecdir}/ibus-setup-anthy
|
|
%{_libexecdir}/ibus-setup-anthy
|
|
-%{python_sitearch}/*
|
|
+%{_libdir}/libanthygobject*.so*
|
|
|
|
+%{_libdir}/girepository-1.0/Anthy-*.typelib
|
|
%dir %{_datadir}/ibus-anthy
|
|
%dir %{_datadir}/ibus-anthy
|
|
%{_datadir}/ibus-anthy/*
|
|
%{_datadir}/ibus-anthy/*
|
|
%{_datadir}/ibus/component/anthy.xml
|
|
%{_datadir}/ibus/component/anthy.xml
|
|
|
|
+%{_datadir}/icons/hicolor/scalable/apps/ibus-anthy.svg
|
|
|
|
+%{_datadir}/gir-1.0/Anthy-*.gir
|
|
|
|
+%{_datadir}/applications/ibus-setup-anthy.desktop
|
|
|
|
+%{_includedir}/ibus-anthy-1.0
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Nov 17 2012 IWAI, Masaharu <iwai@alib.jp> 1.4.99.20121006-1
|
|
|
|
+- new upstream release
|
|
|
|
+- add BuildRequires
|
|
|
|
+ - glib2-devel >= 2.26.0
|
|
|
|
+ - gobject-introspection-devel
|
|
|
|
+ - pygobject3-devel
|
|
|
|
+ - ibus-devel
|
|
|
|
+- update %%files
|
|
|
|
+
|
|
* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.6-2
|
|
* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.6-2
|
|
- rebuild with python-2.7.2
|
|
- rebuild with python-2.7.2
|
|
|
|
|