fix sip dep harder

This commit is contained in:
Rex Dieter 2019-09-18 15:17:13 -05:00
parent 5aacdb4149
commit ee82afe27e
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: python3-poppler-qt5
Version: 0.24.2
Release: 14%{?dist}
Release: 15%{?dist}
Summary: Python bindings for the Poppler PDF rendering library
License: LGPLv2+
@ -8,10 +8,10 @@ URL: https://github.com/wbsoft/python-poppler-qt5
Source0: %{url}/archive/%{version}.tar.gz#/python-poppler-qt5-%{version}.tar.gz
Patch0: faf4d1308f89560b0d849671226e3080dfc72e79.patch
Requires: python3-qt5
Requires: python3-sip
BuildRequires: python3-devel
BuildRequires: python3-qt5-devel
BuildRequires: python3-sip-devel >= 4.9.1
%{?_sip_api:Requires: python%{python3_pkgversion}-pyqt5-sip-api(%{_sip_api_major}) >= %{_sip_api}}
BuildRequires: pkgconfig(poppler-qt5)
# we don't want to provide private python extension libs
@ -46,6 +46,9 @@ sed -i s/\'qmake\'/\'qmake-qt5\'/g setup.py
%{python3_sitearch}/python_poppler*
%changelog
* Wed Sep 18 2019 Rex Dieter <rdieter@fedoraproject.org> - 0.24.2-15
- fix sip dep harder
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.24.2-14
- Rebuilt for Python 3.8