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