Update descriptions, part5

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kxmlgui?expand=0&rev=8
This commit is contained in:
Hrvoje Senjan 2014-02-12 02:45:45 +00:00 committed by Git OBS Bridge
parent 9171ec5dff
commit 1cc7db4f86

View File

@ -42,7 +42,7 @@ BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0 BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0
BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(x11)
Summary: KDE Base Libraries Summary: Framework for managing menu and toolbar actions
License: LGPL-2.1+ License: LGPL-2.1+
Group: System/GUI/KDE Group: System/GUI/KDE
Url: http://www.kde.org Url: http://www.kde.org
@ -50,21 +50,23 @@ Source0: kxmlgui-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
This package contains the core libraries of the K Desktop Environment. libkxmlgui provides a framework for managing menu and toolbar actions in an
abstract way. The actions are configured through a XML description and hooks
This package is absolutely necessary for using KDE applications. in the application code. The framework supports merging of multiple
description for example for integrating actions from plugins.
%package -n %lname %package -n %lname
Summary: KDE Core Libraries Summary: Framework for managing menu and toolbar actions
Group: System/GUI/KDE Group: System/GUI/KDE
%description -n %lname %description -n %lname
This package contains the core libraries of the K Desktop Environment. libkxmlgui provides a framework for managing menu and toolbar actions in an
abstract way. The actions are configured through a XML description and hooks
This package is absolutely necessary for using KDE applications. in the application code. The framework supports merging of multiple
description for example for integrating actions from plugins.
%package devel %package devel
Summary: KDE Core Libraries: Build Environment Summary: Framework for managing menu and toolbar actions
Group: Development/Libraries/KDE Group: Development/Libraries/KDE
Requires: %lname = %{version} Requires: %lname = %{version}
Requires: attica-qt5-devel >= %{_kf5_version} Requires: attica-qt5-devel >= %{_kf5_version}
@ -82,8 +84,10 @@ Requires: pkgconfig(Qt5DBus) >= 5.2.0
Requires: pkgconfig(Qt5Xml) >= 5.2.0 Requires: pkgconfig(Qt5Xml) >= 5.2.0
%description devel %description devel
This package contains all necessary include files and libraries needed libkxmlgui provides a framework for managing menu and toolbar actions in an
to develop non-graphical KDE applications. abstract way. The actions are configured through a XML description and hooks
in the application code. The framework supports merging of multiple
description for example for integrating actions from plugins. Development files.
%prep %prep
%setup -q %setup -q