diff --git a/kinit.spec b/kinit.spec index ffd7c1f..9efcca4 100644 --- a/kinit.spec +++ b/kinit.spec @@ -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*