diff --git a/kde-cli-tools5.changes b/kde-cli-tools5.changes index 0728245..ed2606d 100644 --- a/kde-cli-tools5.changes +++ b/kde-cli-tools5.changes @@ -3,6 +3,7 @@ Thu Sep 25 22:37:17 UTC 2014 - hrvoje.senjan@gmail.com - Update to 5.0.95 * No changes since previous update +- Install translations ------------------------------------------------------------------- Fri Sep 12 13:53:58 UTC 2014 - hrvoje.senjan@gmail.com diff --git a/kde-cli-tools5.spec b/kde-cli-tools5.spec index 2cc8fef..a38ae7f 100644 --- a/kde-cli-tools5.spec +++ b/kde-cli-tools5.spec @@ -48,11 +48,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Additional CLI tools for KDE applications and workspaces. +%lang_package %prep %setup -q -n kde-cli-tools-%{version} %build - %cmake_kf5 -d build -- -DBUILD_po=OFF + %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5 %make_jobs %install @@ -102,4 +103,8 @@ fi %doc %{_kf5_htmldir}/ %{_kf5_mandir}/man1/kdesu*.* +%files lang +%defattr(-,root,root) +%{_kf5_localedir}/ + %changelog