SHA256
1
0
forked from pool/nuspell

Accepting request 811555 from home:jengelh:branches:M17N

- Trim redundancies from description.
- Drop redundant (autodetected) pkgconfig require.

OBS-URL: https://build.opensuse.org/request/show/811555
OBS-URL: https://build.opensuse.org/package/show/M17N/nuspell?expand=0&rev=10
This commit is contained in:
andy great 2020-06-04 22:02:17 +00:00 committed by Git OBS Bridge
parent 0f5f115d6e
commit 092f9ef308
2 changed files with 13 additions and 6 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jun 4 15:48:03 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Trim redundancies from description.
- Drop redundant (autodetected) pkgconfig require.
-------------------------------------------------------------------
Sat May 30 16:37:30 UTC 2020 - andy great <andythe_great@pm.me>

View File

@ -36,8 +36,8 @@ BuildRequires: rubygem(%{rb_default_ruby_abi}:ronn)
Requires: hunspell
%description
Nuspell is a free and open source spell checker that is written in modern C++.
It is designed for languages with rich morphology and complex word compounding.
Nuspell is a spell checker written in C++. It supports languages with
rich morphology and complex word compounding.
Main features are:
- Full unicode support backed by ICU
@ -52,10 +52,11 @@ Main features are:
%package -n %{libname}%{sonum}
Summary: A spell checker library and command-line tool
Group: System/Libraries
%description -n %{libname}%{sonum}
Nuspell is a free and open source spell checker that is written in modern C++.
It is designed for languages with rich morphology and complex word compounding.
Nuspell is a spell checker written in C++. It supports languages with
rich morphology and complex word compounding.
Main features are:
- Full unicode support backed by ICU
@ -70,11 +71,11 @@ Main features are:
%package devel
Summary: Files for developing with Nuspell
Group: Development/Libraries/C and C++
Requires: nuspell = %{version}-%{release}
Requires: pkgconfig
%description devel
Includes and definitions for developing with Nuspell
Header files and definitions for developing with Nuspell.
%prep
%autosetup