import libvoikko-4.1.1-2.el8

This commit is contained in:
CentOS Sources 2021-03-30 10:16:23 -04:00 committed by Stepan Oksanichenko
parent 4c1b8d34ee
commit a02e61e70b

View File

@ -1,6 +1,6 @@
Name: libvoikko
Version: 4.1.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Voikko is a library for spellcheckers and hyphenators
Group: System Environment/Libraries
@ -98,9 +98,9 @@ install -pm 0644 python/libvoikko.py $RPM_BUILD_ROOT%{python3_sitelib}/
%{_bindir}/voikkospell
%{_bindir}/voikkohyphenate
%{_bindir}/voikkogc
%{_mandir}/man1/voikkohyphenate.1.gz
%{_mandir}/man1/voikkospell.1.gz
%{_mandir}/man1/voikkogc.1.gz
%{_mandir}/man1/voikkohyphenate.1*
%{_mandir}/man1/voikkospell.1*
%{_mandir}/man1/voikkogc.1*
%files devel
%{_includedir}/*
@ -109,9 +109,15 @@ install -pm 0644 python/libvoikko.py $RPM_BUILD_ROOT%{python3_sitelib}/
%files -n python3-libvoikko
%{python3_sitelib}/%{name}.py*
%if ! 0%{?flatpak}
%{python3_sitelib}/__pycache__/*
%endif
%changelog
* Thu Nov 26 2020 Mike FABIAN <mfabian@redhat.com> - 4.1.1-2
- Fix man file names for Flatpak builds, exclude __pycache__ files from Flatpak builds
- Resolves: rhbz#1896322
* Thu Oct 04 2018 Mike FABIAN <mfabian@redhat.com> - 4.1.1-1
- Rebase to 4.1.1 from Fedora 29 (provides only python3-libvoikko,
removes python2-libvoikko)