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:
parent
fb1ebe8117
commit
3b557997e2
14
kshisen.spec
14
kshisen.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user