39 lines
993 B
RPMSpec
39 lines
993 B
RPMSpec
|
|
%bcond_without released
|
|
Name: plasma-wayland-protocols
|
|
Version: 1.19.0
|
|
Release: 0
|
|
Summary: Wayland protocols used by Plasma
|
|
License: BSD-3-Clause AND LGPL-2.1-only AND LGPL-2.1-or-later AND MIT
|
|
Group: System/GUI/KDE
|
|
URL: https://www.kde.org
|
|
Source0: https://download.kde.org/stable/plasma-wayland-protocols/plasma-wayland-protocols-%{version}.tar.xz
|
|
%if %{with released}
|
|
Source1: https://download.kde.org/stable/plasma-wayland-protocols/plasma-wayland-protocols-%{version}.tar.xz.sig
|
|
Source2: plasma.keyring
|
|
%endif
|
|
BuildRequires: fdupes
|
|
BuildRequires: kf6-extra-cmake-modules
|
|
|
|
%description
|
|
This package contains the non-standard Wayland protocol definitions used by
|
|
KDE Plasma.
|
|
|
|
%prep
|
|
%autosetup -p1
|
|
|
|
%build
|
|
%cmake_kf6
|
|
%kf6_build
|
|
|
|
%install
|
|
%kf6_install
|
|
%fdupes %{buildroot}
|
|
|
|
%files
|
|
%license COPYING* LICENSES/*.txt
|
|
%{_kf6_sharedir}/plasma-wayland-protocols/
|
|
%{_kf6_cmakedir}/PlasmaWaylandProtocols/
|
|
|
|
%changelog
|