diff --git a/kdesignerplugin.spec b/kdesignerplugin.spec index 4a9e652..064e267 100644 --- a/kdesignerplugin.spec +++ b/kdesignerplugin.spec @@ -42,7 +42,7 @@ BuildRequires: kwindowsystem-devel >= %{_kf5_version} BuildRequires: kxmlgui-devel >= %{_kf5_version} BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 BuildRequires: pkgconfig(Qt5Designer) >= 5.2.0 -Summary: KDE Base Libraries +Summary: Integrating KDE frameworks widgets with Qt Designer License: LGPL-2.1+ Group: System/GUI/KDE Url: http://www.kde.org @@ -50,20 +50,23 @@ Source0: kdesignerplugin-%{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. +This framework provides plugins for Qt Designer that allow it to display +the widgets provided by various KDE frameworks, as well as a utility +(kgendesignerplugin) that can be used to generate other such plugins +from ini-style description files. %package devel -Summary: KDE Core Libraries: Build Environment +Summary: Integrating KDE frameworks widgets with Qt Designer Group: Development/Libraries/KDE Requires: %{name} = %{version} Requires: extra-cmake-modules Requires: pkgconfig(Qt5Core) >= 5.2.0 %description devel -This package contains all necessary include files and libraries needed -to develop non-graphical KDE applications. +This framework provides plugins for Qt Designer that allow it to display +the widgets provided by various KDE frameworks, as well as a utility +(kgendesignerplugin) that can be used to generate other such plugins +from ini-style description files. Development files. %prep %setup -q