forked from pool/plasma6-workspace-wallpapers
5449ac685b
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/plasma6-workspace-wallpapers?expand=0&rev=25
60 lines
1.7 KiB
RPMSpec
60 lines
1.7 KiB
RPMSpec
#
|
|
# spec file for package plasma6-workspace-wallpapers
|
|
#
|
|
# 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/
|
|
#
|
|
|
|
|
|
%define kf6_version 6.2.0
|
|
|
|
%define rname plasma-workspace-wallpapers
|
|
|
|
%bcond_without released
|
|
Name: plasma6-workspace-wallpapers
|
|
Version: 6.1.5
|
|
Release: 0
|
|
Summary: Additional Plasma Wallpapers
|
|
License: GPL-2.0-or-later
|
|
URL: https://www.kde.org
|
|
Source: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz
|
|
%if %{with released}
|
|
Source1: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig
|
|
Source2: plasma.keyring
|
|
%endif
|
|
BuildRequires: fdupes
|
|
BuildRequires: kf6-extra-cmake-modules >= %{kf6_version}
|
|
Provides: plasma5-workspace-wallpapers = %{version}
|
|
Obsoletes: plasma5-workspace-wallpapers < %{version}
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
Additional wallpapers for Plasma Workspace.
|
|
|
|
%prep
|
|
%autosetup -p1 -n %{rname}-%{version}
|
|
|
|
%build
|
|
%cmake_kf6
|
|
|
|
%kf6_build
|
|
|
|
%install
|
|
%kf6_install
|
|
|
|
%files
|
|
%license COPYING*
|
|
%{_kf6_sharedir}/wallpapers/
|
|
|
|
%changelog
|