nuspell/nuspell.spec

126 lines
3.8 KiB
RPMSpec
Raw Normal View History

2020-04-05 10:41:00 +00:00
Name: nuspell
2021-06-14 02:03:46 +00:00
Version: 5.0.0
Release: 1%{?dist}
2021-02-02 04:26:09 +00:00
Summary: Fast and safe spellchecking C++ library and command-line tool
2020-04-05 10:41:00 +00:00
License: LGPLv3+
URL: https://nuspell.github.io
2021-06-14 02:03:46 +00:00
Source0: https://github.com/%{name}/%{name}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
2020-04-05 10:41:00 +00:00
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: libicu-devel
2021-02-02 03:56:50 +00:00
BuildRequires: pandoc
2020-05-20 13:50:15 +00:00
BuildRequires: catch-devel
Requires: hunspell-en-US
2020-04-05 10:41:00 +00:00
%description
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.
2020-04-05 10:41:00 +00:00
%package devel
2020-05-20 13:50:15 +00:00
Summary: Development tools for %{name}
2020-04-05 10:41:00 +00:00
Requires: libicu-devel
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
The %{name}-devel package contains the header files and developer docs for \
%{name}.
%prep
%autosetup -n %{name}-%{version}
%build
2021-02-03 15:49:01 +00:00
%cmake -DCMAKE_BUILD_TYPE=Release
%cmake_build
2020-04-05 10:41:00 +00:00
%install
%cmake_install
2020-04-05 10:41:00 +00:00
2020-05-20 13:50:15 +00:00
%check
ctest
2020-04-05 10:41:00 +00:00
%files
%{_mandir}/man1/%{name}*
%{_bindir}/%{name}
2021-06-14 02:03:46 +00:00
%{_libdir}/*.so.5*
2020-04-05 10:41:00 +00:00
%license COPYING COPYING.LESSER
%doc AUTHORS CHANGELOG.md README.md
%files devel
%{_includedir}/%{name}/
%{_libdir}/cmake/%{name}/
%{_libdir}/pkgconfig/%{name}.pc
%{_libdir}/*.so
%doc %{_docdir}/nuspell/
%changelog
2021-06-14 02:03:46 +00:00
* Mon Jun 14 2021 Vishal Vijayraghavan <vishalvvr@fedoraproject.org> - 5.0.0-1
- New release 5.0.0
2021-05-20 00:11:26 +00:00
* Thu May 20 2021 Pete Walter <pwalter@fedoraproject.org> - 4.2.0-5
- Rebuild for ICU 69
2021-05-19 15:47:54 +00:00
* Wed May 19 2021 Pete Walter <pwalter@fedoraproject.org> - 4.2.0-4
- Rebuild for ICU 69
2021-02-03 15:49:01 +00:00
* Wed Feb 03 2021 Vishal Vijayraghavan <vishalvvr@fedoraproject.org> - 4.2.0-3
- SPEC file cleanup
2021-02-02 04:26:09 +00:00
* Tue Feb 02 2021 Vishal Vijayraghavan <vishalvvr@fedoraproject.org> - 4.2.0-2
- Update the package summary
2021-02-02 03:56:50 +00:00
* Tue Feb 02 2021 Vishal Vijayraghavan <vishalvvr@fedoraproject.org> - 4.2.0-1
- New release 4.2.0
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.2-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
2021-01-22 21:03:35 +00:00
* Fri Jan 22 2021 Jonathan Wakely <jwakely@redhat.com> - 3.1.2-5
- Rebuilt for Boost 1.75
* Fri Oct 09 2020 Vishal Vijayraghavan <vishalvvr@fedoraproject.org> - 3.1.2-4
- Resolves: rhbz#1865076: FTBFS in Fedora rawhide/f33
- updated make_build and make_install to cmake_build and cmake_install macro
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.2-3
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
2020-07-13 02:21:12 +00:00
* Sat Jul 11 2020 Vishal Vijayraghavan <vishalvvr@fedoraproject.org> - 3.1.2-1
- New release 3.1.2
2020-05-30 07:13:23 +00:00
* Sat May 30 2020 Jonathan Wakely <jwakely@redhat.com> - 3.1.1-3
- Rebuilt for Boost 1.73
2020-05-20 13:50:15 +00:00
* Wed May 20 2020 Vishal Vijayraghavan <vishalvvr@fedoraproject.org> - 3.1.1-2
- added tests
* 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
2020-05-16 07:21:53 +00:00
2020-04-05 10:41:00 +00:00
* Fri Apr 3 2020 Vishal Vijayraghavan <vishalvvr@fedoraproject.org> - 3.0.0-5
- Added license files and doc files
* Thu Mar 26 2020 Vishal Vijayraghavan <vishalvvr@fedoraproject.org> - 3.0.0-4
- renamed archive name
- replaced cmake with %%cmake and make with %%make_build macro
* Mon Mar 02 2020 Vishal Vijayraghavan <vishalvvr@fedoraproject.org> - 3.0.0-3
- Update URL link
- Updated description
- Modified man page files macro
* Thu Feb 27 2020 Vishal Vijayraghavan <vishalvvr@fedoraproject.org> - 3.0.0-2
- Updated files to _libdir/cmake/nuspell/ instead of *.cmake files
* Tue Feb 25 2020 Vishal Vijayraghavan <vishalvvr@fedoraproject.org> - 3.0.0-1
- First release