Remaining issues were fixed (except one kdenlive change)

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kfind?expand=0&rev=136
This commit is contained in:
Wolfgang Bauer
2020-07-22 19:32:09 +00:00
committed by Git OBS Bridge
parent d44a26183f
commit 884685250a
6 changed files with 30 additions and 17 deletions

View File

@@ -21,13 +21,13 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kfind
Version: 20.04.3
Version: 20.07.80
Release: 0
Summary: KDE Find File Utility
License: GPL-2.0-or-later
Group: Productivity/File utilities
URL: https://www.kde.org/
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
BuildRequires: extra-cmake-modules
BuildRequires: hicolor-icon-theme
BuildRequires: kf5-filesystem
@@ -44,7 +44,7 @@ BuildRequires: cmake(Qt5Concurrent)
BuildRequires: cmake(Qt5Widgets)
Recommends: %{name}-lang
%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