Make a merry car great again
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kpat?expand=0&rev=52
This commit is contained in:
parent
17a0520345
commit
6c36fd15ab
14
kpat.spec
14
kpat.spec
@ -15,6 +15,7 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
Name: kpat
|
||||
Version: 17.03.90
|
||||
@ -67,6 +68,10 @@ KPatience is a collection of various patience games known all over the
|
||||
world. It includes Klondike, Freecell, Yukon, Forty and Eight and many
|
||||
more. The game has nice graphics and many different carddecks.
|
||||
|
||||
%if %{with lang}
|
||||
%lang_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -76,6 +81,10 @@ more. The game has nice graphics and many different carddecks.
|
||||
|
||||
%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.kpat Game CardGame
|
||||
|
||||
%post
|
||||
@ -107,4 +116,9 @@ more. The game has nice graphics and many different carddecks.
|
||||
%{_kf5_kxmlguidir}/kpat/
|
||||
%{_kf5_iconsdir}/hicolor/*/*/kpat.*
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%doc COPYING*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user