|
|
@ -12,8 +12,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
Summary: Python bindings for Qt5
|
|
|
|
Summary: Python bindings for Qt5
|
|
|
|
Name: python-qt5
|
|
|
|
Name: python-qt5
|
|
|
|
Version: 5.4.2
|
|
|
|
Version: 5.5
|
|
|
|
Release: 2%{?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+
|
|
|
@ -21,7 +21,8 @@ Url: http://www.riverbankcomputing.com/software/pyqt/
|
|
|
|
%if 0%{?snap:1}
|
|
|
|
%if 0%{?snap:1}
|
|
|
|
Source0: http://www.riverbankcomputing.com/static/Downloads/PyQt5/PyQt-gpl-%{version}%{?snap:-snapshot-%{snap}}.tar.gz
|
|
|
|
Source0: http://www.riverbankcomputing.com/static/Downloads/PyQt5/PyQt-gpl-%{version}%{?snap:-snapshot-%{snap}}.tar.gz
|
|
|
|
%else
|
|
|
|
%else
|
|
|
|
Source0: http://downloads.sourceforge.net/project/pyqt/PyQt5/PyQt-%{version}/PyQt-gpl-%{version}.tar.gz
|
|
|
|
#Source0: http://downloads.sourceforge.net/project/pyqt/PyQt5/PyQt-%{version}/PyQt-gpl-%{version}.tar.gz
|
|
|
|
|
|
|
|
Source0: http://www.riverbankcomputing.com/static/Downloads/PyQt5/PyQt-gpl-%{version}.tar.gz
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
Source1: macros.pyqt5
|
|
|
|
Source1: macros.pyqt5
|
|
|
|
# wrapper, see https://bugzilla.redhat.com/show_bug.cgi?id=1193107#c9
|
|
|
|
# wrapper, see https://bugzilla.redhat.com/show_bug.cgi?id=1193107#c9
|
|
|
@ -42,6 +43,8 @@ BuildRequires: pkgconfig(Qt5Bluetooth)
|
|
|
|
BuildRequires: pkgconfig(Qt5DBus) pkgconfig(Qt5Declarative)
|
|
|
|
BuildRequires: pkgconfig(Qt5DBus) pkgconfig(Qt5Declarative)
|
|
|
|
BuildRequires: pkgconfig(Qt5Designer)
|
|
|
|
BuildRequires: pkgconfig(Qt5Designer)
|
|
|
|
BuildRequires: pkgconfig(Qt5Gui) pkgconfig(Qt5Multimedia)
|
|
|
|
BuildRequires: pkgconfig(Qt5Gui) pkgconfig(Qt5Multimedia)
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(Qt5Location)
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(Qt5Nfc)
|
|
|
|
BuildRequires: pkgconfig(Qt5Network) pkgconfig(Qt5OpenGL)
|
|
|
|
BuildRequires: pkgconfig(Qt5Network) pkgconfig(Qt5OpenGL)
|
|
|
|
BuildRequires: pkgconfig(Qt5Positioning)
|
|
|
|
BuildRequires: pkgconfig(Qt5Positioning)
|
|
|
|
BuildRequires: pkgconfig(Qt5Quick) pkgconfig(Qt5QuickWidgets)
|
|
|
|
BuildRequires: pkgconfig(Qt5Quick) pkgconfig(Qt5QuickWidgets)
|
|
|
@ -55,7 +58,7 @@ BuildRequires: pkgconfig(Qt5WebChannel)
|
|
|
|
BuildRequires: pkgconfig(Qt5WebKit) pkgconfig(Qt5WebKitWidgets)
|
|
|
|
BuildRequires: pkgconfig(Qt5WebKit) pkgconfig(Qt5WebKitWidgets)
|
|
|
|
BuildRequires: pkgconfig(Qt5WebSockets)
|
|
|
|
BuildRequires: pkgconfig(Qt5WebSockets)
|
|
|
|
BuildRequires: python2-devel
|
|
|
|
BuildRequires: python2-devel
|
|
|
|
BuildRequires: sip-devel >= 4.16.8
|
|
|
|
BuildRequires: sip-devel >= 4.16.9
|
|
|
|
%if 0%{?with_python3}
|
|
|
|
%if 0%{?with_python3}
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-sip-devel >= 4.16.8
|
|
|
|
BuildRequires: python3-sip-devel >= 4.16.8
|
|
|
@ -219,9 +222,11 @@ sed -i \
|
|
|
|
%{python2_sitearch}/PyQt5/QtDesigner.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtDesigner.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtGui.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtGui.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtHelp.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtHelp.so
|
|
|
|
|
|
|
|
%{python2_sitearch}/PyQt5/QtLocation.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtMultimedia.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtMultimedia.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtMultimediaWidgets.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtMultimediaWidgets.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtNetwork.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtNetwork.so
|
|
|
|
|
|
|
|
%{python2_sitearch}/PyQt5/QtNfc.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtOpenGL.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtOpenGL.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtPositioning.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtPositioning.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtPrintSupport.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtPrintSupport.so
|
|
|
@ -270,9 +275,11 @@ sed -i \
|
|
|
|
%{python3_sitearch}/PyQt5/QtDesigner.so
|
|
|
|
%{python3_sitearch}/PyQt5/QtDesigner.so
|
|
|
|
%{python3_sitearch}/PyQt5/QtGui.so
|
|
|
|
%{python3_sitearch}/PyQt5/QtGui.so
|
|
|
|
%{python3_sitearch}/PyQt5/QtHelp.so
|
|
|
|
%{python3_sitearch}/PyQt5/QtHelp.so
|
|
|
|
|
|
|
|
%{python3_sitearch}/PyQt5/QtLocation.so
|
|
|
|
%{python3_sitearch}/PyQt5/QtMultimedia.so
|
|
|
|
%{python3_sitearch}/PyQt5/QtMultimedia.so
|
|
|
|
%{python3_sitearch}/PyQt5/QtMultimediaWidgets.so
|
|
|
|
%{python3_sitearch}/PyQt5/QtMultimediaWidgets.so
|
|
|
|
%{python3_sitearch}/PyQt5/QtNetwork.so
|
|
|
|
%{python3_sitearch}/PyQt5/QtNetwork.so
|
|
|
|
|
|
|
|
%{python3_sitearch}/PyQt5/QtNfc.so
|
|
|
|
%{python3_sitearch}/PyQt5/QtOpenGL.so
|
|
|
|
%{python3_sitearch}/PyQt5/QtOpenGL.so
|
|
|
|
%{python3_sitearch}/PyQt5/QtPositioning.so
|
|
|
|
%{python3_sitearch}/PyQt5/QtPositioning.so
|
|
|
|
%{python3_sitearch}/PyQt5/QtPrintSupport.so
|
|
|
|
%{python3_sitearch}/PyQt5/QtPrintSupport.so
|
|
|
@ -315,6 +322,9 @@ sed -i \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Jul 30 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5-1
|
|
|
|
|
|
|
|
- 5.5
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.4.2-2
|
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.4.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|