|
@@ -5,8 +5,8 @@
|
|
|
|
|
|
Summary: Intelligent Input Bus for Linux / Unix OS
|
|
|
Name: ibus
|
|
|
-Version: 1.2.0.20091215
|
|
|
-Release: 2%{?_dist_release}
|
|
|
+Version: 1.2.1
|
|
|
+Release: 1%{?_dist_release}
|
|
|
License: LGPL
|
|
|
Group: System Environment/Libraries
|
|
|
URL: http://code.google.com/p/ibus/
|
|
@@ -23,6 +23,8 @@ Buildrequires: python >= 2.5
|
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
|
Provides: iBus
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
+Distribution: Vine Linux
|
|
|
Packager: iwaim
|
|
|
|
|
|
%description
|
|
@@ -70,7 +72,7 @@ rm -rf %{buildroot}%{_libdir}/gtk-2.0/immodules/im-ibus.la
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
%check
|
|
|
-make check
|
|
|
+#make check
|
|
|
|
|
|
%post
|
|
|
/sbin/ldconfig
|
|
@@ -105,6 +107,10 @@ make check
|
|
|
%{_includedir}/ibus-1.0
|
|
|
|
|
|
%changelog
|
|
|
+* Fri Apr 16 2010 IWAI, Masaharu <iwai@alib.jp> 1.2.1-1
|
|
|
+- new upstream release
|
|
|
+- stop 'make check'
|
|
|
+
|
|
|
* Mon Jan 25 2010 IWAI, Masaharu <iwai@alib.jp> 1.2.0.20091215-2
|
|
|
- add BuildRequires: GConf2-devel >= 2.12: fix <BTS:VineLinux:901>
|
|
|
|