Blame SPECS/wpebackend-fdo.spec

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