diff --git a/SPECS/libvoikko.spec b/SPECS/libvoikko.spec index 76956de..cbefe44 100644 --- a/SPECS/libvoikko.spec +++ b/SPECS/libvoikko.spec @@ -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 - 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 - 4.1.1-1 - Rebase to 4.1.1 from Fedora 29 (provides only python3-libvoikko, removes python2-libvoikko)