%define kdeframever 5.43 %define qtver 5.3.2 %define kfname kinit Summary: Helper library to speed up start of applications on KDE workspaces Name: kf5-%{kfname} Version: 5.43.0 Release: 1 License: LGPL v2.1+ Group: X11/Libraries Source0: http://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz # Source0-md5: 48f5100e0a11f24e9321fd2359408b1e URL: http://www.kde.org/ BuildRequires: cmake >= 2.8.12 BuildRequires: gettext-devel BuildRequires: kf5-extra-cmake-modules >= 1.4.0 BuildRequires: kf5-kio-devel >= %{version} BuildRequires: libcap-devel BuildRequires: rpmbuild(macros) >= 1.164 BuildRequires: tar >= 1:1.22 BuildRequires: xorg-lib-libX11-devel BuildRequires: xz Requires: kf5-dirs BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define qt5dir %{_libdir}/qt5 %description kdeinit is a process launcher somewhat similar to the famous init used for booting UNIX. It launches processes by forking and then loading a dynamic library which should contain a 'kdemain(...)' function. Using kdeinit to launch KDE applications makes starting a typical KDE applications 2.5 times faster (100ms instead of 250ms on a P-III 500) It reduces memory consumption by approx. 350Kb per application. %package devel Summary: Header files for %{kfname} development Summary(pl.UTF-8): Pliki nagłówkowe dla programistów używających %{kfname} Group: X11/Development/Libraries Requires: %{name} = %{version}-%{release} %description devel Header files for %{kfname} development. %description devel -l pl.UTF-8 Pliki nagłówkowe dla programistów używających %{kfname}. %prep %setup -q -n %{kfname}-%{version} %build install -d build cd build %cmake \ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ ../ %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} -C build/ install \ DESTDIR=$RPM_BUILD_ROOT %find_lang %{kfname}5 %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -f %{kfname}5.lang %defattr(644,root,root,755) %doc README.md %attr(755,root,root) %{_bindir}/kdeinit5 %attr(755,root,root) %{_bindir}/kdeinit5_shutdown %attr(755,root,root) %{_bindir}/kdeinit5_wrapper %attr(755,root,root) %{_bindir}/kshell5 %attr(755,root,root) %{_bindir}/kwrapper5 %attr(755,root,root) %{_libexecdir}/kf5/klauncher %attr(755,root,root) %{_libexecdir}/kf5/start_kdeinit %attr(755,root,root) %{_libexecdir}/kf5/start_kdeinit_wrapper %attr(755,root,root) %{_libdir}/libkdeinit5_klauncher.so %{_datadir}/dbus-1/interfaces/kf5_org.kde.KLauncher.xml %{_mandir}/man8/kdeinit5.8* %files devel %defattr(644,root,root,755) %{_libdir}/cmake/KF5Init