SHA256
1
0
forked from pool/kiriki

Make a merry car great again

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kiriki?expand=0&rev=49
This commit is contained in:
Luca Beltrame 2017-04-15 13:28:24 +00:00 committed by Git OBS Bridge
parent ba74d6f843
commit 73a48121e8

View File

@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
%bcond_without lang
Name: kiriki Name: kiriki
Version: 17.03.90 Version: 17.03.90
@ -65,6 +66,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Kiriki is the KDE version of the dice game Yahtzee where you roll dices Kiriki is the KDE version of the dice game Yahtzee where you roll dices
to get higher scores in several combinations to get higher scores in several combinations
%if %{with lang}
%lang_package
%endif
%prep %prep
%setup -q -n kiriki-%{version} %setup -q -n kiriki-%{version}
@ -74,6 +79,10 @@ to get higher scores in several combinations
%install %install
%kf5_makeinstall -C build %kf5_makeinstall -C build
%if %{with lang}
%find_lang %{name} --with-man --all-name
%kf5_find_htmldocs
%endif
%suse_update_desktop_file -r org.kde.kiriki Game BoardGame %suse_update_desktop_file -r org.kde.kiriki Game BoardGame
%files %files
@ -88,4 +97,9 @@ to get higher scores in several combinations
%{_kf5_appstreamdir}/org.kde.kiriki.appdata.xml %{_kf5_appstreamdir}/org.kde.kiriki.appdata.xml
%dir %{_kf5_appstreamdir} %dir %{_kf5_appstreamdir}
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%endif
%changelog %changelog