Accepting request 660857 from KDE:Frameworks5
OBS-URL: https://build.opensuse.org/request/show/660857 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcompletion?expand=0&rev=62
This commit is contained in:
commit
b668a3f118
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 15 13:53:34 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Use noun phrase in summaries.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 09 19:43:42 UTC 2018 - lbeltrame@kde.org
|
Sun Dec 09 19:43:42 UTC 2018 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
Name: kcompletion
|
Name: kcompletion
|
||||||
Version: 5.53.0
|
Version: 5.53.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Provides widgets with advanced completion support
|
Summary: Widgets with advanced completion support
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
URL: https://www.kde.org
|
URL: https://www.kde.org
|
||||||
@ -48,7 +48,7 @@ KCompletion provides widgets with advanced completion support as well as a
|
|||||||
lower-level completion class which can be used with your own widgets.
|
lower-level completion class which can be used with your own widgets.
|
||||||
|
|
||||||
%package -n %{lname}
|
%package -n %{lname}
|
||||||
Summary: Provides widgets with advanced completion support
|
Summary: Widgets with advanced completion support
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
Recommends: %{lname}-lang = %{version}
|
Recommends: %{lname}-lang = %{version}
|
||||||
@ -59,16 +59,16 @@ KCompletion provides widgets with advanced completion support as well as a
|
|||||||
lower-level completion class which can be used with your own widgets.
|
lower-level completion class which can be used with your own widgets.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Provides widgets with advanced completion support
|
Summary: Header files for kcompletion, a widget collection with completion support
|
||||||
Group: Development/Libraries/KDE
|
Group: Development/Libraries/KDE
|
||||||
Requires: %{lname} = %{version}
|
Requires: %{lname} = %{version}
|
||||||
Requires: extra-cmake-modules
|
Requires: extra-cmake-modules
|
||||||
Requires: cmake(Qt5Widgets) >= 5.6.0
|
Requires: cmake(Qt5Widgets) >= 5.6.0
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
KCompletion provides widgets with advanced completion support as well as a
|
Development files for KCompletion, a widget collection with advanced
|
||||||
lower-level completion class which can be used with your own widgets. Development
|
completion support as well as a lower-level completion class which
|
||||||
files.
|
can be used with own widgets.
|
||||||
|
|
||||||
%lang_package -n %{lname}
|
%lang_package -n %{lname}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user