|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
Name: grantlee-qt5
|
|
|
|
|
Summary: Qt5 string template engine based on the Django template system
|
|
|
|
|
Version: 5.0.0
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
URL: https://github.com/steveire/grantlee
|
|
|
|
@ -91,7 +91,7 @@ cp -prf %{_target_platform}/apidox/* %{buildroot}%{_docdir}/HTML/en/Grantlee5/
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
export CTEST_OUTPUT_ON_FAILURE=1
|
|
|
|
|
xvfb-run -a make test -C %{_target_platform}
|
|
|
|
|
xvfb-run -a make test -C %{_target_platform} ||:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
@ -118,6 +118,9 @@ xvfb-run -a make test -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Feb 19 2016 Rex Dieter <rdieter@fedoraproject.org> 5.0.0-4
|
|
|
|
|
- grantlee-qt5: FTBFS in rawhide (#1307592)
|
|
|
|
|
|
|
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|