File libkomparediff2.spec of Package libkomparediff2-kf5
#
# spec file for package libkomparediff2
#
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define soname 5
%bcond_without released
Name: libkomparediff2-kf5
Version: 23.08.4
Release: 0
Summary: A library to compare files and strings
License: (GPL-2.0-or-later AND LGPL-2.0-or-later) AND BSD-2-Clause
URL: https://www.kde.org
Source: https://download.kde.org/stable/release-service/%{version}/src/libkomparediff2-%{version}.tar.xz
%if %{with released}
Source1: https://download.kde.org/stable/release-service/%{version}/src/libkomparediff2-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: extra-cmake-modules
BuildRequires: kf5-filesystem
BuildRequires: cmake(KF5Codecs)
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5KIO)
BuildRequires: cmake(KF5Parts)
BuildRequires: cmake(KF5XmlGui)
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5Test)
BuildRequires: cmake(Qt5Widgets)
%description
A library to compare files and strings, used in Kompare and KDevelop.
%package devel
Summary: Development package for libkomparediff2
Requires: libkomparediff2-%{soname} = %{version}
%description devel
Development package for libkomparediff2.
%package -n libkomparediff2-%{soname}
Summary: A library to compare files and strings
Provides: %{name} = %{version}
Recommends: %{name}-lang
%description -n libkomparediff2-%{soname}
A library to compare files and strings, used in Kompare and KDevelop.
%lang_package
%prep
%autosetup -p1 -n libkomparediff2-%{version}
%build
%cmake_kf5 -d build
%cmake_build
%install
%kf5_makeinstall -C build
%find_lang %{name} --with-man --all-name
%ldconfig_scriptlets -n libkomparediff2-%{soname}
%files -n libkomparediff2-%{soname}
%license COPYING*
%{_kf5_debugdir}/libkomparediff2.categories
%{_kf5_libdir}/libkomparediff2.so.*
%files devel
%{_kf5_cmakedir}/LibKompareDiff2/
%{_kf5_libdir}/libkomparediff2.so
%{_kf5_prefix}/include/KompareDiff2/
%files lang -f %{name}.lang
%changelog