Accepting request 610236 from home:jengelh:branches:M17N

- Trim filler wording from descriptions.
- Update Summaries and RPM groups.

OBS-URL: https://build.opensuse.org/request/show/610236
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=189
This commit is contained in:
Hillwood Yang 2018-05-21 14:56:54 +00:00 committed by Git OBS Bridge
parent dbe83e698d
commit a034d5de07
4 changed files with 31 additions and 17 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 18 07:33:49 UTC 2018 - jengelh@inai.de
- Trim filler wording from descriptions.
- Update Summaries and RPM groups.
-------------------------------------------------------------------
Thu Apr 19 13:57:45 UTC 2018 - hillwood@opensuse.org

View File

@ -28,7 +28,7 @@
Name: ibus
Version: 1.5.18
Release: 0
Summary: Intelligent Input Bus for Linux OS
Summary: The "Intelligent Input Bus" input method
License: LGPL-2.1-or-later
Group: System/I18n/Chinese
Url: https://github.com/ibus/
@ -124,37 +124,38 @@ Conflicts: fcitx
%endif
%description
IBus means Intelligent Input Bus. It is a new input framework for Linux OS. It provides
full featured and user friendly input method user interface. It also may help
developers to develop input method easily.
IBus, short for Intelligent Input Bus, is an input framework. IBus
plugins then provide the particular logic how to translate keypresses
to input characters and possibly show disambiguation windows around
the text cursor.
%package -n libibus-1_0-5
Summary: IBus libraries
Group: System/I18n/Chinese
Group: System/Libraries
Obsoletes: libibus-1_0-0
%description -n libibus-1_0-5
This package contains the libraries for IBus
%package -n typelib-1_0-IBus-1_0
Summary: IBus libraries -- Introspection bindings
Group: System/I18n/Chinese
Summary: Introspection bindings for IBus
Group: System/Libraries
%description -n typelib-1_0-IBus-1_0
This package contains the introspection bindings for the IBus library.
%package gtk
Summary: IBus im module for gtk2
Summary: IBus input method support for gtk2 applications
Group: System/I18n/Chinese
Requires: %{name} = %{version}
Supplements: packageand(ibus:gtk2)
%{gtk2_immodule_requires}
%description gtk
This package contains ibus im module for gtk2
This package contains ibus im module for use by gtk2.
%package gtk3
Summary: IBus im module for gtk3
Summary: IBus input method support for gtk3 applications
Group: System/I18n/Chinese
BuildRequires: gtk3-devel
Requires: %{name} = %{version}
@ -162,15 +163,15 @@ Supplements: packageand(ibus:gtk3)
%{gtk3_immodule_requires}
%description gtk3
This package contains ibus im module for gtk3
This package contains ibus im module for use by gtk3.
%package -n python3-ibus
Summary: Python3 module for ibus
Group: System/I18n/Chinese
Group: Development/Languages/Python
Requires: %{name} = %{version}
%description -n python3-ibus
This package contains python3 module for ibus
This package contains the python3 module for ibus
%package devel
Summary: Development tools for ibus

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 18 07:33:49 UTC 2018 - jengelh@inai.de
- Trim filler wording from descriptions.
- Update Summaries and RPM groups.
-------------------------------------------------------------------
Fri Apr 13 07:36:11 UTC 2018 - hillwood@opensuse.org

View File

@ -22,7 +22,7 @@ Name: python-ibus
Version: 1.5.18
Release: 0
Summary: Python2 module for ibus
License: LGPL-2.1+
License: LGPL-2.1-or-later
Group: System/I18n/Chinese
Url: https://github.com/ibus/
Source: https://github.com/ibus/ibus/releases/download/%{version}/%{_name}-%{version}.tar.gz
@ -61,9 +61,10 @@ Requires: python-gobject
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
IBus means Intelligent Input Bus. It is a new input framework for Linux OS. It provides
full featured and user friendly input method user interface. It also may help
developers to develop input method easily.
IBus, short for Intelligent Input Bus, is an input framework. IBus
plugins then provide the particular logic how to translate keypresses
to input characters and possibly show disambiguation windows around
the text cursor.
%prep
%setup -q -n %{_name}-%{version}