Browse Source

ibus-anthy 1.4.99.20121006-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7191 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 11 years ago
parent
commit
cc796715bd
1 changed files with 23 additions and 3 deletions
  1. 23 3
      i/ibus-anthy/ibus-anthy-vl.spec

+ 23 - 3
i/ibus-anthy/ibus-anthy-vl.spec

@@ -1,5 +1,5 @@
-%define	ver	1.2.6
-%define	rel	2
+%define	ver	1.4.99.20121006
+%define	rel	1
 
 Name: ibus-anthy
 Version: %{ver}
@@ -11,6 +11,10 @@ URL: http://code.google.com/p/ibus/
 Source0: %{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 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
 
 Vendor: Project Vine
@@ -32,6 +36,8 @@ make %{?_smp_mflags}
 rm -rf %{buildroot}
 make DESTDIR=%{buildroot} install
 
+rm -f %{buildroot}%{_libdir}/*.la
+
 %find_lang %{name}
 
 %clean
@@ -45,12 +51,26 @@ make check
 %doc AUTHORS COPYING ChangeLog NEWS README
 %{_libexecdir}/ibus-engine-anthy
 %{_libexecdir}/ibus-setup-anthy
-%{python_sitearch}/*
+%{_libdir}/libanthygobject*.so*
+%{_libdir}/girepository-1.0/Anthy-*.typelib
 %dir %{_datadir}/ibus-anthy
 %{_datadir}/ibus-anthy/*
 %{_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
+* 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
 - rebuild with python-2.7.2