Wolfgang Bauer
2022-01-06 12:44:40 +00:00
committed by Git OBS Bridge
parent ae2efdf314
commit 437f5816c9
6 changed files with 34 additions and 24 deletions

View File

@@ -18,16 +18,16 @@
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
%bcond_without released
Name: kfind
Version: 21.12.0
Version: 21.12.1
Release: 0
Summary: KDE Find File Utility
License: GPL-2.0-or-later
Group: Productivity/File utilities
URL: https://apps.kde.org/kfind
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
%if %{with lang}
%if %{with released}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
@@ -60,7 +60,7 @@ KFind allows you to search for directories and files.
%install
%kf5_makeinstall -C build
%if %{with lang}
%if %{with released}
%find_lang %{name} --with-man --all-name
%{kf5_find_htmldocs}
%endif
@@ -77,7 +77,7 @@ KFind allows you to search for directories and files.
%{_kf5_debugdir}/kfind.categories
%{_kf5_iconsdir}/hicolor/*/apps/kfind.*
%if %{with lang}
%if %{with released}
%files lang -f %{name}.lang
%endif