From 6c36fd15abbfca2a42e4ad286db3efe48b449b98e48723355609a24d2736ff98 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sat, 15 Apr 2017 13:28:37 +0000 Subject: [PATCH] Make a merry car great again OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kpat?expand=0&rev=52 --- kpat.spec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/kpat.spec b/kpat.spec index fdf2455..ce84ce0 100644 --- a/kpat.spec +++ b/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