|
|
@ -4,7 +4,7 @@
|
|
|
|
Name: grantlee-qt5
|
|
|
|
Name: grantlee-qt5
|
|
|
|
Summary: Qt5 string template engine based on the Django template system
|
|
|
|
Summary: Qt5 string template engine based on the Django template system
|
|
|
|
Version: 5.1.0
|
|
|
|
Version: 5.1.0
|
|
|
|
Release: 7%{?dist}
|
|
|
|
Release: 8%{?dist}
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: https://github.com/steveire/grantlee
|
|
|
|
URL: https://github.com/steveire/grantlee
|
|
|
@ -23,6 +23,7 @@ Provides: %{name}(%{grantlee5_plugins}) = %{version}-%{release}
|
|
|
|
Patch1: grantlee-5.1.0-install_headers_into_versioned_directory.patch
|
|
|
|
Patch1: grantlee-5.1.0-install_headers_into_versioned_directory.patch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: cmake >= 2.8.12
|
|
|
|
BuildRequires: cmake >= 2.8.12
|
|
|
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: pkgconfig(Qt5Gui)
|
|
|
|
BuildRequires: pkgconfig(Qt5Gui)
|
|
|
|
BuildRequires: pkgconfig(Qt5Script)
|
|
|
|
BuildRequires: pkgconfig(Qt5Script)
|
|
|
|
BuildRequires: pkgconfig(Qt5Test)
|
|
|
|
BuildRequires: pkgconfig(Qt5Test)
|
|
|
@ -136,6 +137,9 @@ xvfb-run -a make test -C %{_target_platform} ||:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Feb 20 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.1.0-8
|
|
|
|
|
|
|
|
- BR: gcc-c++
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.0-7
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.0-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|