forked from pool/khangman
Make a merry car great again
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/khangman?expand=0&rev=51
This commit is contained in:
parent
d5578723a7
commit
740be5f917
@ -15,6 +15,7 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
Name: khangman
|
||||
Version: 17.03.90
|
||||
@ -60,6 +61,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%description
|
||||
Classical hangman game for KDE.
|
||||
|
||||
%if %{with lang}
|
||||
%lang_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -69,6 +74,10 @@ Classical hangman game for KDE.
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
%if %{with lang}
|
||||
%find_lang %{name} --with-man --all-name
|
||||
%kf5_find_htmldocs
|
||||
%endif
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@ -84,4 +93,9 @@ Classical hangman game for KDE.
|
||||
%{_kf5_appstreamdir}/
|
||||
%{_kf5_iconsdir}/hicolor/*/apps/khangman.*
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%doc COPYING*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user