Make a merry car great again

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kshisen?expand=0&rev=50
This commit is contained in:
Luca Beltrame 2017-04-15 13:28:39 +00:00 committed by Git OBS Bridge
parent fb1ebe8117
commit 3b557997e2

View File

@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%bcond_without lang
Name: kshisen
Version: 17.03.90
@ -52,6 +53,10 @@ Shisen-Sho (KShishen) is a game similar to Mahjongg. The object of the
game is to remove all tiles from the field. This is done by removing
two tiles with of the same type until no tile is left.
%if %{with lang}
%lang_package
%endif
%prep
%setup -q -n kshisen-%{version}
%patch1 -p1
@ -62,6 +67,10 @@ two tiles with of the same type until no tile is left.
%install
%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.kshisen Game BoardGame
%files
@ -77,4 +86,9 @@ two tiles with of the same type until no tile is left.
%{_kf5_appstreamdir}/org.kde.kshisen.appdata.xml
%dir %{_kf5_appstreamdir}
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%endif
%changelog