5.3-1
- PyQt-gpl-5.3 - +Qt5Bluetooth,Qt5Quick,Qt5SerialPorts support
This commit is contained in:
parent
fb832e37b5
commit
3b6252c228
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/PyQt-gpl-5.2.1.tar.gz
|
/PyQt-gpl-5.2.1.tar.gz
|
||||||
|
/PyQt-gpl-5.3.tar.gz
|
||||||
|
@ -6,13 +6,17 @@
|
|||||||
|
|
||||||
Summary: Python bindings for Qt5
|
Summary: Python bindings for Qt5
|
||||||
Name: python-qt5
|
Name: python-qt5
|
||||||
Version: 5.2.1
|
Version: 5.3
|
||||||
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+
|
||||||
Url: http://www.riverbankcomputing.com/software/pyqt/
|
Url: http://www.riverbankcomputing.com/software/pyqt/
|
||||||
|
%if 0%{?snap:1}
|
||||||
|
Source0: http://www.riverbankcomputing.com/static/Downloads/PyQt5/PyQt-gpl-%{version}%{?snap:-snapshot-%{snap}}.tar.gz
|
||||||
|
%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
|
||||||
|
%endif
|
||||||
|
|
||||||
## upstreamable patches
|
## upstreamable patches
|
||||||
|
|
||||||
@ -21,23 +25,26 @@ BuildRequires: findutils
|
|||||||
BuildRequires: pkgconfig(dbus-1) pkgconfig(dbus-python)
|
BuildRequires: pkgconfig(dbus-1) pkgconfig(dbus-python)
|
||||||
BuildRequires: pkgconfig(phonon4qt5)
|
BuildRequires: pkgconfig(phonon4qt5)
|
||||||
|
|
||||||
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Core) >= 5.3
|
||||||
|
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(Qt5Network) pkgconfig(QtOpenGL)
|
BuildRequires: pkgconfig(Qt5Network) pkgconfig(QtOpenGL)
|
||||||
BuildRequires: pkgconfig(Qt5Positioning)
|
BuildRequires: pkgconfig(Qt5Positioning)
|
||||||
BuildRequires: pkgconfig(Qt5Script)
|
BuildRequires: pkgconfig(Qt5Quick) pkgconfig(Qt5QuickWidgets)
|
||||||
|
BuildRequires: pkgconfig(Qt5Script)
|
||||||
BuildRequires: pkgconfig(Qt5Sensors)
|
BuildRequires: pkgconfig(Qt5Sensors)
|
||||||
|
BuildRequires: pkgconfig(Qt5SerialPort)
|
||||||
BuildRequires: pkgconfig(Qt5Sql) pkgconfig(Qt5Svg) pkgconfig(Qt5Test)
|
BuildRequires: pkgconfig(Qt5Sql) pkgconfig(Qt5Svg) pkgconfig(Qt5Test)
|
||||||
BuildRequires: pkgconfig(Qt5X11Extras)
|
BuildRequires: pkgconfig(Qt5X11Extras)
|
||||||
BuildRequires: pkgconfig(Qt5Xml) pkgconfig(Qt5XmlPatterns)
|
BuildRequires: pkgconfig(Qt5Xml) pkgconfig(Qt5XmlPatterns)
|
||||||
BuildRequires: pkgconfig(Qt5WebKit) pkgconfig(Qt5WebKitWidgets)
|
BuildRequires: pkgconfig(Qt5WebKit) pkgconfig(Qt5WebKitWidgets)
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
BuildRequires: sip-devel >= 4.15.5
|
BuildRequires: sip-devel >= 4.16
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-sip-devel >= 4.15.5
|
BuildRequires: python3-sip-devel >= 4.16
|
||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
Requires: dbus-python
|
Requires: dbus-python
|
||||||
@ -91,7 +98,7 @@ BuildArch: noarch
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n PyQt-gpl-%{version}
|
%setup -n PyQt-gpl-%{version}%{?snap:-snapshot-%{snap}}
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
rm -rf %{py3dir}
|
rm -rf %{py3dir}
|
||||||
@ -156,6 +163,7 @@ rm -rfv %{buildroot}%{python3_sitearch}/PyQt5/uic/port_v2/
|
|||||||
%dir %{python2_sitearch}/PyQt5/
|
%dir %{python2_sitearch}/PyQt5/
|
||||||
%{python2_sitearch}/PyQt5/__init__.py*
|
%{python2_sitearch}/PyQt5/__init__.py*
|
||||||
%{python2_sitearch}/PyQt5/Qt.so
|
%{python2_sitearch}/PyQt5/Qt.so
|
||||||
|
%{python2_sitearch}/PyQt5/QtBluetooth.so
|
||||||
%{python2_sitearch}/PyQt5/QtCore.so
|
%{python2_sitearch}/PyQt5/QtCore.so
|
||||||
%{python2_sitearch}/PyQt5/QtDBus.so
|
%{python2_sitearch}/PyQt5/QtDBus.so
|
||||||
%{python2_sitearch}/PyQt5/QtDesigner.so
|
%{python2_sitearch}/PyQt5/QtDesigner.so
|
||||||
@ -169,7 +177,9 @@ rm -rfv %{buildroot}%{python3_sitearch}/PyQt5/uic/port_v2/
|
|||||||
%{python2_sitearch}/PyQt5/QtPrintSupport.so
|
%{python2_sitearch}/PyQt5/QtPrintSupport.so
|
||||||
%{python2_sitearch}/PyQt5/QtQml.so
|
%{python2_sitearch}/PyQt5/QtQml.so
|
||||||
%{python2_sitearch}/PyQt5/QtQuick.so
|
%{python2_sitearch}/PyQt5/QtQuick.so
|
||||||
|
%{python2_sitearch}/PyQt5/QtQuickWidgets.so
|
||||||
%{python2_sitearch}/PyQt5/QtSensors.so
|
%{python2_sitearch}/PyQt5/QtSensors.so
|
||||||
|
%{python2_sitearch}/PyQt5/QtSerialPort.so
|
||||||
%{python2_sitearch}/PyQt5/QtSql.so
|
%{python2_sitearch}/PyQt5/QtSql.so
|
||||||
%{python2_sitearch}/PyQt5/QtSvg.so
|
%{python2_sitearch}/PyQt5/QtSvg.so
|
||||||
%{python2_sitearch}/PyQt5/QtTest.so
|
%{python2_sitearch}/PyQt5/QtTest.so
|
||||||
@ -197,6 +207,7 @@ rm -rfv %{buildroot}%{python3_sitearch}/PyQt5/uic/port_v2/
|
|||||||
%{python3_sitearch}/PyQt5/__pycache__/
|
%{python3_sitearch}/PyQt5/__pycache__/
|
||||||
%{python3_sitearch}/PyQt5/__init__.py*
|
%{python3_sitearch}/PyQt5/__init__.py*
|
||||||
%{python3_sitearch}/PyQt5/Qt.so
|
%{python3_sitearch}/PyQt5/Qt.so
|
||||||
|
%{python3_sitearch}/PyQt5/QtBluetooth.so
|
||||||
%{python3_sitearch}/PyQt5/QtCore.so
|
%{python3_sitearch}/PyQt5/QtCore.so
|
||||||
%{python3_sitearch}/PyQt5/QtDBus.so
|
%{python3_sitearch}/PyQt5/QtDBus.so
|
||||||
%{python3_sitearch}/PyQt5/QtDesigner.so
|
%{python3_sitearch}/PyQt5/QtDesigner.so
|
||||||
@ -210,7 +221,9 @@ rm -rfv %{buildroot}%{python3_sitearch}/PyQt5/uic/port_v2/
|
|||||||
%{python3_sitearch}/PyQt5/QtPrintSupport.so
|
%{python3_sitearch}/PyQt5/QtPrintSupport.so
|
||||||
%{python3_sitearch}/PyQt5/QtQml.so
|
%{python3_sitearch}/PyQt5/QtQml.so
|
||||||
%{python3_sitearch}/PyQt5/QtQuick.so
|
%{python3_sitearch}/PyQt5/QtQuick.so
|
||||||
|
%{python3_sitearch}/PyQt5/QtQuickWidgets.so
|
||||||
%{python3_sitearch}/PyQt5/QtSensors.so
|
%{python3_sitearch}/PyQt5/QtSensors.so
|
||||||
|
%{python3_sitearch}/PyQt5/QtSerialPort.so
|
||||||
%{python3_sitearch}/PyQt5/QtSql.so
|
%{python3_sitearch}/PyQt5/QtSql.so
|
||||||
%{python3_sitearch}/PyQt5/QtSvg.so
|
%{python3_sitearch}/PyQt5/QtSvg.so
|
||||||
%{python3_sitearch}/PyQt5/QtTest.so
|
%{python3_sitearch}/PyQt5/QtTest.so
|
||||||
@ -232,6 +245,10 @@ rm -rfv %{buildroot}%{python3_sitearch}/PyQt5/uic/port_v2/
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 02 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3-1
|
||||||
|
- PyQt-gpl-5.3
|
||||||
|
- +Qt5Bluetooth,Qt5Quick,Qt5SerialPorts support
|
||||||
|
|
||||||
* Mon May 12 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-2
|
* Mon May 12 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-2
|
||||||
- rebuild (f21-python)
|
- rebuild (f21-python)
|
||||||
- +Qt5Positioning,Qt5Sensors support
|
- +Qt5Positioning,Qt5Sensors support
|
||||||
|
Loading…
Reference in New Issue
Block a user