Accepting request 226660 from home:ftake:branches:M17N
fix typo in changes OBS-URL: https://build.opensuse.org/request/show/226660 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=99
This commit is contained in:
12
ibus.spec
12
ibus.spec
@@ -19,22 +19,23 @@
|
||||
%define with_automatic_config 1
|
||||
|
||||
Name: ibus
|
||||
Version: 1.5.5
|
||||
Version: 1.5.6
|
||||
Release: 0
|
||||
Url: http://code.google.com/p/ibus/
|
||||
Summary: Intelligent Input Bus for Linux OS
|
||||
License: LGPL-2.1+
|
||||
Group: System/I18n/Chinese
|
||||
|
||||
Source: http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
|
||||
Source: https://github.com/ibus/ibus/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||
Source2: ibus-README.suse
|
||||
Source3: xim.ibus.suse.template
|
||||
Source4: xim.d-ibus-121
|
||||
Source5: kde.tar.gz
|
||||
Source6: kde-12.2.tar.gz
|
||||
# PATCH-FIX-OPENSUSE ibus-python-install-dir.patch ftake@geeko.jp
|
||||
Patch0: ibus-python-install-dir.patch
|
||||
# PATCH-FEATURE-UPSTREAM add-libgnomekbd-and-load-preload-engines.patch Issue 1641 ftake@geeko.jp
|
||||
%if %{with_automatic_config}
|
||||
# PATCH-FEATURE-UPSTREAM add-libgnomekbd-and-load-preload-engines.patch Issue 1641 ftake@geeko.jp
|
||||
Patch1: add-libgnomekbd-and-load-preload-engines.patch
|
||||
# PATCH-FEATURE-UPSTREAM reload-preload-engines-until-users-customize-the-list.patch Issue 1641 ftake@geeko.jp
|
||||
Patch2: reload-preload-engines-until-users-customize-the-list.patch
|
||||
@@ -73,7 +74,7 @@ BuildRequires: pkg-config
|
||||
BuildRequires: python >= 2.5
|
||||
BuildRequires: python-gobject2-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(vapigen) >= 0.16
|
||||
BuildRequires: pkgconfig(vapigen) >= 0.18
|
||||
Requires: dbus-1-python
|
||||
Requires: dconf
|
||||
Requires: iso-codes
|
||||
@@ -87,7 +88,6 @@ Recommends: %{name}-lang
|
||||
#Fix cursor following problem in KDE4 for libreoffice.
|
||||
Supplements: packageand(libreoffice:libreoffice-gnome)
|
||||
|
||||
%define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")
|
||||
%define gtk_binary_version %(pkg-config --variable=gtk_binary_version gtk+-2.0)
|
||||
|
||||
%description
|
||||
@@ -342,7 +342,7 @@ dconf update
|
||||
|
||||
%files -n python-ibus
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/python2.7/site-packages/ibus
|
||||
%{python_sitearch}/ibus
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
|
Reference in New Issue
Block a user