.spec changes too
not sure how/why that didn't get included in prior commit. <shrug>
This commit is contained in:
parent
9ea9371b6e
commit
9bcee98445
@ -43,6 +43,8 @@ Source4: pyuic5.sh
|
|||||||
Patch0: python-qt5_sipdir.patch
|
Patch0: python-qt5_sipdir.patch
|
||||||
# support newer Qt5 releases than 5.11.1
|
# support newer Qt5 releases than 5.11.1
|
||||||
Patch1: PyQt5-Timeline.patch
|
Patch1: PyQt5-Timeline.patch
|
||||||
|
# make configure.py check for runtime PyQt5.sip dep informative (non-fatal)
|
||||||
|
Patch2: PyQt5_gpl-5.11.2-sip_check.patch
|
||||||
|
|
||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
BuildRequires: findutils
|
BuildRequires: findutils
|
||||||
@ -238,6 +240,7 @@ Requires: python%{python3_pkgversion}-qt5%{?_isa} = %{version}-%{release}
|
|||||||
|
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
%patch2 -p1 -b .sip_check
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -266,8 +269,8 @@ popd
|
|||||||
|
|
||||||
# Python 3 build:
|
# Python 3 build:
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
cp -a * %{_target_platform}-python3/ ||:
|
|
||||||
mkdir %{_target_platform}-python3
|
mkdir %{_target_platform}-python3
|
||||||
|
cp -a * %{_target_platform}-python3/ ||:
|
||||||
pushd %{_target_platform}-python3
|
pushd %{_target_platform}-python3
|
||||||
%{__python3} ./configure.py \
|
%{__python3} ./configure.py \
|
||||||
--assume-shared \
|
--assume-shared \
|
||||||
@ -492,6 +495,7 @@ sed -i \
|
|||||||
* Tue Jul 10 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.2-1
|
* Tue Jul 10 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.2-1
|
||||||
- 5.11.2
|
- 5.11.2
|
||||||
- %%build: --no-dist-info (not supported when using DESTDIR= yet)
|
- %%build: --no-dist-info (not supported when using DESTDIR= yet)
|
||||||
|
- configure.py: make check for PyQt5.sip module non-fatal
|
||||||
|
|
||||||
* Fri Jun 22 2018 Miro Hrončok <mhroncok@redhat.com> - 5.10.2-0.4.dev1805251538
|
* Fri Jun 22 2018 Miro Hrončok <mhroncok@redhat.com> - 5.10.2-0.4.dev1805251538
|
||||||
- Rebuilt for Qt update in Python 3.7 side tag
|
- Rebuilt for Qt update in Python 3.7 side tag
|
||||||
|
Loading…
Reference in New Issue
Block a user