From a4247b4719417e78123e7983607549c42d05c9af9dad843279fdcda7973e628a Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 1 Jun 2014 20:16:30 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kinit?expand=0&rev=27 --- kinit.spec | 6 ++++++ 1 file changed, 6 insertions(+) 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*