diff --git a/kinit.spec b/kinit.spec index a41c581..de21341 100644 --- a/kinit.spec +++ b/kinit.spec @@ -34,7 +34,7 @@ BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0 BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 BuildRequires: pkgconfig(x11) PreReq: permissions -Summary: KDE Base Libraries +Summary: Helper library to speed up start of applications on KDE workspaces License: LGPL-2.1+ Group: System/GUI/KDE Url: http://www.kde.org @@ -42,19 +42,18 @@ Source0: kinit-%{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. +Kdeinit is a process launcher somewhat similar to the famous init used for +booting UNIX. %package devel -Summary: KDE Core Libraries: Build Environment +Summary: Helper library to speed up start of applications on KDE workspaces Group: Development/Libraries/KDE Requires: %{name} = %{version} Requires: extra-cmake-modules %description devel -This package contains all necessary include files and libraries needed -to develop non-graphical KDE applications. +Kdeinit is a process launcher somewhat similar to the famous init used for +booting UNIX. Development files. %prep %setup -q