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