SHA256
1
0
forked from pool/knetwalk

Make a merry car great again

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

View File

@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%bcond_without lang
Name: knetwalk
Version: 17.03.90
@ -50,6 +51,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Turn the board pieces to get all computers connected.
%if %{with lang}
%lang_package
%endif
%prep
%setup -q -n knetwalk-%{version}
@ -59,6 +64,10 @@ Turn the board pieces to get all computers connected.
%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.knetwalk KNetwalk "Tactical Game" Game LogicGame
%files
@ -71,4 +80,9 @@ Turn the board pieces to get all computers connected.
%{_datadir}/knetwalk/
%{_kf5_kxmlguidir}/knetwalk/
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%endif
%changelog