SHA256
1
0
forked from pool/kfind
2021-07-27 09:35:46 +00:00
committed by Git OBS Bridge
parent 0375ab9a5d
commit 8f2d3768eb
6 changed files with 43 additions and 25 deletions

View File

@@ -21,15 +21,15 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kfind
Version: 21.04.3
Version: 21.07.80
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
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: extra-cmake-modules
@@ -46,7 +46,6 @@ BuildRequires: cmake(KF5TextWidgets)
BuildRequires: cmake(KF5WidgetsAddons)
BuildRequires: cmake(Qt5Concurrent)
BuildRequires: cmake(Qt5Widgets)
Recommends: %{name}-lang
%description
KFind allows you to search for directories and files.
@@ -67,7 +66,7 @@ KFind allows you to search for directories and files.
%{kf5_find_htmldocs}
%endif
%suse_update_desktop_file org.kde.kfind System Filesystem core
%suse_update_desktop_file org.kde.kfind System Filesystem core
%files
%license LICENSES/*
@@ -81,7 +80,6 @@ KFind allows you to search for directories and files.
%if %{with lang}
%files lang -f %{name}.lang
%license LICENSES/*
%endif
%changelog