diff --git a/kxmlgui.spec b/kxmlgui.spec index d7690f9..b019ea1 100644 --- a/kxmlgui.spec +++ b/kxmlgui.spec @@ -42,7 +42,7 @@ BuildRequires: pkgconfig(Qt5Test) >= 5.2.0 BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0 BuildRequires: pkgconfig(x11) -Summary: KDE Base Libraries +Summary: Framework for managing menu and toolbar actions License: LGPL-2.1+ Group: System/GUI/KDE Url: http://www.kde.org @@ -50,21 +50,23 @@ Source0: kxmlgui-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -This package contains the core libraries of the K Desktop Environment. - -This package is absolutely necessary for using KDE applications. +libkxmlgui provides a framework for managing menu and toolbar actions in an +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. %package -n %lname -Summary: KDE Core Libraries +Summary: Framework for managing menu and toolbar actions Group: System/GUI/KDE %description -n %lname -This package contains the core libraries of the K Desktop Environment. - -This package is absolutely necessary for using KDE applications. +libkxmlgui provides a framework for managing menu and toolbar actions in an +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. %package devel -Summary: KDE Core Libraries: Build Environment +Summary: Framework for managing menu and toolbar actions Group: Development/Libraries/KDE Requires: %lname = %{version} Requires: attica-qt5-devel >= %{_kf5_version} @@ -82,8 +84,10 @@ Requires: pkgconfig(Qt5DBus) >= 5.2.0 Requires: pkgconfig(Qt5Xml) >= 5.2.0 %description devel -This package contains all necessary include files and libraries needed -to develop non-graphical KDE applications. +libkxmlgui provides a framework for managing menu and toolbar actions in an +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 %setup -q