SHA256
1
0
forked from pool/kollision

Make a merry car great again

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kollision?expand=0&rev=47
This commit is contained in:
Luca Beltrame 2017-04-15 13:28:32 +00:00 committed by Git OBS Bridge
parent 34733ad8a5
commit c25032c8ee

View File

@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%bcond_without lang
Name: kollision
Version: 17.03.90
@ -57,6 +58,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
KDE version of a classic arcade game
%if %{with lang}
%lang_package
%endif
%prep
%setup -q -n kollision-%{version}
@ -66,6 +71,10 @@ KDE version of a classic arcade game
%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.kollision Game LogicGame
%files
@ -80,4 +89,9 @@ KDE version of a classic arcade game
%{_kf5_kxmlguidir}/kollision/
%{_kf5_appstreamdir}/
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%endif
%changelog