use %make_build %ldconfig_scriptlets

epel9
Rex Dieter 7 years ago
parent 1c4ae42880
commit b1228e0b3f

@ -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: 8%{?dist} Release: 9%{?dist}
License: LGPLv2+ License: LGPLv2+
URL: https://github.com/steveire/grantlee URL: https://github.com/steveire/grantlee
@ -79,7 +79,7 @@ pushd %{_target_platform}
-DCMAKE_BUILD_TYPE=release -DCMAKE_BUILD_TYPE=release
popd popd
make %{?_smp_mflags} -C %{_target_platform} %make_build -C %{_target_platform}
%if 0%{?apidocs} %if 0%{?apidocs}
make docs -C %{_target_platform} make docs -C %{_target_platform}
@ -112,8 +112,7 @@ 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 %ldconfig_scriptlets
%postun -p /sbin/ldconfig
%files %files
%license COPYING.LIB %license COPYING.LIB
@ -137,6 +136,9 @@ xvfb-run -a make test -C %{_target_platform} ||:
%changelog %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 * Tue Feb 20 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.1.0-8
- BR: gcc-c++ - BR: gcc-c++

Loading…
Cancel
Save