Hrvoje Senjan 2014-09-26 00:39:32 +00:00 committed by Git OBS Bridge
parent f99c074a49
commit f92369fde2
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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