|
|
|
@ -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 <rdieter@fedoraproject.org> - 5.2.0-5
|
|
|
|
|
- BR: Qt5Qml, use cmake-style Qt5 deps
|
|
|
|
|
|
|
|
|
|
* Mon Feb 17 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.2.0-4
|
|
|
|
|
- drop problematic versioned includes patch
|
|
|
|
|
|
|
|
|
|