|
|
|
%undefine __cmake_in_source_build
|
|
|
|
|
|
|
|
%global wayland_min_version 1.3
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
Name: plasma-wayland-protocols
|
|
|
|
Version: 1.1.1
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Plasma Specific Protocols for Wayland
|
|
|
|
|
|
|
|
License: LGPLv2+ and MIT and BSD
|
|
|
|
URL: https://invent.kde.org/libraries/%{name}.git
|
|
|
|
|
|
|
|
#%global revision %(echo %{version} | cut -d. -f3)
|
|
|
|
#%if %{revision} >= 50
|
|
|
|
#%global stable unstable
|
|
|
|
#%else
|
|
|
|
#%global stable stable
|
|
|
|
#%endif
|
|
|
|
Source0: https://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake_kf5
|
|
|
|
|
|
|
|
%cmake_build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%cmake_install
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%license COPYING.LIB
|
|
|
|
%{_kf5_datadir}/plasma-wayland-protocols/
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_kf5_libdir}/cmake/PlasmaWaylandProtocols/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
* Fri Jul 31 2020 Jan Grulich <jgrulich@redhat.com> - 1.1.1-1
|
|
|
|
- 1.1.1
|
|
|
|
|
|
|
|
* Sat Jul 25 2020 Rex Dieter <rdieter@fedoraproject.org> - 1.1.0-1
|
|
|
|
- 1.1.0
|
|
|
|
|
|
|
|
* Tue Jun 9 2020 Martin Kyral <martin.kyral@gmail.com> - 5.19.0-1
|
|
|
|
- 5.19.0
|
|
|
|
|
|
|
|
* Fri May 22 2020 Martin Kyral <martin.kyral@gmail.com> - 1.0-1
|
|
|
|
- 1.0
|