|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
|
Version: 5.45.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: KDE Frameworks 5 Tier 1 addon for localization
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
@ -18,6 +18,7 @@ URL: https://cgit.kde.org/%{framework}.git
|
|
|
|
|
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
## upstream patches
|
|
|
|
|
Patch1: 0001-Don-t-need-to-run-previous-iterations-commands-again.patch
|
|
|
|
|
|
|
|
|
|
# filter plugin provides
|
|
|
|
|
%global __provides_exclude_from ^(%{_kf5_plugindir}/.*\\.so)$
|
|
|
|
@ -57,17 +58,16 @@ pushd %{_target_platform}
|
|
|
|
|
%{cmake_kf5} ..
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
|
%make_build -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
%find_lang ki18n5_qt --with-qt --all-name
|
|
|
|
|
%find_lang ki18n5_qt --all-name
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
|
%files -f ki18n5_qt.lang
|
|
|
|
|
%doc README.md
|
|
|
|
@ -98,6 +98,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed May 02 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.45.0-2
|
|
|
|
|
- pull in upstream fix, cleanup
|
|
|
|
|
|
|
|
|
|
* Sun Apr 08 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.45.0-1
|
|
|
|
|
- 5.45.0
|
|
|
|
|
|
|
|
|
|