Merge branch 'f24' into el6

This commit is contained in:
Rex Dieter 2016-08-02 08:16:39 -05:00
commit 3129595fb5
1 changed files with 18 additions and 3 deletions

View File

@ -30,6 +30,7 @@
%if 0%{?fedora} > 23 || 0%{?rhel} > 6
%global journald -journald
BuildRequires: perl-generators
BuildRequires: pkgconfig(libsystemd)
%endif
@ -56,7 +57,7 @@ BuildRequires: pkgconfig(libsystemd)
Summary: Qt5 - QtBase components
Name: qt5-qtbase
Version: 5.6.1
Release: 3%{?prerelease:.%{prerelease}}%{?dist}
Release: 4%{?prerelease:.%{prerelease}}%{?dist}
# See LGPL_EXCEPTIONS.txt, for exception details
License: LGPLv2 with exceptions or GPLv3 with exceptions
@ -136,8 +137,13 @@ Source10: macros.qt5
# RPM drag in gtk2 as a dependency for the GTK+ 2 dialog support.
%global __requires_exclude_from ^%{_qt5_plugindir}/platformthemes/.*$
# for %%check
BuildRequires: cmake
# for %%check, rpm auto-provides
%if 0%{?fedora}
BuildRequires: cmake >= 3
%endif
%if 0%{?rhel}
BuildRequires: cmake3
%endif
BuildRequires: cups-devel
BuildRequires: desktop-file-utils
BuildRequires: findutils
@ -342,6 +348,12 @@ Summary: RPM macros for Qt5
# https://bugzilla.redhat.com/show_bug.cgi?id=1248174
Requires: redhat-rpm-config
%endif
%if 0%{?fedora}
Requires: cmake >= 3
%endif
%if 0%{?rhel}
Requires: cmake3
%endif
# when qt5-rpm-macros was split out
Conflicts: qt5-qtbase-devel < 5.6.0-0.23
BuildArch: noarch
@ -960,6 +972,9 @@ fi
%changelog
* Tue Aug 02 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.1-4
- qt5-rpm-macros: Requires: cmake(3)
* Tue Jun 14 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.1-3
- backport some xcb-plugin-related fixes