PyQt5-5.7.1
This commit is contained in:
parent
6ac809b093
commit
9e089edfa1
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1 @@
|
|||||||
/PyQt-gpl-5.5.1.tar.gz
|
/PyQt5_gpl-5.7.1.tar.gz
|
||||||
/PyQt5_gpl-5.6.tar.gz
|
|
||||||
/PyQt5_gpl-5.7.tar.gz
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
# enable/disable individual modules
|
# enable/disable individual modules
|
||||||
# drop power64, it's not supported yet (than)
|
# drop power64, it's not supported yet (than)
|
||||||
%if 0%{?fedora} > 22
|
%if 0%{?fedora} > 22
|
||||||
%ifarch %{ix86} x86_64 %{arm} aarch64 mips mipsel mips64el
|
%ifarch %{?qt5_qtwebengine_arches}%{?!qt5_qtwebengine_arches:%{ix86} x86_64 %{arm} aarch64 mips mipsel mips64el}
|
||||||
%global webengine 1
|
%global webengine 1
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
@ -19,8 +19,8 @@
|
|||||||
|
|
||||||
Summary: PyQt5 is Python bindings for Qt5
|
Summary: PyQt5 is Python bindings for Qt5
|
||||||
Name: python-qt5
|
Name: python-qt5
|
||||||
Version: 5.7
|
Version: 5.7.1
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# all BSD, except for GPLv2+ dbus bindings and examples
|
# all BSD, except for GPLv2+ dbus bindings and examples
|
||||||
License: BSD and GPLv2+
|
License: BSD and GPLv2+
|
||||||
@ -64,10 +64,10 @@ BuildRequires: pkgconfig(Qt5Xml) pkgconfig(Qt5XmlPatterns)
|
|||||||
BuildRequires: pkgconfig(Qt5WebChannel)
|
BuildRequires: pkgconfig(Qt5WebChannel)
|
||||||
BuildRequires: pkgconfig(Qt5WebSockets)
|
BuildRequires: pkgconfig(Qt5WebSockets)
|
||||||
BuildRequires: python2-devel python2
|
BuildRequires: python2-devel python2
|
||||||
BuildRequires: sip-devel >= 4.18.1
|
BuildRequires: sip-devel >= 4.19
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
BuildRequires: python3-devel python3
|
BuildRequires: python3-devel python3
|
||||||
BuildRequires: python3-sip-devel >= 4.18.1
|
BuildRequires: python3-sip-devel >= 4.19
|
||||||
BuildRequires: python3-dbus
|
BuildRequires: python3-dbus
|
||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
@ -423,6 +423,9 @@ sed -i \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 31 2016 Rex Dieter <rdieter@math.unl.edu> - 5.7.1-1
|
||||||
|
- PyQt5-5.7.1
|
||||||
|
|
||||||
* Wed Dec 21 2016 Kevin Fenzi <kevin@scrye.com> - 5.7-6
|
* Wed Dec 21 2016 Kevin Fenzi <kevin@scrye.com> - 5.7-6
|
||||||
- Rebuild again for Python 3.6
|
- Rebuild again for Python 3.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user