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