File owncloud-extensions-resources.spec of Package owncloud-extensions-resources
#
# spec file for package owncloud-client-resources
#
# Copyright (c) 2024 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/
#
Name: owncloud-extensions-resources
Version: 1.0.0
Release: 0
Summary: Resources for the ownCloud client and desktop shell integrations
License: GPL-2.0-or-later
URL: https://owncloud.org/download
Source0: https://github.com/owncloud/client-desktop-shell-integration-resources/archive/v%{version}.tar.gz#/client-desktop-shell-integration-resources-%{version}.tar.gz
BuildRequires: cmake >= 3.18
BuildRequires: extra-cmake-modules
# Moved from owncloud-client to a different package
Provides: owncloud-icons = 5.3.1
Obsoletes: owncloud-icons < 5.3.1
%description
This package provides resources like icons for the ownCloud client and the shell integrations
%prep
%autosetup -p1 -n client-desktop-shell-integration-resources-%{version}
%build
%cmake
%cmake_build
%install
%cmake_install
%files
%{_libdir}/cmake/ownCloudShellResources/
%{_datadir}/icons/*/*/*/*
%doc README.md
%license COPYING
%changelog