SHA256
1
0
forked from pool/kfind

Make a merry car great again

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kfind?expand=0&rev=18
This commit is contained in:
Luca Beltrame 2017-04-15 13:28:16 +00:00 committed by Git OBS Bridge
parent 99cd77e4d1
commit 62d5daf2de

View File

@ -16,6 +16,8 @@
#
%bcond_without lang
Name: kfind
Version: 17.03.90
Release: 0
@ -39,6 +41,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
KFind allows you to search for directories and files.
%if %{with lang}
%lang_package
%endif
%prep
%setup -q
@ -48,6 +54,10 @@ KFind allows you to search for directories and files.
%install
%kf5_makeinstall -C build
%if %{with lang}
%find_lang %{name} --with-man --all-name
%kf5_find_htmldocs
%endif
%suse_update_desktop_file org.kde.kfind System Filesystem core
@ -74,4 +84,9 @@ KFind allows you to search for directories and files.
%doc %{_kf5_htmldir}/en/kfind/
%doc %{_kf5_mandir}/man1/kfind.*
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%endif
%changelog