SHA256
1
0
forked from pool/kfind
2021-03-28 07:27:11 +00:00
committed by Git OBS Bridge
parent ded86a483d
commit 58e450b65f
6 changed files with 35 additions and 24 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.12.3
Version: 21.03.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
@@ -70,7 +70,7 @@ KFind allows you to search for directories and files.
%suse_update_desktop_file org.kde.kfind System Filesystem core
%files
%license COPYING*
%license LICENSES/*
%{_kf5_debugdir}/*.categories
%dir %{_kf5_appstreamdir}
%dir %{_kf5_htmldir}
@@ -84,7 +84,7 @@ KFind allows you to search for directories and files.
%if %{with lang}
%files lang -f %{name}.lang
%license COPYING*
%license LICENSES/*
%endif
%changelog