cleaner (imo) minizip deps, unconditionally and explicitly use pkgconfig

This commit is contained in:
Rex Dieter 2018-09-18 11:27:14 -05:00
parent 712075074b
commit d9430dad6c
1 changed files with 7 additions and 4 deletions

View File

@ -51,7 +51,7 @@
Summary: Qt5 - QtWebEngine components
Name: qt5-qtwebengine
Version: 5.11.1
Release: 5%{?dist}
Release: 6%{?dist}
# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
# See also http://qt-project.org/doc/qt-5.0/qtdoc/licensing.html
@ -165,10 +165,10 @@ BuildRequires: pkgconfig(libdrm)
BuildRequires: pkgconfig(opus)
BuildRequires: pkgconfig(libevent)
BuildRequires: pkgconfig(zlib)
%if 0%{?fedora} > 29
BuildRequires: minizip-compat-devel
%else
BuildRequires: pkgconfig(minizip)
# make sure we get the right minizip
%if 0%{?fedora} > 29
BuildRequires: minizip-compat-devel
%endif
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xi)
@ -583,6 +583,9 @@ done
%changelog
* Tue Sep 18 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.1-6
- cleaner (imo) minizip deps, unconditionally and explicitly use pkgconfig
* Tue Aug 28 2018 Patrik Novotný <panovotn@redhat.com> - 5.11.1-5
- change requires to minizip-compat(-devel), rhbz#1609830, rhbz#1615381