update to 0.1.1.20090203
This commit is contained in:
parent
6f04ad2bf9
commit
f33bbfecc8
@ -1 +1 @@
|
|||||||
ibus-0.1.1.20081023.tar.gz
|
ibus-0.1.1.20090203.tar.gz
|
||||||
|
10
ibus.spec
10
ibus.spec
@ -2,8 +2,8 @@
|
|||||||
%{!?gtk_binary_version: %define gtk_binary_version %(pkg-config --variable=gtk_binary_version gtk+-2.0)}
|
%{!?gtk_binary_version: %define gtk_binary_version %(pkg-config --variable=gtk_binary_version gtk+-2.0)}
|
||||||
%define mod_path ibus-0.1
|
%define mod_path ibus-0.1
|
||||||
Name: ibus
|
Name: ibus
|
||||||
Version: 0.1.1.20081023
|
Version: 0.1.1.20090203
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Intelligent Input Bus for Linux OS
|
Summary: Intelligent Input Bus for Linux OS
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -13,6 +13,8 @@ Source1: xinput-ibus
|
|||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
|
%define glib_ver %([ -a %{_libdir}/pkgconfig/glib-2.0.pc ] && pkg-config --modversion glib-2.0 | cut -d. -f 1,2 || echo -n "999")
|
||||||
|
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
@ -26,6 +28,7 @@ Requires(post): %{_sbindir}/alternatives
|
|||||||
Requires(postun): desktop-file-utils
|
Requires(postun): desktop-file-utils
|
||||||
Requires(postun): %{_sbindir}/alternatives
|
Requires(postun): %{_sbindir}/alternatives
|
||||||
|
|
||||||
|
Requires: glib2 >= %{glib_ver}
|
||||||
Requires: pygtk2
|
Requires: pygtk2
|
||||||
Requires: dbus-python >= 0.83.0
|
Requires: dbus-python >= 0.83.0
|
||||||
Requires: gnome-python2-gconf
|
Requires: gnome-python2-gconf
|
||||||
@ -147,6 +150,9 @@ fi
|
|||||||
%{_libdir}/qt4/plugins/inputmethods/libibus.so
|
%{_libdir}/qt4/plugins/inputmethods/libibus.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 03 2009 Huang Peng <shawn.p.huang@gmail.com> - 0.1.1.20090203-1
|
||||||
|
- Update to 0.1.1.20090203.
|
||||||
|
|
||||||
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.1.1.20081023-3
|
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.1.1.20081023-3
|
||||||
- Rebuild for Python 2.6
|
- Rebuild for Python 2.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user