Updated description and summary
New release 3.1.1
This commit is contained in:
parent
9094c25b16
commit
f7b4224914
27
nuspell.spec
27
nuspell.spec
@ -1,7 +1,7 @@
|
||||
Name: nuspell
|
||||
Version: 3.0.0
|
||||
Release: 6%{?dist}
|
||||
Summary: Free and open source C++ spell checking library
|
||||
Version: 3.1.1
|
||||
Release: 1%{?dist}
|
||||
Summary: C++ spelling checking library and command-line tool
|
||||
License: LGPLv3+
|
||||
URL: https://nuspell.github.io
|
||||
Source0: https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
@ -14,14 +14,15 @@ BuildRequires: git
|
||||
BuildRequires: libicu-devel
|
||||
BuildRequires: rdkit-devel
|
||||
BuildRequires: rubygem-ronn
|
||||
Requires: hunspell-en-US
|
||||
|
||||
%description
|
||||
Nuspell is a free and open source spell checker library.
|
||||
It is designed for languages with rich morphology and complex word compounding.
|
||||
Nuspell is a pure C++ re-implementation of Hunspell.
|
||||
Nuspell is a fast and safe spelling checker software program. It is designed \
|
||||
for languages with rich morphology and complex word compounding. Nuspell is \
|
||||
written in modern C++ and it supports Hunspell dictionaries.
|
||||
|
||||
%package devel
|
||||
Summary: Development tools for nuspell
|
||||
Summary: Development tools for %{name}
|
||||
Requires: libicu-devel
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
@ -33,8 +34,8 @@ The %{name}-devel package contains the header files and developer docs for \
|
||||
%autosetup -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
%cmake . -DBUILD_SHARED_LIBS=1 -DCMAKE_BUILD_TYPE=Debug \
|
||||
-DCMAKE_INSTALL_PREFIX=%{_prefix}
|
||||
%cmake . -DBUILD_SHARED_LIBS=1 -DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=%{_prefix} -DBUILD_TESTING=OFF
|
||||
%make_build
|
||||
|
||||
%install
|
||||
@ -56,8 +57,12 @@ The %{name}-devel package contains the header files and developer docs for \
|
||||
%doc %{_docdir}/nuspell/
|
||||
|
||||
%changelog
|
||||
* Sat May 16 2020 Pete Walter <pwalter@fedoraproject.org> - 3.0.0-6
|
||||
- Rebuild for ICU 67
|
||||
* Fri May 15 2020 Vishal Vijayraghavan <vishalvvr@fedoraproject.org> - 3.1.1-1
|
||||
- Updated description and summary
|
||||
- New release 3.1.1
|
||||
|
||||
* Mon Apr 27 2020 Vishal Vijayraghavan <vishalvvr@fedoraproject.org> - 3.1.0-1
|
||||
- New release
|
||||
|
||||
* Fri Apr 3 2020 Vishal Vijayraghavan <vishalvvr@fedoraproject.org> - 3.0.0-5
|
||||
- Added license files and doc files
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (nuspell-3.0.0.tar.gz) = d9cd7dd276e2bca43dec3abaf11c5206695949b9fda8c9b86f2772cc7e8fa95bf17c685a2ef9ca87fe3c4f0b55f2fcb435bc21c187355f5e3fa35dcafab2c8c2
|
||||
SHA512 (nuspell-3.1.1.tar.gz) = 239855051d9f49ba16913283090c4214a8f6a6cc290d359ab54014ff76fc297c131b67c6748bd1d4cdcec43c00dccc7f0c1bf8b07e06c9c648bff52ff193e096
|
||||
|
Loading…
Reference in New Issue
Block a user