From 3d845a4117cd2a9965fb6f1d0c281f8b33011ac8a327e1c899b6fdeef45fe80d Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Wed, 12 Feb 2014 02:45:48 +0000 Subject: [PATCH] Update descriptions, part5 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/sonnet?expand=0&rev=8 --- sonnet.spec | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/sonnet.spec b/sonnet.spec index c515a8d..c62fed5 100644 --- a/sonnet.spec +++ b/sonnet.spec @@ -31,7 +31,7 @@ BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 BuildRequires: pkgconfig(Qt5Test) >= 5.2.0 BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 BuildRequires: pkgconfig(hunspell) -Summary: KDE Base Libraries +Summary: KDE spell checking library License: LGPL-2.1+ Group: System/GUI/KDE Url: http://www.kde.org @@ -39,30 +39,30 @@ Source0: sonnet-%{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. +Sonnet is a plugin-based spell checking library for Qt-based +applications. It supports several different plugins, including +HSpell, Enchant, ASpell and HUNSPELL. %package -n libKF5SonnetCore%sonum -Summary: KDE Core Libraries +Summary: KDE spell checking library Group: System/GUI/KDE %description -n libKF5SonnetCore%sonum -This package contains the core libraries of the K Desktop Environment. - -This package is absolutely necessary for using KDE applications. +Sonnet is a plugin-based spell checking library for Qt-based +applications. It supports several different plugins, including +HSpell, Enchant, ASpell and HUNSPELL. %package -n libKF5SonnetUi%sonum -Summary: KDE Core Libraries +Summary: KDE spell checking library Group: System/GUI/KDE %description -n libKF5SonnetUi%sonum -This package contains the core libraries of the K Desktop Environment. - -This package is absolutely necessary for using KDE applications. +Sonnet is a plugin-based spell checking library for Qt-based +applications. It supports several different plugins, including +HSpell, Enchant, ASpell and HUNSPELL. %package devel -Summary: KDE Core Libraries: Build Environment +Summary: KDE spell checking library: Build Environment Group: Development/Libraries/KDE Requires: extra-cmake-modules Requires: libKF5SonnetCore%sonum = %{version} @@ -70,8 +70,9 @@ Requires: libKF5SonnetUi%sonum = %{version} Requires: pkgconfig(Qt5Core) >= 5.2.0 %description devel -This package contains all necessary include files and libraries needed -to develop non-graphical KDE applications. +Sonnet is a plugin-based spell checking library for Qt-based +applications. It supports several different plugins, including +HSpell, Enchant, ASpell and HUNSPELL. Development files. %prep %setup -q