2018-03-03 05:46:44 +00:00
|
|
|
%if 0%{?fedora} || 0%{?rhel} > 6
|
2014-11-13 16:07:24 +00:00
|
|
|
%global with_python3 1
|
2017-11-26 12:45:00 +00:00
|
|
|
%global python3_dbus_dir %(%{__python3} -c "import dbus.mainloop; print(dbus.mainloop.__path__[0])" 2>/dev/null || echo "%{python3_sitearch}/dbus/mainloop")
|
2014-02-15 20:10:19 +00:00
|
|
|
%endif
|
2019-04-21 21:25:44 +00:00
|
|
|
# sip too old for python2 in EPEL
|
|
|
|
%if 0%{?fedora}
|
2014-02-15 20:10:19 +00:00
|
|
|
%global with_python2 1
|
2017-11-26 12:45:00 +00:00
|
|
|
%global python2_dbus_dir %(%{__python2} -c "import dbus.mainloop; print(dbus.mainloop.__path__[0])" 2>/dev/null || echo "%{python2_sitearch}/dbus/mainloop")
|
2019-04-21 21:25:44 +00:00
|
|
|
%endif
|
2014-02-15 20:10:19 +00:00
|
|
|
|
2016-03-02 13:55:57 +00:00
|
|
|
# enable/disable individual modules
|
2016-06-15 10:06:36 +00:00
|
|
|
# drop power64, it's not supported yet (than)
|
2019-04-09 19:26:18 +00:00
|
|
|
%if 0
|
2017-01-01 07:07:50 +00:00
|
|
|
%ifarch %{?qt5_qtwebengine_arches}%{?!qt5_qtwebengine_arches:%{ix86} x86_64 %{arm} aarch64 mips mipsel mips64el}
|
2018-05-29 10:34:31 +00:00
|
|
|
%global webengine 1
|
2016-03-02 13:55:57 +00:00
|
|
|
%endif
|
2016-03-14 13:06:10 +00:00
|
|
|
%endif
|
2016-03-02 13:55:57 +00:00
|
|
|
%global webkit 1
|
|
|
|
|
2015-01-06 18:16:40 +00:00
|
|
|
%global rpm_macros_dir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
|
|
|
|
2018-08-24 19:13:57 +00:00
|
|
|
## f29+ no longer using separate sipdir for python3
|
2018-08-14 13:37:31 +00:00
|
|
|
%global py3_sipdir %{_datadir}/sip/PyQt5
|
2019-08-07 21:05:19 +00:00
|
|
|
#if 0%%{?fedora} < 29
|
|
|
|
#global py3_sipdir %%{_datadir}/python3-sip/PyQt5
|
2018-08-24 19:13:57 +00:00
|
|
|
#endif
|
2018-08-14 13:37:31 +00:00
|
|
|
|
2019-04-21 21:25:44 +00:00
|
|
|
%if 0%{?rhel} == 7
|
|
|
|
%global py3_sip %{_bindir}/python3-sip
|
|
|
|
%endif
|
|
|
|
|
2018-01-23 21:26:51 +00:00
|
|
|
# see also https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/JQQ66XJSIT2FGTK2YQY7AXMEH5IXMPUX/
|
|
|
|
%undefine _strict_symbol_defs_build
|
|
|
|
|
2018-10-03 13:24:07 +00:00
|
|
|
#global snap dev1808131157
|
2018-08-14 19:33:04 +00:00
|
|
|
|
2016-01-13 15:13:15 +00:00
|
|
|
Summary: PyQt5 is Python bindings for Qt5
|
2017-11-13 22:45:39 +00:00
|
|
|
Name: python-qt5
|
2019-08-04 12:28:19 +00:00
|
|
|
Version: 5.13.0
|
2019-08-21 17:59:46 +00:00
|
|
|
Release: 2%{?dist}
|
2014-02-13 15:59:45 +00:00
|
|
|
|
2017-12-04 14:33:39 +00:00
|
|
|
License: GPLv3
|
2014-02-13 15:59:45 +00:00
|
|
|
Url: http://www.riverbankcomputing.com/software/pyqt/
|
2019-05-06 19:05:46 +00:00
|
|
|
Source0: http://www.riverbankcomputing.com/static/Downloads/PyQt5/%{version}/PyQt5_gpl-%{version}%{?snap:.%{snap}}.tar.gz
|
2019-03-22 01:39:39 +00:00
|
|
|
|
2015-01-06 18:16:40 +00:00
|
|
|
Source1: macros.pyqt5
|
2015-06-06 00:40:32 +00:00
|
|
|
# wrapper, see https://bugzilla.redhat.com/show_bug.cgi?id=1193107#c9
|
2017-01-27 13:34:22 +00:00
|
|
|
Source2: pylupdate5.sh
|
|
|
|
Source3: pyrcc5.sh
|
|
|
|
Source4: pyuic5.sh
|
2014-02-13 15:59:45 +00:00
|
|
|
|
2014-11-06 14:06:39 +00:00
|
|
|
## upstream patches
|
|
|
|
|
2014-02-13 15:59:45 +00:00
|
|
|
## upstreamable patches
|
2015-06-04 22:42:37 +00:00
|
|
|
Patch0: python-qt5_sipdir.patch
|
2018-07-10 21:16:02 +00:00
|
|
|
# support newer Qt5 releases than 5.11.1
|
2018-01-08 16:30:36 +00:00
|
|
|
Patch1: PyQt5-Timeline.patch
|
2014-02-13 15:59:45 +00:00
|
|
|
|
|
|
|
BuildRequires: chrpath
|
|
|
|
BuildRequires: findutils
|
2014-11-06 14:06:39 +00:00
|
|
|
BuildRequires: pkgconfig(dbus-1)
|
2014-11-06 16:44:05 +00:00
|
|
|
BuildRequires: pkgconfig(dbus-python)
|
2014-02-13 15:59:45 +00:00
|
|
|
BuildRequires: pkgconfig(phonon4qt5)
|
2015-10-27 19:28:46 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5Core) >= 5.5
|
|
|
|
BuildRequires: pkgconfig(Enginio)
|
2014-06-02 17:59:07 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5Bluetooth)
|
2016-07-17 12:54:48 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5DBus)
|
2014-02-13 15:59:45 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5Designer)
|
2017-03-31 20:57:26 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5Gui)
|
2015-07-30 13:03:04 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5Location)
|
2017-03-31 20:57:26 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5Multimedia) pkgconfig(libpulse-mainloop-glib)
|
2015-07-30 13:03:04 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5Nfc)
|
2014-11-11 12:44:06 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5Network) pkgconfig(Qt5OpenGL)
|
2014-05-12 15:31:38 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5Positioning)
|
2014-06-02 17:59:07 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5Quick) pkgconfig(Qt5QuickWidgets)
|
2019-02-18 19:52:56 +00:00
|
|
|
#BuildRequires: pkgconfig(Qt5Script)
|
2014-05-12 16:31:51 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5Sensors)
|
2014-06-02 17:59:07 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5SerialPort)
|
2014-02-13 15:59:45 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5Sql) pkgconfig(Qt5Svg) pkgconfig(Qt5Test)
|
|
|
|
BuildRequires: pkgconfig(Qt5X11Extras)
|
|
|
|
BuildRequires: pkgconfig(Qt5Xml) pkgconfig(Qt5XmlPatterns)
|
2015-06-06 00:15:21 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5WebChannel)
|
|
|
|
BuildRequires: pkgconfig(Qt5WebSockets)
|
2019-04-21 21:25:44 +00:00
|
|
|
%if 0%{?with_python2}
|
2015-12-07 16:09:28 +00:00
|
|
|
BuildRequires: python2-devel python2
|
2018-07-11 13:28:49 +00:00
|
|
|
BuildRequires: python2-enum34
|
2017-11-26 13:55:53 +00:00
|
|
|
%if 0%{?fedora} > 27
|
|
|
|
%global python2_dbus python2-dbus
|
|
|
|
%else
|
|
|
|
%global python2_dbus dbus-python
|
|
|
|
%endif
|
|
|
|
BuildRequires: %{python2_dbus}
|
2019-08-04 12:28:19 +00:00
|
|
|
%global sip_ver 4.19.18
|
2018-07-10 21:50:48 +00:00
|
|
|
BuildRequires: python2-pyqt5-sip >= %{sip_ver}
|
2018-07-10 21:16:02 +00:00
|
|
|
BuildRequires: python2-sip-devel >= %{sip_ver}
|
2019-04-21 21:25:44 +00:00
|
|
|
%endif # with_python2
|
2014-02-15 20:10:19 +00:00
|
|
|
%if 0%{?with_python3}
|
2018-03-03 05:46:44 +00:00
|
|
|
BuildRequires: python%{python3_pkgversion}-devel python%{python3_pkgversion}
|
2018-08-24 19:13:57 +00:00
|
|
|
BuildRequires: python%{python3_pkgversion}-dbus
|
2018-07-10 21:50:48 +00:00
|
|
|
BuildRequires: python%{python3_pkgversion}-pyqt5-sip >= %{sip_ver}
|
2018-07-10 21:16:02 +00:00
|
|
|
BuildRequires: python%{python3_pkgversion}-sip-devel >= %{sip_ver}
|
2014-02-15 20:10:19 +00:00
|
|
|
%endif # with_python3
|
2014-02-13 15:59:45 +00:00
|
|
|
|
2016-03-02 13:55:57 +00:00
|
|
|
# when split out
|
|
|
|
%if 0%{?webengine} || 0%{?webkit}
|
|
|
|
Obsoletes: python-qt5 < 5.5.1-10
|
|
|
|
%endif
|
|
|
|
|
2018-03-20 23:01:58 +00:00
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%global __provides_exclude_from ^(%{_qt5_plugindir}/.*\\.so)$
|
|
|
|
|
2019-04-21 21:25:44 +00:00
|
|
|
%if 0%{?with_python2}
|
2018-03-20 23:01:58 +00:00
|
|
|
%package -n python2-qt5
|
|
|
|
Summary: Python 2 bindings for Qt5
|
|
|
|
Requires: python2-qt5-base%{?_isa} = %{version}-%{release}
|
2016-07-06 14:40:56 +00:00
|
|
|
BuildRequires: qt5-qtbase-private-devel
|
2018-07-30 15:32:01 +00:00
|
|
|
Requires: python2-enum34
|
2016-04-25 15:47:27 +00:00
|
|
|
Provides: python2-PyQt5 = %{version}-%{release}
|
|
|
|
Provides: python2-PyQt5%{?_isa} = %{version}-%{release}
|
2018-03-20 23:01:58 +00:00
|
|
|
%{?python_provide:%python_provide python2-qt5}
|
2014-02-13 15:59:45 +00:00
|
|
|
|
2018-03-20 23:01:58 +00:00
|
|
|
%description -n python2-qt5
|
|
|
|
%{summary}.
|
2014-02-13 15:59:45 +00:00
|
|
|
|
2018-03-20 23:01:58 +00:00
|
|
|
%package -n python2-qt5-base
|
2017-03-30 11:51:16 +00:00
|
|
|
Summary: Python bindings for Qt5 base
|
|
|
|
Requires: %{name}-rpm-macros = %{version}-%{release}
|
2018-08-24 19:13:57 +00:00
|
|
|
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
|
|
|
%{?_sip_api:Requires: python2-pyqt5-sip-api(%{_sip_api_major}) >= %{_sip_api}}
|
2017-11-26 13:55:53 +00:00
|
|
|
Requires: %{python2_dbus}
|
2017-03-30 11:51:16 +00:00
|
|
|
Obsoletes: python-qt5 < 5.5.1-10
|
2018-08-24 19:13:57 +00:00
|
|
|
Provides: python2-PyQt5-base = %{version}-%{release}
|
|
|
|
Provides: python2-PyQt5-base%{?_isa} = %{version}-%{release}
|
2018-03-20 23:01:58 +00:00
|
|
|
%{?python_provide:%python_provide python2-qt5-base}
|
|
|
|
%description -n python2-qt5-base
|
|
|
|
%{summary}.
|
2017-03-30 11:51:16 +00:00
|
|
|
|
2018-03-20 23:01:58 +00:00
|
|
|
%package -n python2-qt5-devel
|
2014-02-13 15:59:45 +00:00
|
|
|
Summary: Development files for %{name}
|
2018-03-20 23:01:58 +00:00
|
|
|
Requires: python2-qt5%{?_isa} = %{version}-%{release}
|
2014-02-13 15:59:45 +00:00
|
|
|
Requires: qt5-qtbase-devel
|
2018-01-23 21:22:49 +00:00
|
|
|
Requires: python2-sip-devel
|
2014-02-13 16:29:24 +00:00
|
|
|
Provides: PyQt5-devel = %{version}-%{release}
|
2016-04-25 15:47:27 +00:00
|
|
|
Provides: python2-PyQt5-devel = %{version}-%{release}
|
2018-03-20 23:01:58 +00:00
|
|
|
%{?python_provide:%python_provide python2-qt5-devel}
|
|
|
|
%description -n python2-qt5-devel
|
|
|
|
Files needed to build other bindings for C++ classes that inherit from
|
|
|
|
any of the Qt5 classes.
|
2019-04-21 21:25:44 +00:00
|
|
|
%endif
|
2014-02-13 15:59:45 +00:00
|
|
|
|
2016-03-24 13:47:49 +00:00
|
|
|
%package rpm-macros
|
|
|
|
Summary: RPM macros %{name}
|
2016-05-02 12:14:17 +00:00
|
|
|
# when split out
|
|
|
|
Conflicts: python-qt5 < 5.6
|
|
|
|
Conflicts: python3-qt5 < 5.6
|
2016-03-24 13:47:49 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
%description rpm-macros
|
|
|
|
%{summary}.
|
|
|
|
|
2018-03-03 05:46:44 +00:00
|
|
|
%package -n python%{python3_pkgversion}-qt5
|
2014-02-15 20:10:19 +00:00
|
|
|
Summary: Python 3 bindings for Qt5
|
2016-03-02 13:55:57 +00:00
|
|
|
# when split out
|
|
|
|
%if 0%{?webengine} || 0%{?webkit}
|
|
|
|
Obsoletes: python3-qt5 < 5.5.1-10
|
|
|
|
%endif
|
2019-07-30 17:44:11 +00:00
|
|
|
Provides: PyQt5 = %{version}-%{release}
|
|
|
|
Provides: PyQt5%{?_isa} = %{version}-%{release}
|
2018-03-03 05:46:44 +00:00
|
|
|
Provides: python%{python3_pkgversion}-PyQt5 = %{version}-%{release}
|
|
|
|
Provides: python%{python3_pkgversion}-PyQt5%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: python%{python3_pkgversion}-qt5-base%{?_isa} = %{version}-%{release}
|
2018-03-20 23:01:58 +00:00
|
|
|
%{?python_provide:%python_provide python%{python3_pkgversion}-qt5}
|
2018-03-03 05:46:44 +00:00
|
|
|
%description -n python%{python3_pkgversion}-qt5
|
2017-03-30 11:51:16 +00:00
|
|
|
%{summary}.
|
|
|
|
|
2018-03-03 05:46:44 +00:00
|
|
|
%package -n python%{python3_pkgversion}-qt5-base
|
2017-03-30 11:51:16 +00:00
|
|
|
Summary: Python 3 bindings for Qt5 base
|
|
|
|
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
2019-04-21 21:25:44 +00:00
|
|
|
%if 0%{?_python3_sip_api_major}
|
|
|
|
%{?_python3_sip_api:Requires: python%{python3_pkgversion}-pyqt5-sip-api(%{_python3_sip_api_major}) >= %{_python3_sip_api}}
|
|
|
|
%else
|
2018-07-10 21:50:48 +00:00
|
|
|
%{?_sip_api:Requires: python%{python3_pkgversion}-pyqt5-sip-api(%{_sip_api_major}) >= %{_sip_api}}
|
2019-04-21 21:25:44 +00:00
|
|
|
%endif
|
2018-03-03 05:46:44 +00:00
|
|
|
Provides: python%{python3_pkgversion}-PyQt5-base = %{version}-%{release}
|
|
|
|
Provides: python%{python3_pkgversion}-PyQt5-base%{?_isa} = %{version}-%{release}
|
2016-03-24 13:47:49 +00:00
|
|
|
Requires: %{name}-rpm-macros = %{version}-%{release}
|
2018-03-03 05:46:44 +00:00
|
|
|
Requires: python%{python3_pkgversion}-dbus
|
2018-03-20 23:01:58 +00:00
|
|
|
%{?python_provide:%python_provide python%{python3_pkgversion}-qt5-base}
|
2018-03-03 05:46:44 +00:00
|
|
|
%description -n python%{python3_pkgversion}-qt5-base
|
2014-02-15 20:10:19 +00:00
|
|
|
%{summary}.
|
|
|
|
|
2018-03-03 05:46:44 +00:00
|
|
|
%package -n python%{python3_pkgversion}-qt5-devel
|
2017-03-28 12:29:07 +00:00
|
|
|
Summary: Development files for python3-qt5
|
2018-03-03 05:46:44 +00:00
|
|
|
Requires: python%{python3_pkgversion}-qt5%{?_isa} = %{version}-%{release}
|
2014-12-29 04:41:21 +00:00
|
|
|
Requires: qt5-qtbase-devel
|
2018-03-03 05:46:44 +00:00
|
|
|
Requires: python%{python3_pkgversion}-sip-devel
|
|
|
|
Provides: python%{python3_pkgversion}-PyQt5-devel = %{version}-%{release}
|
2018-03-20 23:01:58 +00:00
|
|
|
%{?python_provide:%python_provide python%{python3_pkgversion}-qt5-devel}
|
2018-03-03 05:46:44 +00:00
|
|
|
%description -n python%{python3_pkgversion}-qt5-devel
|
2014-02-15 20:10:19 +00:00
|
|
|
Files needed to build other bindings for C++ classes that inherit from any
|
2014-12-29 04:41:21 +00:00
|
|
|
of the Qt5 classes
|
2014-02-15 20:10:19 +00:00
|
|
|
|
2014-02-13 15:59:45 +00:00
|
|
|
%package doc
|
2017-11-13 22:45:39 +00:00
|
|
|
Summary: Developer documentation for %{name}
|
2014-02-13 16:29:24 +00:00
|
|
|
Provides: PyQt5-doc = %{version}-%{release}
|
2014-02-13 15:59:45 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
%description doc
|
|
|
|
%{summary}.
|
|
|
|
|
2016-03-02 13:55:57 +00:00
|
|
|
%if 0%{?webengine}
|
2019-04-21 21:25:44 +00:00
|
|
|
%if 0%{?with_python2}
|
2018-03-20 23:01:58 +00:00
|
|
|
%package -n python2-qt5-webengine
|
2016-03-02 13:55:57 +00:00
|
|
|
Summary: Python bindings for Qt5 WebEngine
|
|
|
|
BuildRequires: pkgconfig(Qt5WebEngine)
|
|
|
|
Obsoletes: python-qt5 < 5.5.1-10
|
2018-03-20 23:01:58 +00:00
|
|
|
Requires: python2-qt5%{?_isa} = %{version}-%{release}
|
|
|
|
%{?python_provide:%python_provide python2-qt5-webengine}
|
|
|
|
%description -n python2-qt5-webengine
|
2017-03-28 12:29:07 +00:00
|
|
|
%{summary}.
|
2019-04-21 21:25:44 +00:00
|
|
|
%endif
|
2016-03-02 13:55:57 +00:00
|
|
|
|
2018-03-03 05:46:44 +00:00
|
|
|
%package -n python%{python3_pkgversion}-qt5-webengine
|
2017-03-28 12:29:07 +00:00
|
|
|
Summary: Python3 bindings for Qt5 WebEngine
|
2019-04-21 21:25:44 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5WebEngine)
|
2016-03-07 19:27:30 +00:00
|
|
|
Obsoletes: python3-webengine < 5.5.1-13
|
2016-03-02 13:55:57 +00:00
|
|
|
Obsoletes: python3-qt5 < 5.5.1-10
|
2018-03-03 05:46:44 +00:00
|
|
|
Requires: python%{python3_pkgversion}-qt5%{?_isa} = %{version}-%{release}
|
2018-03-20 23:01:58 +00:00
|
|
|
%{?python_provide:%python_provide python%{python3_pkgversion}-qt5-webengine}
|
2018-03-03 05:46:44 +00:00
|
|
|
%description -n python%{python3_pkgversion}-qt5-webengine
|
2017-03-28 12:29:07 +00:00
|
|
|
%{summary}.
|
2016-03-02 13:55:57 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
%if 0%{?webkit}
|
2019-04-21 21:25:44 +00:00
|
|
|
%if 0%{?with_python2}
|
2018-03-20 23:01:58 +00:00
|
|
|
%package -n python2-qt5-webkit
|
2016-03-02 13:55:57 +00:00
|
|
|
Summary: Python bindings for Qt5 Webkit
|
2018-03-20 23:01:58 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5WebKit)
|
|
|
|
BuildRequires: pkgconfig(Qt5WebKitWidgets)
|
2016-03-07 19:27:30 +00:00
|
|
|
Obsoletes: python3-webkit < 5.5.1-12
|
2016-03-02 13:55:57 +00:00
|
|
|
Obsoletes: python-qt5 < 5.5.1-10
|
2018-03-20 23:01:58 +00:00
|
|
|
Requires: python2-qt5%{?_isa} = %{version}-%{release}
|
|
|
|
%{?python_provide:%python_provide python2-qt5-webkit}
|
|
|
|
%description -n python2-qt5-webkit
|
2017-03-28 12:29:07 +00:00
|
|
|
%{summary}.
|
2019-04-21 21:25:44 +00:00
|
|
|
%endif
|
2016-03-02 13:55:57 +00:00
|
|
|
|
2018-03-03 05:46:44 +00:00
|
|
|
%package -n python%{python3_pkgversion}-qt5-webkit
|
2017-03-28 12:29:07 +00:00
|
|
|
Summary: Python3 bindings for Qt5 Webkit
|
2019-04-21 21:25:44 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5WebKit)
|
|
|
|
BuildRequires: pkgconfig(Qt5WebKitWidgets)
|
2016-03-02 13:55:57 +00:00
|
|
|
Obsoletes: python3-qt5 < 5.5.1-10
|
2018-03-03 05:46:44 +00:00
|
|
|
Requires: python%{python3_pkgversion}-qt5%{?_isa} = %{version}-%{release}
|
2018-03-20 23:01:58 +00:00
|
|
|
%{?python_provide:%python_provide python%{python3_pkgversion}-qt5-webkit}
|
2018-03-03 05:46:44 +00:00
|
|
|
%description -n python%{python3_pkgversion}-qt5-webkit
|
2017-03-28 12:29:07 +00:00
|
|
|
%{summary}.
|
2016-03-02 13:55:57 +00:00
|
|
|
%endif
|
|
|
|
|
2014-02-13 15:59:45 +00:00
|
|
|
|
|
|
|
%prep
|
2018-05-29 17:59:32 +00:00
|
|
|
%setup -q -n PyQt5_gpl-%{version}%{?snap:.%{snap}}
|
2016-04-25 15:47:27 +00:00
|
|
|
|
2015-06-04 22:42:37 +00:00
|
|
|
%patch0 -p1
|
2019-03-22 01:39:39 +00:00
|
|
|
#patch1 -p1
|
2014-02-13 15:59:45 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
2019-03-14 14:22:00 +00:00
|
|
|
## see also https://www.riverbankcomputing.com/static/Docs/PyQt5/installation.html
|
|
|
|
|
2014-02-13 15:59:45 +00:00
|
|
|
PATH=%{_qt5_bindir}:$PATH ; export PATH
|
|
|
|
|
2014-02-15 20:10:19 +00:00
|
|
|
# Python 2 build:
|
|
|
|
%if 0%{?with_python2}
|
2016-03-02 15:00:11 +00:00
|
|
|
mkdir %{_target_platform}
|
2017-07-06 03:05:45 +00:00
|
|
|
# copy sources, seems pure shadow build support broke with 5.9 -- rex
|
|
|
|
cp -a * %{_target_platform}/ ||:
|
2016-03-02 15:00:11 +00:00
|
|
|
pushd %{_target_platform}
|
2017-07-06 03:05:45 +00:00
|
|
|
%{__python2} ./configure.py \
|
2014-02-13 15:59:45 +00:00
|
|
|
--assume-shared \
|
|
|
|
--confirm-license \
|
2019-05-12 13:36:55 +00:00
|
|
|
--no-designer-plugin \
|
|
|
|
--no-qml-plugin \
|
2014-02-13 15:59:45 +00:00
|
|
|
--qmake=%{_qt5_qmake} \
|
2018-08-30 15:30:47 +00:00
|
|
|
%{!?with_python3:--no-qsci-api}%{?with_python3:--qsci-api --qsci-api-destdir=%{_qt5_datadir}/qsci} \
|
2016-02-01 18:15:21 +00:00
|
|
|
--verbose \
|
2019-08-19 21:59:56 +00:00
|
|
|
--sip-incdir %{_prefix}/include/python%{python2_version}/ \
|
2019-08-21 20:37:22 +00:00
|
|
|
--dbus %{_includedir}/dbus-1.0/ \
|
2016-03-05 15:40:08 +00:00
|
|
|
QMAKE_CFLAGS_RELEASE="%{optflags}" \
|
|
|
|
QMAKE_CXXFLAGS_RELEASE="%{optflags}" \
|
2016-03-05 15:41:28 +00:00
|
|
|
QMAKE_LFLAGS_RELEASE="%{?__global_ldflags}"
|
2014-02-13 15:59:45 +00:00
|
|
|
|
2018-03-06 21:39:18 +00:00
|
|
|
%make_build
|
2016-03-02 15:00:11 +00:00
|
|
|
popd
|
2014-02-15 20:10:19 +00:00
|
|
|
%endif # with_python2
|
|
|
|
|
|
|
|
# Python 3 build:
|
|
|
|
%if 0%{?with_python3}
|
2018-07-10 21:16:02 +00:00
|
|
|
mkdir %{_target_platform}-python3
|
2018-07-11 19:18:37 +00:00
|
|
|
cp -a * %{_target_platform}-python3/ ||:
|
2016-03-02 15:00:11 +00:00
|
|
|
pushd %{_target_platform}-python3
|
2017-07-06 03:05:45 +00:00
|
|
|
%{__python3} ./configure.py \
|
2014-02-15 20:10:19 +00:00
|
|
|
--assume-shared \
|
|
|
|
--confirm-license \
|
|
|
|
--qmake=%{_qt5_qmake} \
|
2018-08-30 15:30:47 +00:00
|
|
|
%{?with_python2:--no-qsci-api}%{!?with_python2:--qsci-api --qsci-api-destdir=%{_qt5_datadir}/qsci} \
|
2019-04-21 21:25:44 +00:00
|
|
|
%{?py3_sip:--sip=%{_bindir}/python3-sip} \
|
2018-08-14 13:37:31 +00:00
|
|
|
%{?py3_sipdir:--sipdir=%{py3_sipdir}} \
|
2016-02-01 18:15:21 +00:00
|
|
|
--verbose \
|
2019-08-19 21:59:56 +00:00
|
|
|
--sip-incdir %{_prefix}/include/python%{python3_version}m/ \
|
2019-08-21 20:37:22 +00:00
|
|
|
--dbus %{_includedir}/dbus-1.0/ \
|
2016-03-05 15:40:08 +00:00
|
|
|
QMAKE_CFLAGS_RELEASE="%{optflags}" \
|
|
|
|
QMAKE_CXXFLAGS_RELEASE="%{optflags}" \
|
2016-03-05 15:41:28 +00:00
|
|
|
QMAKE_LFLAGS_RELEASE="%{?__global_ldflags}"
|
2014-02-15 20:10:19 +00:00
|
|
|
|
2018-03-06 21:39:18 +00:00
|
|
|
%make_build
|
2014-02-15 20:10:19 +00:00
|
|
|
popd
|
|
|
|
%endif # with_python3
|
2014-02-13 15:59:45 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
2014-02-15 20:10:19 +00:00
|
|
|
|
|
|
|
# Python 3 build:
|
|
|
|
%if 0%{?with_python3}
|
2018-03-06 21:39:18 +00:00
|
|
|
%make_install INSTALL_ROOT=%{buildroot} -C %{_target_platform}-python3
|
2019-07-30 12:43:53 +00:00
|
|
|
if [ "%{_prefix}" != "/usr" ]; then
|
|
|
|
cp -ru %{buildroot}/usr/* %{buildroot}%{_prefix}/
|
|
|
|
rm -rf %{buildroot}/usr/*
|
|
|
|
fi
|
2018-08-14 13:37:31 +00:00
|
|
|
%if "%py3_sipdir" == "%{_datadir}/sip/PyQt5"
|
|
|
|
# copy files to old location for compat purposes temporarily
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/python3-sip
|
|
|
|
cp -alf %{buildroot}%{py3_sipdir} \
|
|
|
|
%{buildroot}%{_datadir}/python3-sip/PyQt5
|
|
|
|
%endif
|
2019-07-30 12:43:53 +00:00
|
|
|
|
2019-07-30 18:03:13 +00:00
|
|
|
if [ "%{_prefix}" != "/usr" ]; then
|
2019-07-30 19:10:47 +00:00
|
|
|
cp -ru %{buildroot}/usr/* %{buildroot}%{_prefix}/ || echo "Nothing to copy"
|
2019-07-30 18:03:13 +00:00
|
|
|
rm -rf %{buildroot}/usr/*
|
|
|
|
fi
|
|
|
|
|
2014-12-27 16:41:38 +00:00
|
|
|
# ensure .so modules are executable for proper -debuginfo extraction
|
2019-07-31 13:36:15 +00:00
|
|
|
find %{buildroot} -type f -name '*.so' | xargs chmod a+rx
|
2019-08-07 21:05:19 +00:00
|
|
|
#for i in %%{buildroot}%%{python3_sitearch}/PyQt5/*.so %%{buildroot}%%{python3_dbus_dir}/pyqt5.so ; do
|
2019-07-31 13:36:15 +00:00
|
|
|
#test -x $i || chmod a+rx $i
|
|
|
|
#done
|
2014-02-15 20:10:19 +00:00
|
|
|
%endif # with_python3
|
|
|
|
|
|
|
|
# Python 2 build:
|
|
|
|
%if 0%{?with_python2}
|
2018-03-06 21:39:18 +00:00
|
|
|
%make_install INSTALL_ROOT=%{buildroot} -C %{_target_platform}
|
2019-07-30 12:43:53 +00:00
|
|
|
if [ "%{_prefix}" != "/usr" ]; then
|
|
|
|
cp -ru %{buildroot}/usr/* %{buildroot}%{_prefix}/
|
|
|
|
rm -rf %{buildroot}/usr/*
|
|
|
|
fi
|
2014-12-27 16:41:38 +00:00
|
|
|
# ensure .so modules are executable for proper -debuginfo extraction
|
2019-07-31 14:54:15 +00:00
|
|
|
find %{buildroot} -type f -name '*.so' | xargs chmod a+rx
|
2019-08-07 21:05:19 +00:00
|
|
|
#for i in %%{buildroot}%%{python2_sitearch}/PyQt5/*.so %%{buildroot}%%{python2_dbus_dir}/pyqt5.so ; do
|
2019-07-31 14:54:15 +00:00
|
|
|
#test -x $i || chmod a+rx $i
|
|
|
|
#done
|
2014-02-15 20:10:19 +00:00
|
|
|
%endif # with_python2
|
2014-02-13 15:59:45 +00:00
|
|
|
|
|
|
|
# remove Python3 code from Python2 directory, fixes FTBFS like PyQt4 (#564633)
|
2014-03-16 20:18:16 +00:00
|
|
|
rm -rfv %{buildroot}%{python2_sitearch}/PyQt5/uic/port_v3/
|
2014-02-13 15:59:45 +00:00
|
|
|
# remove Python2 code from Python3 directory (for when/if we support python3 here)
|
|
|
|
rm -rfv %{buildroot}%{python3_sitearch}/PyQt5/uic/port_v2/
|
|
|
|
|
2015-01-06 18:16:40 +00:00
|
|
|
# rpm macros
|
|
|
|
install -p -m644 -D %{SOURCE1} \
|
|
|
|
%{buildroot}%{rpm_macros_dir}/macros.pyqt5
|
|
|
|
sed -i \
|
|
|
|
-e "s|@@NAME@@|%{name}|g" \
|
|
|
|
-e "s|@@EPOCH@@|%{?epoch}%{!?epoch:0}|g" \
|
|
|
|
-e "s|@@VERSION@@|%{version}|g" \
|
|
|
|
-e "s|@@EVR@@|%{?epoch:%{epoch:}}%{version}-%{release}|g" \
|
|
|
|
%{buildroot}%{rpm_macros_dir}/macros.pyqt5
|
|
|
|
|
2015-10-27 19:28:46 +00:00
|
|
|
%if 0%{?with_python3}
|
2017-01-27 13:34:22 +00:00
|
|
|
# install wrappers to handle both/either python2/python3
|
|
|
|
# TODO: consider alternatives? -- rex
|
|
|
|
rm -fv %{buildroot}%{_bindir}/{pyrcc5,pylupdate5,pyuic5}
|
|
|
|
install -p -m755 -D %{SOURCE2} %{buildroot}%{_bindir}/pylupdate5
|
|
|
|
install -p -m755 -D %{SOURCE3} %{buildroot}%{_bindir}/pyrcc5
|
|
|
|
install -p -m755 -D %{SOURCE4} %{buildroot}%{_bindir}/pyuic5
|
2015-06-06 00:40:32 +00:00
|
|
|
sed -i \
|
|
|
|
-e "s|@PYTHON3@|%{__python3}|g" \
|
|
|
|
-e "s|@PYTHON2@|%{__python2}|g" \
|
2017-01-27 13:34:22 +00:00
|
|
|
%{buildroot}%{_bindir}/{pyrcc5,pylupdate5,pyuic5}
|
2015-06-06 00:40:32 +00:00
|
|
|
%endif
|
|
|
|
|
2014-02-15 20:10:19 +00:00
|
|
|
%if 0%{?with_python2}
|
2018-03-20 23:01:58 +00:00
|
|
|
%files -n python2-qt5
|
2015-10-27 22:43:13 +00:00
|
|
|
%{python2_sitearch}/PyQt5/Enginio.so
|
2014-06-02 17:59:07 +00:00
|
|
|
%{python2_sitearch}/PyQt5/QtBluetooth.so
|
2014-03-16 20:18:16 +00:00
|
|
|
%{python2_sitearch}/PyQt5/QtDesigner.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtHelp.so
|
2015-07-30 13:03:04 +00:00
|
|
|
%{python2_sitearch}/PyQt5/QtLocation.so
|
2014-03-16 20:18:16 +00:00
|
|
|
%{python2_sitearch}/PyQt5/QtMultimedia.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtMultimediaWidgets.so
|
2015-07-30 13:03:04 +00:00
|
|
|
%{python2_sitearch}/PyQt5/QtNfc.so
|
2014-05-12 15:31:38 +00:00
|
|
|
%{python2_sitearch}/PyQt5/QtPositioning.so
|
2014-03-16 20:18:16 +00:00
|
|
|
%{python2_sitearch}/PyQt5/QtQml.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtQuick.so
|
2014-06-02 17:59:07 +00:00
|
|
|
%{python2_sitearch}/PyQt5/QtQuickWidgets.so
|
2014-05-12 15:31:38 +00:00
|
|
|
%{python2_sitearch}/PyQt5/QtSensors.so
|
2014-06-02 17:59:07 +00:00
|
|
|
%{python2_sitearch}/PyQt5/QtSerialPort.so
|
2014-03-16 20:18:16 +00:00
|
|
|
%{python2_sitearch}/PyQt5/QtSvg.so
|
2015-06-06 00:15:21 +00:00
|
|
|
%{python2_sitearch}/PyQt5/QtWebChannel.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtWebSockets.so
|
2014-03-16 20:18:16 +00:00
|
|
|
%{python2_sitearch}/PyQt5/QtX11Extras.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtXmlPatterns.so
|
2014-02-13 15:59:45 +00:00
|
|
|
|
2018-03-20 23:01:58 +00:00
|
|
|
%files -n python2-qt5-base
|
2017-03-30 11:51:16 +00:00
|
|
|
%doc NEWS README
|
|
|
|
%license LICENSE
|
2019-08-21 17:59:46 +00:00
|
|
|
%{python2_dbus_dir}/pyqt5.so
|
2017-03-30 11:51:16 +00:00
|
|
|
%dir %{python2_sitearch}/PyQt5/
|
2018-08-14 19:33:04 +00:00
|
|
|
%{python2_sitearch}/PyQt5-%{version}%{?snap:.%{snap}}.dist-info
|
2017-03-30 11:51:16 +00:00
|
|
|
%{python2_sitearch}/PyQt5/__init__.py*
|
|
|
|
%{python2_sitearch}/PyQt5/Qt.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtCore.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtDBus.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtGui.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtNetwork.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtOpenGL.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtPrintSupport.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtSql.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtTest.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtWidgets.so
|
|
|
|
%{python2_sitearch}/PyQt5/QtXml.so
|
|
|
|
%{python2_sitearch}/PyQt5/_QOpenGLFunctions_2_0.so
|
|
|
|
%{python2_sitearch}/PyQt5/_QOpenGLFunctions_2_1.so
|
|
|
|
%{python2_sitearch}/PyQt5/_QOpenGLFunctions_4_1_Core.so
|
2019-07-30 17:44:11 +00:00
|
|
|
# *was* in -devel
|
|
|
|
%{_bindir}/pylupdate5
|
|
|
|
%{_bindir}/pyrcc5
|
|
|
|
%{_bindir}/pyuic5
|
|
|
|
%{python2_sitearch}/PyQt5/uic/
|
|
|
|
%{python2_sitearch}/PyQt5/pylupdate.so
|
|
|
|
%{python2_sitearch}/PyQt5/pylupdate_main.py*
|
|
|
|
%{python2_sitearch}/PyQt5/pyrcc.so
|
|
|
|
%{python2_sitearch}/PyQt5/pyrcc_main.py*
|
2017-03-30 11:51:16 +00:00
|
|
|
|
2016-03-02 13:55:57 +00:00
|
|
|
%if 0%{?webengine}
|
2018-03-20 23:01:58 +00:00
|
|
|
%files -n python2-qt5-webengine
|
2017-01-01 12:47:43 +00:00
|
|
|
%{python2_sitearch}/PyQt5/QtWebEngine.*
|
2016-04-25 18:46:30 +00:00
|
|
|
%{python2_sitearch}/PyQt5/QtWebEngineCore.*
|
|
|
|
%{python2_sitearch}/PyQt5/QtWebEngineWidgets.*
|
2016-03-02 13:55:57 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
%if 0%{?webkit}
|
2018-03-20 23:01:58 +00:00
|
|
|
%files -n python2-qt5-webkit
|
2016-04-25 18:46:30 +00:00
|
|
|
%{python2_sitearch}/PyQt5/QtWebKit.*
|
|
|
|
%{python2_sitearch}/PyQt5/QtWebKitWidgets.*
|
2016-03-02 13:55:57 +00:00
|
|
|
%endif
|
|
|
|
|
2018-03-20 23:01:58 +00:00
|
|
|
%files -n python2-qt5-devel
|
2014-02-13 15:59:45 +00:00
|
|
|
%{_datadir}/sip/PyQt5/
|
2014-02-15 20:10:19 +00:00
|
|
|
%endif
|
|
|
|
|
2018-08-30 15:30:47 +00:00
|
|
|
%files rpm-macros
|
|
|
|
%{rpm_macros_dir}/macros.pyqt5
|
|
|
|
|
2014-02-15 20:10:19 +00:00
|
|
|
%if 0%{?with_python3}
|
2018-03-03 05:46:44 +00:00
|
|
|
%files -n python%{python3_pkgversion}-qt5
|
2016-04-25 18:46:30 +00:00
|
|
|
%{python3_sitearch}/PyQt5/Enginio.*
|
|
|
|
%{python3_sitearch}/PyQt5/QtBluetooth.*
|
|
|
|
%{python3_sitearch}/PyQt5/QtDesigner.*
|
|
|
|
%{python3_sitearch}/PyQt5/QtHelp.*
|
|
|
|
%{python3_sitearch}/PyQt5/QtLocation.*
|
|
|
|
%{python3_sitearch}/PyQt5/QtMultimedia.*
|
|
|
|
%{python3_sitearch}/PyQt5/QtMultimediaWidgets.*
|
|
|
|
%{python3_sitearch}/PyQt5/QtNfc.*
|
|
|
|
%{python3_sitearch}/PyQt5/QtPositioning.*
|
|
|
|
%{python3_sitearch}/PyQt5/QtQml.*
|
|
|
|
%{python3_sitearch}/PyQt5/QtQuick.*
|
|
|
|
%{python3_sitearch}/PyQt5/QtQuickWidgets.*
|
|
|
|
%{python3_sitearch}/PyQt5/QtSensors.*
|
|
|
|
%{python3_sitearch}/PyQt5/QtSerialPort.*
|
|
|
|
%{python3_sitearch}/PyQt5/QtSvg.*
|
|
|
|
%{python3_sitearch}/PyQt5/QtWebChannel.*
|
|
|
|
%{python3_sitearch}/PyQt5/QtWebSockets.*
|
|
|
|
%{python3_sitearch}/PyQt5/QtX11Extras.*
|
|
|
|
%{python3_sitearch}/PyQt5/QtXmlPatterns.*
|
2014-02-15 20:10:19 +00:00
|
|
|
|
2018-03-03 05:46:44 +00:00
|
|
|
%files -n python%{python3_pkgversion}-qt5-base
|
2017-03-30 11:51:16 +00:00
|
|
|
%doc NEWS README
|
|
|
|
%license LICENSE
|
2019-08-21 17:59:46 +00:00
|
|
|
%{python3_dbus_dir}/pyqt5.so
|
2017-03-30 11:51:16 +00:00
|
|
|
%dir %{python3_sitearch}/PyQt5/
|
2018-08-14 19:33:04 +00:00
|
|
|
%{python3_sitearch}/PyQt5-%{version}%{?snap:.%{snap}}.dist-info
|
2019-04-09 20:01:50 +00:00
|
|
|
%{python3_sitearch}/PyQt5/__pycache__/__init__.*
|
2017-03-30 11:51:16 +00:00
|
|
|
%{python3_sitearch}/PyQt5/__init__.py*
|
|
|
|
%{python3_sitearch}/PyQt5/Qt.*
|
|
|
|
%{python3_sitearch}/PyQt5/QtCore.*
|
|
|
|
%{python3_sitearch}/PyQt5/QtDBus.*
|
|
|
|
%{python3_sitearch}/PyQt5/QtGui.*
|
|
|
|
%{python3_sitearch}/PyQt5/QtNetwork.*
|
|
|
|
%{python3_sitearch}/PyQt5/QtOpenGL.*
|
|
|
|
%{python3_sitearch}/PyQt5/QtPrintSupport.*
|
|
|
|
%{python3_sitearch}/PyQt5/QtSql.*
|
|
|
|
%{python3_sitearch}/PyQt5/QtTest.*
|
|
|
|
%{python3_sitearch}/PyQt5/QtWidgets.*
|
|
|
|
%{python3_sitearch}/PyQt5/QtXml.*
|
|
|
|
%{python3_sitearch}/PyQt5/_QOpenGLFunctions_2_0.*
|
|
|
|
%{python3_sitearch}/PyQt5/_QOpenGLFunctions_2_1.*
|
|
|
|
%{python3_sitearch}/PyQt5/_QOpenGLFunctions_4_1_Core.*
|
2019-05-12 13:36:55 +00:00
|
|
|
# plugins
|
|
|
|
%{_qt5_plugindir}/PyQt5/
|
|
|
|
%{_qt5_plugindir}/designer/libpyqt5.so
|
2019-07-30 17:44:11 +00:00
|
|
|
%{python3_sitearch}/PyQt5/uic/
|
|
|
|
# *was* in python3-qt5-devel
|
|
|
|
%{_bindir}/pylupdate5
|
|
|
|
%{_bindir}/pyrcc5
|
|
|
|
%{_bindir}/pyuic5
|
|
|
|
%{python3_sitearch}/PyQt5/pylupdate.so
|
|
|
|
%{python3_sitearch}/PyQt5/pylupdate_main.py*
|
|
|
|
%{python3_sitearch}/PyQt5/__pycache__/pylupdate_main*
|
|
|
|
%{python3_sitearch}/PyQt5/pyrcc.so
|
|
|
|
%{python3_sitearch}/PyQt5/pyrcc_main.py*
|
|
|
|
%{python3_sitearch}/PyQt5/__pycache__/pyrcc_main*
|
2017-03-30 11:51:16 +00:00
|
|
|
|
2016-03-02 13:55:57 +00:00
|
|
|
%if 0%{?webengine}
|
2018-03-03 05:46:44 +00:00
|
|
|
%files -n python%{python3_pkgversion}-qt5-webengine
|
2017-01-01 12:47:43 +00:00
|
|
|
%{python3_sitearch}/PyQt5/QtWebEngine.*
|
2016-04-25 18:46:30 +00:00
|
|
|
%{python3_sitearch}/PyQt5/QtWebEngineCore.*
|
|
|
|
%{python3_sitearch}/PyQt5/QtWebEngineWidgets.*
|
2016-03-02 13:55:57 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
%if 0%{?webkit}
|
2018-03-03 05:46:44 +00:00
|
|
|
%files -n python%{python3_pkgversion}-qt5-webkit
|
2016-04-25 18:46:30 +00:00
|
|
|
%{python3_sitearch}/PyQt5/QtWebKit.*
|
|
|
|
%{python3_sitearch}/PyQt5/QtWebKitWidgets.*
|
2016-03-02 13:55:57 +00:00
|
|
|
%endif
|
|
|
|
|
2018-03-03 05:46:44 +00:00
|
|
|
%files -n python%{python3_pkgversion}-qt5-devel
|
2018-08-14 13:37:31 +00:00
|
|
|
%{py3_sipdir}/
|
|
|
|
# compat location
|
|
|
|
%dir %{_datadir}/python3-sip/
|
|
|
|
%{_datadir}/python3-sip/PyQt5/
|
2014-02-15 20:10:19 +00:00
|
|
|
%endif # with_python3
|
2014-02-13 15:59:45 +00:00
|
|
|
|
|
|
|
%files doc
|
2017-07-06 03:05:45 +00:00
|
|
|
#doc doc/*
|
2014-02-13 15:59:45 +00:00
|
|
|
%doc examples/
|
2016-02-29 19:23:26 +00:00
|
|
|
# avoid dep on qscintilla-python, own %%_qt5_datadir/qsci/... here for now
|
2015-06-06 00:15:21 +00:00
|
|
|
%dir %{_qt5_datadir}/qsci/
|
|
|
|
%dir %{_qt5_datadir}/qsci/api/
|
|
|
|
%dir %{_qt5_datadir}/qsci/api/python/
|
|
|
|
%doc %{_qt5_datadir}/qsci/api/python/PyQt5.api
|
2014-02-13 15:59:45 +00:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2019-08-15 23:01:30 +00:00
|
|
|
* Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 5.13.0-2
|
|
|
|
- Rebuilt for Python 3.8
|
|
|
|
|
2019-08-04 12:28:19 +00:00
|
|
|
* Sun Aug 04 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.13.0-1
|
|
|
|
- 5.13.0
|
|
|
|
|
2019-07-30 17:44:11 +00:00
|
|
|
* Tue Jul 30 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.3-5
|
|
|
|
- move pyuic and friends to -base (#1728273)
|
|
|
|
- move Provides: PyQt5 to python3-qt5 (#1730635)
|
|
|
|
|
2019-07-26 15:52:41 +00:00
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.12.3-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-07-26 15:31:13 +00:00
|
|
|
* Fri Jul 26 2019 Gwyn Ciesla <gwync@protonmail.com> - 5.12.3-3
|
|
|
|
- Add ugly hack to work around setuptools issue for flatpak.
|
|
|
|
- https://github.com/pypa/setuptools/issues/1808
|
|
|
|
|
2019-06-28 20:37:01 +00:00
|
|
|
* Fri Jun 28 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.3-2
|
|
|
|
- rebuild (qtbase/qtmultimedia)
|
|
|
|
|
2019-06-27 13:48:36 +00:00
|
|
|
* Thu Jun 27 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.3-1
|
|
|
|
- 5.12.3
|
|
|
|
|
2019-06-17 07:05:14 +00:00
|
|
|
* Mon Jun 17 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.2-5
|
|
|
|
- rebuild (qt5)
|
|
|
|
|
2019-06-05 20:23:55 +00:00
|
|
|
* Wed Jun 05 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.2-4
|
|
|
|
- rebuild (qt5)
|
|
|
|
|
2019-05-12 13:36:55 +00:00
|
|
|
* Sun May 12 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.2-3
|
|
|
|
- ship designer/qml plugins for python3 (only)
|
|
|
|
|
2019-05-10 19:33:09 +00:00
|
|
|
* Fri May 10 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.2-2
|
2019-05-10 19:34:05 +00:00
|
|
|
- python2-qt5-base: move qt plugins here (#1708274)
|
2019-05-10 19:33:09 +00:00
|
|
|
|
2019-05-06 19:05:46 +00:00
|
|
|
* Mon May 06 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.2-1
|
|
|
|
- 5.12.2
|
|
|
|
|
2019-04-21 21:25:44 +00:00
|
|
|
* Sun Apr 21 2019 Orion Poplawski <orion@nwra.com> - 5.12.1-2
|
|
|
|
- Build for python3 for EPEL
|
|
|
|
|
2019-03-22 01:39:39 +00:00
|
|
|
* Thu Mar 21 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.1-1
|
|
|
|
- 5.12.1
|
2019-04-09 19:26:18 +00:00
|
|
|
- omit webengine (now packaged separately)
|
2019-03-22 01:39:39 +00:00
|
|
|
|
2019-03-03 22:02:29 +00:00
|
|
|
* Sun Mar 03 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.11.3-6
|
|
|
|
- re-enable webengine support
|
|
|
|
|
2019-02-15 20:08:10 +00:00
|
|
|
* Fri Feb 15 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.11.3-5
|
|
|
|
- rebuild (qt5)
|
|
|
|
|
2019-02-02 08:56:01 +00:00
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.11.3-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-01-29 20:57:03 +00:00
|
|
|
* Tue Jan 29 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.11.3-3
|
|
|
|
- drop BR: python3-enum34
|
|
|
|
|
2018-12-12 21:25:24 +00:00
|
|
|
* Tue Dec 11 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.3-2
|
|
|
|
- rebuild (Qt5)
|
|
|
|
|
2018-10-03 13:24:07 +00:00
|
|
|
* Wed Oct 03 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.3-1
|
|
|
|
- 5.11.3 (final)
|
|
|
|
|
2018-09-21 17:13:36 +00:00
|
|
|
* Fri Sep 21 2018 Jan Grulich <jgrulich@redhat.com> - 5.11.3-0.4.dev1808131157
|
|
|
|
- rebuild (qt5)
|
|
|
|
|
2018-08-30 15:30:47 +00:00
|
|
|
* Thu Aug 30 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.3-0.3.dev1808131157
|
|
|
|
- unconditionally create rpm-macros
|
|
|
|
- handle api generation when one of python2/python3 is disabled
|
|
|
|
|
2018-08-24 19:13:57 +00:00
|
|
|
* Fri Aug 24 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.3-0.2.dev1808131157
|
|
|
|
- drop backward-compat py3_sipdir
|
|
|
|
- drop dep on python?-sip, rely only on python?-pyqt?-sip-api
|
|
|
|
- move versioned qt5/sip-api deps to -base
|
|
|
|
|
2018-08-14 19:33:04 +00:00
|
|
|
* Tue Aug 14 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.3-0.1.dev1808131157
|
|
|
|
- 5.11.3.dev1808131157 snapshot
|
|
|
|
- enable dist-info, include in -base (#1558187)
|
|
|
|
|
2018-08-14 13:37:31 +00:00
|
|
|
* Tue Aug 14 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.2-3
|
|
|
|
- support compat py3_sipdir
|
2018-08-14 13:48:32 +00:00
|
|
|
- python3-qt5: fix sip-api dep
|
2018-08-14 13:37:31 +00:00
|
|
|
|
2018-07-30 15:32:01 +00:00
|
|
|
* Mon Jul 30 2018 Sandro Mani <manisandro@gmail.com> - 5.11.2-2
|
|
|
|
- Add missing Requires: python2-enum34
|
|
|
|
|
2018-07-10 21:16:02 +00:00
|
|
|
* Tue Jul 10 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.2-1
|
|
|
|
- 5.11.2
|
|
|
|
- %%build: --no-dist-info (not supported when using DESTDIR= yet)
|
2018-07-11 19:18:37 +00:00
|
|
|
- configure.py: make check for PyQt5.sip module non-fatal
|
2018-07-10 21:16:02 +00:00
|
|
|
|
2018-06-22 09:59:14 +00:00
|
|
|
* 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
|
|
|
|
|
2018-06-21 12:47:05 +00:00
|
|
|
* Thu Jun 21 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.10.2-0.3.dev1805251538
|
|
|
|
- rebuild (qt5)
|
|
|
|
|
2018-06-16 10:25:20 +00:00
|
|
|
* Sat Jun 16 2018 Miro Hrončok <mhroncok@redhat.com> - 5.10.2-0.2.dev1805251538
|
|
|
|
- Rebuilt for Python 3.7
|
|
|
|
|
2018-05-29 17:59:32 +00:00
|
|
|
* Tue May 29 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.10.2-0.1.dev1805251538
|
|
|
|
- 5.10.2.dev1805251538 snapshot
|
|
|
|
|
2018-05-29 00:53:02 +00:00
|
|
|
* Mon May 28 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.10.1-3
|
|
|
|
- rebuild (qt5)
|
|
|
|
|
2018-03-20 23:01:58 +00:00
|
|
|
* Tue Mar 20 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 5.10.1-2
|
|
|
|
- Add missing %%python_provide macros
|
|
|
|
- Rename python2 packages to python2-*
|
|
|
|
|
2018-03-06 21:39:18 +00:00
|
|
|
* Tue Mar 06 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.10.1-1
|
|
|
|
- 5.10.1, use %%make_build
|
|
|
|
|
2018-03-03 05:46:44 +00:00
|
|
|
* Sat Mar 03 2018 Sérgio Basto <sergio@serjux.com> - 5.10-4
|
|
|
|
- Enable python3 on epel7
|
|
|
|
|
2018-02-14 12:33:46 +00:00
|
|
|
* Wed Feb 14 2018 Jan Grulich <jgrulich@redhat.com> - 5.10-3
|
|
|
|
- rebuild (qt5)
|
|
|
|
|
2018-02-09 10:24:21 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.10-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-23 21:22:49 +00:00
|
|
|
* Tue Jan 23 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.10-1
|
|
|
|
- PyQt5-5.10
|
|
|
|
|
2018-01-08 16:30:36 +00:00
|
|
|
* Mon Jan 08 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.9.2-5
|
|
|
|
- explicitly support Qt5 newer than just 5.9.3 (+5.9.4,5.10.0,5.10.1)
|
|
|
|
|
2017-12-20 12:45:29 +00:00
|
|
|
* Wed Dec 20 2017 Jan Grulich <jgrulich@redhat.com> - 5.9.2-4
|
|
|
|
- rebuild (qt5)
|
|
|
|
|
2017-12-04 14:33:39 +00:00
|
|
|
* Mon Dec 04 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.2-3
|
|
|
|
- License: GPLv3 (#1520186)
|
|
|
|
|
2017-11-27 00:11:28 +00:00
|
|
|
* Sun Nov 26 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.2-2
|
|
|
|
- rebuild (qt5)
|
|
|
|
|
2017-11-25 07:50:49 +00:00
|
|
|
* Sat Nov 25 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.2-1
|
|
|
|
- 5.9.2
|
|
|
|
|
2017-11-06 18:21:30 +00:00
|
|
|
* Mon Nov 06 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.1-2
|
|
|
|
- rebuild (sip)
|
|
|
|
|
2017-11-04 17:09:47 +00:00
|
|
|
* Sat Nov 04 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.1-1
|
|
|
|
- 5.9.1
|
|
|
|
|
2017-10-09 18:53:05 +00:00
|
|
|
* Mon Oct 09 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9-8
|
|
|
|
- rebuild (qt5)
|
|
|
|
|
2017-09-29 17:01:18 +00:00
|
|
|
* Fri Sep 29 2017 Troy Dawson <tdawson@redhat.com> - 0.7.19-5
|
|
|
|
- Cleanup spec file conditionals
|
|
|
|
|
2017-08-03 06:57:00 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.9-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-31 06:27:11 +00:00
|
|
|
* Mon Jul 31 2017 Florian Weimer <fweimer@redhat.com> - 5.9-5
|
|
|
|
- Rebuild with binutils fix for ppc64le (#1475636)
|
|
|
|
|
2017-07-27 08:35:46 +00:00
|
|
|
* Thu Jul 27 2017 Than Ngo <than@redhat.com> - 5.9-4
|
|
|
|
- fixed bz#1348507, pyqt5 with python2 in isolated mode
|
|
|
|
|
2017-07-26 15:50:00 +00:00
|
|
|
* Wed Jul 26 2017 Than Ngo <than@redhat.com> - 5.9-3
|
|
|
|
- fixed bz#1348507 - Arbitrary code execution due to insecure loading
|
|
|
|
of Python module from CWD
|
|
|
|
|
2017-07-20 01:05:39 +00:00
|
|
|
* Wed Jul 19 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9-2
|
|
|
|
- rebuild (qt5)
|
|
|
|
|
2017-07-06 03:05:45 +00:00
|
|
|
* Wed Jul 05 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9-1
|
|
|
|
- PyQt5-5.9
|
|
|
|
|
2017-07-05 16:04:19 +00:00
|
|
|
* Wed Jul 05 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.8.2-5
|
|
|
|
- rebuild (sip)
|
|
|
|
|
2017-05-14 12:29:04 +00:00
|
|
|
* Sun May 14 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.8.2-4
|
|
|
|
- restore -webengine
|
|
|
|
|
2017-05-12 18:58:46 +00:00
|
|
|
* Fri May 12 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.8.2-3
|
|
|
|
- (temp) disable -webengine support
|
|
|
|
|
2017-05-11 16:02:15 +00:00
|
|
|
* Thu May 11 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.8.2-2
|
|
|
|
- rebuild (qt5)
|
|
|
|
|
2017-04-03 11:59:44 +00:00
|
|
|
* Mon Apr 03 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.8.2-1
|
|
|
|
- PyQt5-5.8.2
|
|
|
|
|
2017-03-30 11:51:16 +00:00
|
|
|
* Wed Mar 29 2017 Thomas Woerner <twoerner@redhat.com> - 5.8.1-3
|
|
|
|
- New base sub package to provide QtBase only (RHBZ#1394626)
|
|
|
|
- New requirement from the main package to the base sub package
|
|
|
|
|
2017-03-28 12:29:07 +00:00
|
|
|
* Tue Mar 28 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.8.1-2
|
|
|
|
- add missing -webengine/-webkit descriptions
|
|
|
|
- better python3-qt5-devel description
|
|
|
|
|
2017-03-07 13:16:26 +00:00
|
|
|
* Tue Mar 07 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.8.1-1
|
|
|
|
- PyQt5-5.8.1
|
|
|
|
|
2017-02-17 13:03:20 +00:00
|
|
|
* Fri Feb 17 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.8-2
|
|
|
|
- python3-qt5: omit sip files inadvertantly added in 5.7.1-5
|
|
|
|
|
2017-02-16 17:26:09 +00:00
|
|
|
* Thu Feb 16 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.8-1
|
|
|
|
- PyQt5-5.8
|
|
|
|
|
2017-02-16 15:26:31 +00:00
|
|
|
* Thu Feb 16 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.7.1-5
|
|
|
|
- move -devel binaries to main pkg(s) (#1422613)
|
|
|
|
|
2017-02-11 10:14:57 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.7.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-30 18:17:12 +00:00
|
|
|
* Mon Jan 30 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.7.1-3
|
|
|
|
- fix pyrcc5 wrapper typo
|
|
|
|
|
2017-01-27 13:38:00 +00:00
|
|
|
* Fri Jan 27 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.7.1-2
|
|
|
|
- add wrappers for pyrcc5,pylupdate5 (#141116,#1415812)
|
|
|
|
- update provides filtering
|
|
|
|
|
2017-01-01 07:07:50 +00:00
|
|
|
* Sat Dec 31 2016 Rex Dieter <rdieter@math.unl.edu> - 5.7.1-1
|
|
|
|
- PyQt5-5.7.1
|
|
|
|
|
2016-12-21 21:55:31 +00:00
|
|
|
* Wed Dec 21 2016 Kevin Fenzi <kevin@scrye.com> - 5.7-6
|
|
|
|
- Rebuild again for Python 3.6
|
|
|
|
|
2016-12-15 12:19:53 +00:00
|
|
|
* Thu Dec 15 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7-5
|
|
|
|
- restore qtwebengine support
|
|
|
|
|
2016-12-11 21:11:08 +00:00
|
|
|
* Fri Dec 09 2016 Charalampos Stratakis <cstratak@redhat.com> - 5.7-4
|
|
|
|
- Rebuild for Python 3.6
|
|
|
|
|
2016-12-03 13:36:16 +00:00
|
|
|
* Sat Dec 03 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7-3
|
|
|
|
- (temporarily) omit webengine support on fc26
|
|
|
|
|
2016-11-30 12:51:14 +00:00
|
|
|
* Wed Nov 30 2016 Than Ngo <than@redhat.com> - 5.7-2
|
|
|
|
- rebuild against new qt5-qtbase-5.7.1
|
|
|
|
|
2016-07-26 16:48:50 +00:00
|
|
|
* Tue Jul 26 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7-1
|
|
|
|
- PyQt5-5.7
|
|
|
|
|
2016-07-19 11:21:21 +00:00
|
|
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.6-8
|
|
|
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
|
|
2016-07-17 14:38:15 +00:00
|
|
|
* Sun Jul 17 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6-7
|
|
|
|
- enable -webengine on f25+
|
|
|
|
|
2016-07-17 11:38:05 +00:00
|
|
|
* Sun Jul 17 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6-6
|
2016-07-17 14:36:37 +00:00
|
|
|
- rebuild (qt5-qtbase), disable -webengine (temp on f25, until fixed)
|
2016-07-17 11:38:05 +00:00
|
|
|
|
2016-07-06 14:40:56 +00:00
|
|
|
* Wed Jul 06 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6-5
|
|
|
|
- BR: qt5-qtbase-private-devel
|
|
|
|
- python3-qt5: add versioned qt5 dep (like base python-qt5 pkg has)
|
|
|
|
|
2016-06-29 19:40:26 +00:00
|
|
|
* Wed Jun 29 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6-4
|
|
|
|
- rebuild (qt5)
|
|
|
|
|
2016-06-15 10:06:36 +00:00
|
|
|
* Wed Jun 15 2016 Than Ngo <than@redhat.com> - 5.6-3
|
|
|
|
- drop ppc ppc64 ppc64le, it's not supported yet
|
|
|
|
|
2016-05-02 12:14:17 +00:00
|
|
|
* Mon May 02 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6-2
|
|
|
|
- -rpm-macros: Conflicts: python(3)-qt5 < 5.6
|
|
|
|
|
2016-04-25 15:47:27 +00:00
|
|
|
* Mon Apr 25 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6-1
|
|
|
|
- PyQt5-5.6
|
|
|
|
|
2016-04-13 16:43:51 +00:00
|
|
|
* Wed Apr 13 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.5.1-20
|
|
|
|
- rebuild (sip), re-enable -webengine for secondary archs
|
|
|
|
|
2016-03-24 16:16:08 +00:00
|
|
|
* Thu Mar 24 2016 Rex Dieter <rdieter@fedoraproject.org> 5.5.1-19
|
|
|
|
- limit -webengine support to just primary archs (for now)
|
|
|
|
|
2016-03-24 13:47:49 +00:00
|
|
|
* Thu Mar 24 2016 Rex Dieter <rdieter@fedoraproject.org> 5.5.1-18
|
|
|
|
- -rpm-macros subpkg
|
|
|
|
|
2016-03-15 21:54:31 +00:00
|
|
|
* Tue Mar 15 2016 Rex Dieter <rdieter@fedoraproject.org> 5.5.1-17
|
|
|
|
- rebuild (qt5-qtenginio)
|
|
|
|
|
2016-03-14 13:06:10 +00:00
|
|
|
* Mon Mar 14 2016 Rex Dieter <rdieter@fedoraproject.org> 5.5.1-16
|
|
|
|
- -webengine: add ExclusiveArch (matching qt5-qtwebengine's)
|
|
|
|
|
2016-03-07 19:27:30 +00:00
|
|
|
* Mon Mar 07 2016 Rex Dieter <rdieter@fedoraproject.org> 5.5.1-15
|
|
|
|
- add Obsoletes for misnamed -webengine/-webkit pkgs (#1315025)
|
|
|
|
|
2016-03-05 15:40:08 +00:00
|
|
|
* Sat Mar 05 2016 Rex Dieter <rdieter@fedoraproject.org> 5.5.1-14
|
|
|
|
- python-qt5 is not built with $RPM_OPT_FLAGS (#1314998)
|
|
|
|
|
2016-03-03 16:26:31 +00:00
|
|
|
* Thu Mar 03 2016 Rex Dieter <rdieter@fedoraproject.org> 5.5.1-13
|
|
|
|
- fix python3-qt5-webengine name
|
|
|
|
|
2016-03-03 12:44:36 +00:00
|
|
|
* Thu Mar 03 2016 Rex Dieter <rdieter@fedoraproject.org> 5.5.1-12
|
|
|
|
- fix python3-qt5-webkit name
|
|
|
|
|
2016-03-02 15:00:11 +00:00
|
|
|
* Wed Mar 02 2016 Rex Dieter <rdieter@fedoraproject.org> 5.5.1-11
|
|
|
|
- use safer subdir builds
|
|
|
|
|
2016-03-02 13:55:57 +00:00
|
|
|
* Wed Mar 02 2016 Rex Dieter <rdieter@fedoraproject.org> 5.5.1-10
|
|
|
|
- -webengine,-webkit subpkgs
|
|
|
|
|
2016-02-27 13:12:22 +00:00
|
|
|
* Sat Feb 27 2016 Christian Dersch <lupinix@mailbox.org> - 5.5.1-9
|
|
|
|
- Enabled QtWebEngine for Fedora >= 24
|
|
|
|
|
2016-02-27 12:09:34 +00:00
|
|
|
* Sat Feb 27 2016 Rex Dieter <rdieter@fedoraproject.org> 5.5.1-8
|
|
|
|
- rebuild
|
|
|
|
|
2016-02-04 20:43:51 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.5.1-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-02-01 18:15:21 +00:00
|
|
|
* Mon Feb 01 2016 Rex Dieter <rdieter@fedoraproject.org> 5.5.1-6
|
|
|
|
- explicitly set CFLAGS,CXXFLAGS,LFLAGS
|
|
|
|
|
2016-01-13 14:52:18 +00:00
|
|
|
* Wed Jan 13 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.5.1-5
|
|
|
|
- %%description: mention PyQt5
|
|
|
|
|
2015-12-07 16:09:28 +00:00
|
|
|
* Mon Dec 07 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.1-4
|
|
|
|
- rebuild (qt5), Provides: python2-qt5
|
|
|
|
|
2015-11-10 17:00:35 +00:00
|
|
|
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.5.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
|
|
|
|
2015-11-02 14:34:52 +00:00
|
|
|
* Mon Nov 02 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.1-2
|
|
|
|
- rebuild (qt5)
|
|
|
|
|
2015-10-26 15:22:10 +00:00
|
|
|
* Mon Oct 26 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.1-1
|
|
|
|
- 5.5.1
|
2015-10-27 19:28:46 +00:00
|
|
|
- enable qtenginio, fix pyuic5 wrapper, use %%license
|
2015-10-26 15:22:10 +00:00
|
|
|
|
2015-10-12 10:50:55 +00:00
|
|
|
* Mon Oct 12 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5-2
|
|
|
|
- rebuild (qt5)
|
|
|
|
|
2015-07-30 13:03:04 +00:00
|
|
|
* Thu Jul 30 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5-1
|
|
|
|
- 5.5
|
|
|
|
|
2015-06-18 20:33:26 +00:00
|
|
|
* 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
|
|
|
|
|
2015-06-13 01:05:56 +00:00
|
|
|
* Fri Jun 12 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.2-1
|
|
|
|
- 5.4.2
|
|
|
|
|
2015-06-06 00:15:21 +00:00
|
|
|
* Fri Jun 05 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.4.1-5
|
2015-06-06 00:40:32 +00:00
|
|
|
- wrong python release used in pyuic5 launch script (#1193107)
|
2015-06-06 00:15:21 +00:00
|
|
|
- -doc: add qsci doc QyQt5.api content
|
|
|
|
- enable Qt5WebChannel/Qt5WebSockets support
|
|
|
|
|
2015-06-04 22:42:37 +00:00
|
|
|
* Fri Jun 05 2015 Sandro Mani <manisandro@gmail.com> - 5.4.1-4
|
|
|
|
- Add patch to fix python3 sip installation dir (#1228432)
|
|
|
|
|
2015-05-02 15:01:36 +00:00
|
|
|
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 5.4.1-3
|
|
|
|
- Rebuilt for GCC 5 C++11 ABI change
|
|
|
|
|
2015-03-25 17:09:04 +00:00
|
|
|
* Wed Mar 25 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-2
|
|
|
|
- rebuild (sip)
|
|
|
|
|
2015-02-26 23:00:28 +00:00
|
|
|
* Thu Feb 26 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-1
|
|
|
|
- 5.4.1
|
|
|
|
|
2015-02-25 19:54:38 +00:00
|
|
|
* Wed Feb 25 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4-6
|
|
|
|
- rebuild (sip)
|
|
|
|
|
2015-01-06 18:16:40 +00:00
|
|
|
* Tue Jan 06 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4-5
|
|
|
|
- +macros.pyqt5
|
|
|
|
|
2015-01-02 18:47:23 +00:00
|
|
|
* Fri Jan 02 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4-4
|
|
|
|
- -devel: restore dep on base pkg
|
|
|
|
|
2014-12-29 04:41:21 +00:00
|
|
|
* Sun Dec 28 2014 Rex Dieter <rdieter@fedoraproject.org> - 5.4-3
|
|
|
|
- python3-qt5-devel subpkg
|
|
|
|
|
2014-12-27 16:41:38 +00:00
|
|
|
* Sat Dec 27 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4-2
|
|
|
|
- ensure .so modules are executable (for proper -debuginfo extraction)
|
|
|
|
|
2014-12-26 20:54:50 +00:00
|
|
|
* Fri Dec 26 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4-1
|
|
|
|
- 5.4
|
|
|
|
|
2014-11-13 16:07:24 +00:00
|
|
|
* Thu Nov 13 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.2-6
|
|
|
|
- restore python3 support
|
|
|
|
|
2014-11-11 12:44:06 +00:00
|
|
|
* Tue Nov 11 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.2-5
|
|
|
|
- pkgconfig(QtOpenGL) being satisfied by qt4 devel (#1162415)
|
|
|
|
|
2014-11-06 16:44:05 +00:00
|
|
|
* Thu Nov 06 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.2-4
|
|
|
|
- try to determine dbus-python install paths dynamically (#1161121)
|
|
|
|
|
|
|
|
* Thu Nov 06 2014 Rex Dieter <rdieter@fedoraproject.org> - 5.3.2-3
|
2014-11-06 14:06:39 +00:00
|
|
|
- Build failure in sipQtWebKitWidgestQWebInspector: qprinter.h not found (#1160932)
|
|
|
|
- python2_sitelib should be python2_sitearch (#1161121)
|
2014-11-06 03:36:46 +00:00
|
|
|
|
2014-09-15 16:51:57 +00:00
|
|
|
* Mon Sep 15 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.2-1
|
|
|
|
- PyQt-gpl-5.3.2
|
|
|
|
|
2014-08-17 21:41:39 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-06 19:32:37 +00:00
|
|
|
* Sun Jul 06 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.1-1
|
|
|
|
- PyQt-gpl-5.3.1
|
|
|
|
|
2014-06-07 22:38:06 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-06-02 23:23:14 +00:00
|
|
|
* Mon Jun 02 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3-2
|
|
|
|
- python3: (Build)Requires: python3-dbus
|
|
|
|
|
2014-06-02 17:59:07 +00:00
|
|
|
* Mon Jun 02 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3-1
|
|
|
|
- PyQt-gpl-5.3
|
|
|
|
- +Qt5Bluetooth,Qt5Quick,Qt5SerialPorts support
|
|
|
|
|
2014-05-12 14:56:30 +00:00
|
|
|
* Mon May 12 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-2
|
|
|
|
- rebuild (f21-python)
|
2014-05-12 15:31:38 +00:00
|
|
|
- +Qt5Positioning,Qt5Sensors support
|
2014-05-12 14:56:30 +00:00
|
|
|
|
2014-03-16 20:18:16 +00:00
|
|
|
* Sun Mar 16 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-1
|
|
|
|
- PyQt-5.2.1
|
|
|
|
|
2014-03-08 22:32:05 +00:00
|
|
|
* Sat Mar 08 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> 5.2-5
|
|
|
|
- Rebuild against fixed qt5-qtbase to fix -debuginfo (#1065636)
|
|
|
|
|
2014-02-15 20:10:19 +00:00
|
|
|
* Sat Feb 15 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2-4
|
|
|
|
- python3-qt5 support
|
|
|
|
|
2014-02-13 16:01:32 +00:00
|
|
|
* Thu Feb 13 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2-3
|
|
|
|
- Provides: PyQt5
|
|
|
|
|
2014-02-13 15:59:45 +00:00
|
|
|
* Thu Feb 06 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2-2
|
|
|
|
- BR: python2-devel, use %%__python2 macro
|
|
|
|
|
|
|
|
* Wed Jan 08 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2-1
|
|
|
|
- PyQt-5.2
|