From b1e47bc23706b6c57d798cfa0767b76e30df10b9 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 2 Mar 2020 15:30:13 -0600 Subject: [PATCH] BR: Qt5Qml, use cmake-style Qt5 deps --- grantlee-qt5.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/grantlee-qt5.spec b/grantlee-qt5.spec index 62fbbca..5afef3a 100644 --- a/grantlee-qt5.spec +++ b/grantlee-qt5.spec @@ -4,7 +4,7 @@ Name: grantlee-qt5 Summary: Qt5 string template engine based on the Django template system Version: 5.2.0 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPLv2+ URL: https://github.com/steveire/grantlee @@ -24,10 +24,10 @@ Provides: %{name}(%{grantlee5_plugins}) = %{version}-%{release} BuildRequires: cmake >= 2.8.12 BuildRequires: gcc-c++ -BuildRequires: pkgconfig(Qt5Gui) -BuildRequires: pkgconfig(Qt5Script) -BuildRequires: pkgconfig(Qt5Test) -BuildRequires: qt5-linguist +BuildRequires: cmake(Qt5Gui) +BuildRequires: cmake(Qt5Qml) +BuildRequires: cmake(Qt5LinguistTools) +BuildRequires: cmake(Qt5Test) %if 0%{?apidocs} BuildRequires: doxygen BuildRequires: graphviz @@ -140,6 +140,9 @@ xvfb-run -a make test -C %{_target_platform} ||: %changelog +* Mon Mar 02 2020 Rex Dieter - 5.2.0-5 +- BR: Qt5Qml, use cmake-style Qt5 deps + * Mon Feb 17 2020 Rex Dieter - 5.2.0-4 - drop problematic versioned includes patch