use %make_build %ldconfig_scriptlets

epel9
Rex Dieter 7 years ago
parent 1c4ae42880
commit b1228e0b3f

@ -4,7 +4,7 @@
Name: grantlee-qt5
Summary: Qt5 string template engine based on the Django template system
Version: 5.1.0
Release: 8%{?dist}
Release: 9%{?dist}
License: LGPLv2+
URL: https://github.com/steveire/grantlee
@ -79,7 +79,7 @@ pushd %{_target_platform}
-DCMAKE_BUILD_TYPE=release
popd
make %{?_smp_mflags} -C %{_target_platform}
%make_build -C %{_target_platform}
%if 0%{?apidocs}
make docs -C %{_target_platform}
@ -112,8 +112,7 @@ export CTEST_OUTPUT_ON_FAILURE=1
xvfb-run -a make test -C %{_target_platform} ||:
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%ldconfig_scriptlets
%files
%license COPYING.LIB
@ -137,6 +136,9 @@ xvfb-run -a make test -C %{_target_platform} ||:
%changelog
* Thu Jun 28 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.1.0-9
- use %%make_build %%ldconfig_scriptlets
* Tue Feb 20 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.1.0-8
- BR: gcc-c++

Loading…
Cancel
Save