|
|
|
@ -92,21 +92,24 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
%find_lang frameworkintegration5_qt --with-qt --all-name
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## unpackaged files
|
|
|
|
|
# fedora never defaulted to oxygen-fonts, nor particularly care about forcing any oxygen->noto switch either -- rex
|
|
|
|
|
rm -fv %{buildroot}%{_kf5_datadir}/kconf_update/frameworksintegration-5.16-font.*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -f frameworkintegration5_qt.lang
|
|
|
|
|
%doc README.md
|
|
|
|
|
%license COPYING.LIB
|
|
|
|
|
%{_kf5_datadir}/kf5/infopage/
|
|
|
|
|
%{_kf5_datadir}/knotifications5/plasma_workspace.notifyrc
|
|
|
|
|
# move these to -libs? or just fold -libs back into main pkg ? -- rex
|
|
|
|
|
%{_kf5_plugindir}/FrameworkIntegrationPlugin.so
|
|
|
|
|
%{_kf5_qtplugindir}/platformthemes/KDEPlatformTheme.so
|
|
|
|
|
%{_kf5_datadir}/kconf_update/*
|
|
|
|
|
|
|
|
|
|
%post libs -p /sbin/ldconfig
|
|
|
|
|
%postun libs -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%files libs
|
|
|
|
|
%{_kf5_libdir}/libKF5Style.so.*
|
|
|
|
|
%{_kf5_plugindir}/FrameworkIntegrationPlugin.so
|
|
|
|
|
%{_kf5_qtplugindir}/platformthemes/KDEPlatformTheme.so
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%{_kf5_includedir}/frameworkintegration_version.h
|
|
|
|
@ -116,6 +119,11 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jan 08 2016 Rex Dieter <rdieter@fedoraproject.org>
|
|
|
|
|
- 5.18.0-2
|
|
|
|
|
- omit kconf_update/frameworksintegration-5.16-font scripts
|
|
|
|
|
- move plugins to -libs
|
|
|
|
|
|
|
|
|
|
* Sun Jan 03 2016 Daniel Vrátil <dvratil@fedoraproject.org> - 5.18.0-1
|
|
|
|
|
- KDE Frameworks 5.18.0
|
|
|
|
|
|
|
|
|
|