|
|
e2a63f |
%undefine __cmake_in_source_build
|
|
|
e2a63f |
|
|
|
e2a63f |
Name: wpebackend-fdo
|
|
|
e2a63f |
Version: 1.10.0
|
|
|
e2a63f |
Release: 3%{?dist}
|
|
|
e2a63f |
Summary: A WPE backend designed for Linux desktop systems
|
|
|
e2a63f |
|
|
|
e2a63f |
License: BSD
|
|
|
e2a63f |
URL: https://github.com/Igalia/%{name}
|
|
|
e2a63f |
Source0: https://github.com/Igalia/%{name}/archive/%{version}/%{name}-%{version}.tar.xz
|
|
|
e2a63f |
Source1: https://github.com/Igalia/%{name}/archive/%{version}/%{name}-%{version}.tar.xz.asc
|
|
|
e2a63f |
# Created from https://keys.openpgp.org/vks/v1/by-fingerprint/5AA3BC334FD7E3369E7C77B291C559DBE4C9123B
|
|
|
e2a63f |
# $ gpg --import 5AA3BC334FD7E3369E7C77B291C559DBE4C9123B.asc
|
|
|
e2a63f |
# $ gpg2 --export --export-options export-minimal 5AA3BC334FD7E3369E7C77B291C559DBE4C9123B > gpgkey-5AA3BC334FD7E3369E7C77B291C559DBE4C9123B.gpg
|
|
|
e2a63f |
Source2: gpgkey-5AA3BC334FD7E3369E7C77B291C559DBE4C9123B.gpg
|
|
|
e2a63f |
|
|
|
e2a63f |
BuildRequires: gcc-c++
|
|
|
e2a63f |
BuildRequires: gnupg2
|
|
|
e2a63f |
BuildRequires: meson
|
|
|
e2a63f |
BuildRequires: pkgconfig(egl)
|
|
|
e2a63f |
BuildRequires: pkgconfig(epoxy)
|
|
|
e2a63f |
BuildRequires: pkgconfig(gio-2.0)
|
|
|
e2a63f |
BuildRequires: pkgconfig(gobject-2.0)
|
|
|
e2a63f |
BuildRequires: pkgconfig(xkbcommon)
|
|
|
e2a63f |
BuildRequires: pkgconfig(wayland-client)
|
|
|
e2a63f |
BuildRequires: pkgconfig(wayland-server)
|
|
|
e2a63f |
BuildRequires: pkgconfig(wpe-1.0)
|
|
|
e2a63f |
|
|
|
e2a63f |
%description
|
|
|
e2a63f |
A WPE backend designed for Linux desktop systems.
|
|
|
e2a63f |
|
|
|
e2a63f |
%package devel
|
|
|
e2a63f |
Summary: Development files for %{name}
|
|
|
e2a63f |
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
e2a63f |
|
|
|
e2a63f |
%description devel
|
|
|
e2a63f |
The %{name}-devel package contains libraries, build data, and header
|
|
|
e2a63f |
files for developing applications that use %{name}.
|
|
|
e2a63f |
|
|
|
e2a63f |
%prep
|
|
|
e2a63f |
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
|
|
e2a63f |
%autosetup -p1 -n %{name}-%{version}
|
|
|
e2a63f |
|
|
|
e2a63f |
%build
|
|
|
e2a63f |
%meson
|
|
|
e2a63f |
%meson_build
|
|
|
e2a63f |
|
|
|
e2a63f |
%install
|
|
|
e2a63f |
%meson_install
|
|
|
e2a63f |
|
|
|
e2a63f |
%files
|
|
|
e2a63f |
%license COPYING
|
|
|
e2a63f |
%doc NEWS
|
|
|
e2a63f |
%{_libdir}/libWPEBackend-fdo-1.0.so.1
|
|
|
e2a63f |
%{_libdir}/libWPEBackend-fdo-1.0.so.1.*
|
|
|
e2a63f |
|
|
|
e2a63f |
%files devel
|
|
|
e2a63f |
%{_includedir}/wpe-fdo-1.0
|
|
|
e2a63f |
%{_libdir}/libWPEBackend-fdo-1.0.so
|
|
|
e2a63f |
%{_libdir}/pkgconfig/wpebackend-fdo-1.0.pc
|
|
|
e2a63f |
|
|
|
e2a63f |
%changelog
|
|
|
e2a63f |
* Tue Oct 25 2022 Michael Catanzaro <mcatanzaro@redhat.com> - 1.10.0-3
|
|
|
e2a63f |
- RHEL 8 import
|
|
|
e2a63f |
Resolves: #2135480
|