|
|
|
@ -9,7 +9,7 @@
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
|
Version: 5.46.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
@ -81,7 +81,7 @@ pushd %{_target_platform}
|
|
|
|
|
-DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF}
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
|
%make_build -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
@ -100,8 +100,7 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
|
%doc README.md
|
|
|
|
@ -135,6 +134,10 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%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
|
|
|
|
|
|
|
|
|
|