plasma-wayland-protocols: 5.18.90 - importing package

epel8
Martin Kyral 5 years ago
parent 02f7a9cb6d
commit 1916246a60

1
.gitignore vendored

@ -0,0 +1 @@
/plasma-wayland-protocols-1.0.tar.xz

@ -0,0 +1,61 @@
%global wayland_min_version 1.3
%global debug_package %{nil}
Name: plasma-wayland-protocols
Version: 1.0
Release: 1%{?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
mkdir %{_target_platform}
pushd %{_target_platform}
%{cmake_kf5} ..
popd
%make_build -C %{_target_platform}
%install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%files
%license COPYING.LIB
%{_kf5_datadir}/plasma-wayland-protocols/
%files devel
%{_kf5_libdir}/cmake/PlasmaWaylandProtocols/
%changelog
* Fri May 22 2020 Martin Kyral <martin.kyral@gmail.com> - 1.0-1
- 1.0

@ -0,0 +1 @@
SHA512 (plasma-wayland-protocols-1.0.tar.xz) = 30ecbf9fbf9de7ee1d323fb43b0f4a05586e0f7d2c4d510e2300828e7a6a16e8907d8d2a835d4ecbb2d4d532641ea722ff6572403f767e0ac878b7fdb0897b08
Loading…
Cancel
Save