forked from pool/kbookmarks
Accepting request 630748 from home:jengelh:branches:KDE:Frameworks5
- Use noun phrase in summary; use complete sentences in description. summary should match "X is-a [...]" OBS-URL: https://build.opensuse.org/request/show/630748 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kbookmarks?expand=0&rev=150
This commit is contained in:
parent
08864fec05
commit
2a05e40bcb
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 21 09:36:22 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Use noun phrase in summary; use complete sentences in description.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 19 09:18:49 UTC 2018 - christophe@krop.fr
|
Sun Aug 19 09:18:49 UTC 2018 - christophe@krop.fr
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
Name: kbookmarks
|
Name: kbookmarks
|
||||||
Version: 5.49.0
|
Version: 5.49.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Lets you access and manipulate bookmarks stored using XBEL format
|
Summary: Framework for manipulating bookmarks in XBEL format
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
URL: http://www.kde.org
|
URL: http://www.kde.org
|
||||||
@ -51,20 +51,22 @@ BuildRequires: cmake(Qt5LinguistTools) >= 5.6.0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Framework which lets you access and manipulate bookmarks stored using XBEL format
|
This is a framework for accessing and manipulating bookmarks using
|
||||||
|
the XBEL format.
|
||||||
|
|
||||||
%package -n %{lname}
|
%package -n %{lname}
|
||||||
Summary: Lets you access and manipulate bookmarks stored using XBEL format
|
Summary: Framework for manipulating bookmarks in XBEL format
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
Recommends: %{lname}-lang = %{version}
|
Recommends: %{lname}-lang = %{version}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description -n %{lname}
|
%description -n %{lname}
|
||||||
Framework which lets you access and manipulate bookmarks stored using XBEL format
|
This is a framework for accessing and manipulating bookmarks using
|
||||||
|
the XBEL format.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Lets you access and manipulate bookmarks stored using XBEL format: Build Environment
|
Summary: Development files for kbookmarks, a XBEL format bookmark manipulation framework
|
||||||
Group: Development/Libraries/KDE
|
Group: Development/Libraries/KDE
|
||||||
Requires: %{lname} = %{version}
|
Requires: %{lname} = %{version}
|
||||||
Requires: extra-cmake-modules
|
Requires: extra-cmake-modules
|
||||||
@ -73,8 +75,8 @@ Requires: cmake(Qt5Widgets) >= 5.6.0
|
|||||||
Requires: cmake(Qt5Xml) >= 5.6.0
|
Requires: cmake(Qt5Xml) >= 5.6.0
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Framework which lets you access and manipulate bookmarks stored using XBEL format.
|
Development files for kbookmarks, a framework for accessing and
|
||||||
Development files
|
manipulating bookmarks using the XBEL format.
|
||||||
|
|
||||||
%lang_package -n %{lname}
|
%lang_package -n %{lname}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user