From 10268ef531c5c55867c51f0243ab56aa24967a1574c8491440e65ace608cd819 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Tue, 11 Feb 2014 02:39:33 +0000 Subject: [PATCH] Update descriptions, part3 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kinit?expand=0&rev=8 --- kinit.spec | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) 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