Update descriptions, part5
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/sonnet?expand=0&rev=8
This commit is contained in:
parent
7cc3f68c9a
commit
3d845a4117
31
sonnet.spec
31
sonnet.spec
@ -31,7 +31,7 @@ BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
|||||||
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(hunspell)
|
BuildRequires: pkgconfig(hunspell)
|
||||||
Summary: KDE Base Libraries
|
Summary: KDE spell checking library
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Url: http://www.kde.org
|
Url: http://www.kde.org
|
||||||
@ -39,30 +39,30 @@ Source0: sonnet-%{version}.tar.xz
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains the core libraries of the K Desktop Environment.
|
Sonnet is a plugin-based spell checking library for Qt-based
|
||||||
|
applications. It supports several different plugins, including
|
||||||
This package is absolutely necessary for using KDE applications.
|
HSpell, Enchant, ASpell and HUNSPELL.
|
||||||
|
|
||||||
%package -n libKF5SonnetCore%sonum
|
%package -n libKF5SonnetCore%sonum
|
||||||
Summary: KDE Core Libraries
|
Summary: KDE spell checking library
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
|
|
||||||
%description -n libKF5SonnetCore%sonum
|
%description -n libKF5SonnetCore%sonum
|
||||||
This package contains the core libraries of the K Desktop Environment.
|
Sonnet is a plugin-based spell checking library for Qt-based
|
||||||
|
applications. It supports several different plugins, including
|
||||||
This package is absolutely necessary for using KDE applications.
|
HSpell, Enchant, ASpell and HUNSPELL.
|
||||||
|
|
||||||
%package -n libKF5SonnetUi%sonum
|
%package -n libKF5SonnetUi%sonum
|
||||||
Summary: KDE Core Libraries
|
Summary: KDE spell checking library
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
|
|
||||||
%description -n libKF5SonnetUi%sonum
|
%description -n libKF5SonnetUi%sonum
|
||||||
This package contains the core libraries of the K Desktop Environment.
|
Sonnet is a plugin-based spell checking library for Qt-based
|
||||||
|
applications. It supports several different plugins, including
|
||||||
This package is absolutely necessary for using KDE applications.
|
HSpell, Enchant, ASpell and HUNSPELL.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: KDE Core Libraries: Build Environment
|
Summary: KDE spell checking library: Build Environment
|
||||||
Group: Development/Libraries/KDE
|
Group: Development/Libraries/KDE
|
||||||
Requires: extra-cmake-modules
|
Requires: extra-cmake-modules
|
||||||
Requires: libKF5SonnetCore%sonum = %{version}
|
Requires: libKF5SonnetCore%sonum = %{version}
|
||||||
@ -70,8 +70,9 @@ Requires: libKF5SonnetUi%sonum = %{version}
|
|||||||
Requires: pkgconfig(Qt5Core) >= 5.2.0
|
Requires: pkgconfig(Qt5Core) >= 5.2.0
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains all necessary include files and libraries needed
|
Sonnet is a plugin-based spell checking library for Qt-based
|
||||||
to develop non-graphical KDE applications.
|
applications. It supports several different plugins, including
|
||||||
|
HSpell, Enchant, ASpell and HUNSPELL. Development files.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
Loading…
Reference in New Issue
Block a user