|
|
|
@ -12,7 +12,7 @@
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
|
Version: 5.46.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
@ -73,7 +73,7 @@ pushd %{_target_platform}
|
|
|
|
|
-DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF}
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
|
%make_build -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
@ -90,8 +90,7 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||:
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%license COPYING.LIB
|
|
|
|
@ -112,6 +111,10 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun May 27 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.46.0-2
|
|
|
|
|
- rebuild (qt5)
|
|
|
|
|
- use %%make_build %%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
|
* Sat May 05 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.46.0-1
|
|
|
|
|
- 5.46.0
|
|
|
|
|
|
|
|
|
|