pkgconfig(QtOpenGL) being satisfied by qt4 devel (#1162415)
This commit is contained in:
parent
1a20e505b5
commit
ca54b65c70
@ -11,7 +11,7 @@
|
|||||||
Summary: Python bindings for Qt5
|
Summary: Python bindings for Qt5
|
||||||
Name: python-qt5
|
Name: python-qt5
|
||||||
Version: 5.3.2
|
Version: 5.3.2
|
||||||
Release: 4%{?dist}
|
Release: 5%{?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+
|
||||||
@ -38,7 +38,7 @@ 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(Qt5OpenGL)
|
||||||
BuildRequires: pkgconfig(Qt5Positioning)
|
BuildRequires: pkgconfig(Qt5Positioning)
|
||||||
BuildRequires: pkgconfig(Qt5Quick) pkgconfig(Qt5QuickWidgets)
|
BuildRequires: pkgconfig(Qt5Quick) pkgconfig(Qt5QuickWidgets)
|
||||||
BuildRequires: pkgconfig(Qt5Script)
|
BuildRequires: pkgconfig(Qt5Script)
|
||||||
@ -258,6 +258,9 @@ rm -rfv %{buildroot}%{python3_sitearch}/PyQt5/uic/port_v2/
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 11 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.2-5
|
||||||
|
- pkgconfig(QtOpenGL) being satisfied by qt4 devel (#1162415)
|
||||||
|
|
||||||
* Thu Nov 06 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.2-4
|
* Thu Nov 06 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.2-4
|
||||||
- try to determine dbus-python install paths dynamically (#1161121)
|
- try to determine dbus-python install paths dynamically (#1161121)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user