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:
parent
375ec54a05
commit
178e05cca6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user