forked from pool/kjumpingcube
Make a merry car great again
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kjumpingcube?expand=0&rev=50
This commit is contained in:
parent
2e003f0533
commit
43c148d37d
@ -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: kjumpingcube
|
Name: kjumpingcube
|
||||||
Version: 17.03.90
|
Version: 17.03.90
|
||||||
@ -58,6 +59,10 @@ KJumpingCube is a tactical one or two-player game. The playing field
|
|||||||
consists of squares that contains points which can be increased. By
|
consists of squares that contains points which can be increased. By
|
||||||
this you can gain more fields and finally win the board over.
|
this you can gain more fields and finally win the board over.
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%lang_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n kjumpingcube-%{version}
|
%setup -q -n kjumpingcube-%{version}
|
||||||
|
|
||||||
@ -67,6 +72,10 @@ this you can gain more fields and finally win the board over.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
|
%if %{with lang}
|
||||||
|
%find_lang %{name} --with-man --all-name
|
||||||
|
%kf5_find_htmldocs
|
||||||
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -80,4 +89,9 @@ this you can gain more fields and finally win the board over.
|
|||||||
%{_kf5_configkcfgdir}/kjumpingcube.kcfg
|
%{_kf5_configkcfgdir}/kjumpingcube.kcfg
|
||||||
%{_datadir}/kxmlgui5/kjumpingcube/
|
%{_datadir}/kxmlgui5/kjumpingcube/
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%files lang -f %{name}.lang
|
||||||
|
%doc COPYING*
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user