SHA256
1
0
forked from pool/kinit
Hrvoje Senjan 2014-06-01 20:16:30 +00:00 committed by Git OBS Bridge
parent 6320e325d5
commit a4247b4719

View File

@ -36,6 +36,7 @@ BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0
BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
BuildRequires: pkgconfig(x11)
Recommends: %{name}-lang = %{version}
Summary: Helper library to speed up start of applications on KDE workspaces
License: LGPL-2.1+
Group: System/GUI/KDE
@ -57,6 +58,7 @@ Requires: extra-cmake-modules
Kdeinit is a process launcher somewhat similar to the famous init used for
booting UNIX. Development files.
%lang_package
%prep
%setup -q
@ -68,10 +70,14 @@ booting UNIX. Development files.
%kf5_makeinstall -C build
%fdupes -s %{buildroot}
%find_lang %{name}5
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files lang -f %{name}5.lang
%files
%defattr(-,root,root)
%doc COPYING* README*