From a034d5de0792a9b82b899366358f4df050ba289408c5a9545e5726f319f9a66c Mon Sep 17 00:00:00 2001 From: Hillwood Yang Date: Mon, 21 May 2018 14:56:54 +0000 Subject: [PATCH] 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 --- ibus.changes | 6 ++++++ ibus.spec | 27 ++++++++++++++------------- python-ibus.changes | 6 ++++++ python-ibus.spec | 9 +++++---- 4 files changed, 31 insertions(+), 17 deletions(-) diff --git a/ibus.changes b/ibus.changes index 64e2f6c..e7303dc 100644 --- a/ibus.changes +++ b/ibus.changes @@ -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 diff --git a/ibus.spec b/ibus.spec index 3c93193..56c77f0 100644 --- a/ibus.spec +++ b/ibus.spec @@ -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 diff --git a/python-ibus.changes b/python-ibus.changes index 5176242..914f223 100644 --- a/python-ibus.changes +++ b/python-ibus.changes @@ -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 diff --git a/python-ibus.spec b/python-ibus.spec index f53d7c4..8fd7b39 100644 --- a/python-ibus.spec +++ b/python-ibus.spec @@ -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}