Do not require Phonon on ELN/RHEL
This commit is contained in:
parent
863957606a
commit
b4c6f3f47a
@ -42,7 +42,7 @@
|
|||||||
Summary: PyQt5 is Python bindings for Qt5
|
Summary: PyQt5 is Python bindings for Qt5
|
||||||
Name: python-qt5
|
Name: python-qt5
|
||||||
Version: 5.15.0
|
Version: 5.15.0
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
|
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
Url: http://www.riverbankcomputing.com/software/pyqt/
|
Url: http://www.riverbankcomputing.com/software/pyqt/
|
||||||
@ -67,7 +67,9 @@ BuildRequires: chrpath
|
|||||||
BuildRequires: findutils
|
BuildRequires: findutils
|
||||||
BuildRequires: pkgconfig(dbus-1)
|
BuildRequires: pkgconfig(dbus-1)
|
||||||
BuildRequires: pkgconfig(dbus-python)
|
BuildRequires: pkgconfig(dbus-python)
|
||||||
|
%if ! 0%{?eln}
|
||||||
BuildRequires: pkgconfig(phonon4qt5)
|
BuildRequires: pkgconfig(phonon4qt5)
|
||||||
|
%endif
|
||||||
BuildRequires: qt5-qtbase-private-devel
|
BuildRequires: qt5-qtbase-private-devel
|
||||||
BuildRequires: pkgconfig(Qt5Core) >= 5.5
|
BuildRequires: pkgconfig(Qt5Core) >= 5.5
|
||||||
%if 0%{?enginio}
|
%if 0%{?enginio}
|
||||||
@ -565,6 +567,9 @@ sed -i \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 22 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.0-8
|
||||||
|
- Do not require Phonon on ELN/RHEL
|
||||||
|
|
||||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.15.0-7
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.15.0-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user