SHA256
1
0
forked from pool/kmahjongg

Make a merry car great again

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kmahjongg?expand=0&rev=53
This commit is contained in:
Luca Beltrame 2017-04-15 13:28:27 +00:00 committed by Git OBS Bridge
parent 375ec54a05
commit 178e05cca6

View File

@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%bcond_without lang
Name: kmahjongg
Version: 17.03.90
@ -53,6 +54,10 @@ KMahjongg is a clone of the well known tile based patience game of the
same name. In the game you have to empty a game board filled with piece
by removing pieces of the same type.
%if %{with lang}
%lang_package
%endif
%prep
%setup -q -n kmahjongg-%{version}
@ -62,6 +67,10 @@ by removing pieces of the same type.
%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.kmahjongg Game BoardGame
%files
@ -75,4 +84,9 @@ by removing pieces of the same type.
%{_kf5_configkcfgdir}/
%{_kf5_sharedir}/kxmlgui5
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%endif
%changelog