Add python3-devel to BuildRequires (Resolves: rhbz#1580782)

This commit is contained in:
Mike FABIAN 2018-05-23 08:39:02 +02:00
parent 45daa5b953
commit 5e7e44b217

View File

@ -4,7 +4,7 @@
Name: libvoikko
Version: 3.8
Release: 8%{?dist}
Release: 9%{?dist}
Summary: Voikko is a library for spellcheckers and hyphenators
Group: System Environment/Libraries
@ -15,6 +15,7 @@ Source0: http://www.puimula.org/voikko-sources/%{name}/%{name}-%{version}
# The usual format of test release URLs
#Source0: http://www.puimula.org/htp/testing/%%{name}-%%{version}rc1.tar.gz
BuildRequires: python3-devel
%if 0%{?with_python2}
BuildRequires: python2-devel
%endif
@ -122,6 +123,10 @@ install -pm 0644 python/libvoikko.py $RPM_BUILD_ROOT%{python_sitelib}/
%endif
%changelog
* Wed May 23 2018 Mike FABIAN <mfabian@redhat.com> - 3.8-9
- Add python3-devel to BuildRequires.
- Resolves: rhbz#1580782
* Thu Apr 19 2018 Mike FABIAN <mfabian@redhat.com> - 3.8-8
- Build Python 2 subpackage only for Fedora
- Resolves: rhbz#1566121