2020-07-05 19:08:30 +00:00
|
|
|
%undefine __cmake_in_source_build
|
|
|
|
|
2018-08-03 20:22:37 +00:00
|
|
|
Name: wpebackend-fdo
|
2022-09-20 16:03:17 +00:00
|
|
|
Version: 1.14.0
|
2021-10-19 13:06:58 +00:00
|
|
|
Release: %autorelease
|
2018-08-03 20:22:37 +00:00
|
|
|
Summary: A WPE backend designed for Linux desktop systems
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
URL: https://github.com/Igalia/%{name}
|
2018-08-27 21:04:42 +00:00
|
|
|
Source0: https://github.com/Igalia/%{name}/archive/%{version}/%{name}-%{version}.tar.xz
|
2021-05-14 19:08:26 +00:00
|
|
|
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
|
2018-08-03 20:22:37 +00:00
|
|
|
|
|
|
|
BuildRequires: gcc-c++
|
2021-05-14 19:08:26 +00:00
|
|
|
BuildRequires: gnupg2
|
2020-07-29 15:45:26 +00:00
|
|
|
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)
|
2018-08-03 20:22:37 +00:00
|
|
|
|
|
|
|
%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
|
2021-05-14 19:08:26 +00:00
|
|
|
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
2018-08-27 21:04:42 +00:00
|
|
|
%autosetup -p1 -n %{name}-%{version}
|
2018-08-03 20:22:37 +00:00
|
|
|
|
|
|
|
%build
|
2020-07-29 15:45:26 +00:00
|
|
|
%meson
|
|
|
|
%meson_build
|
2018-08-03 20:22:37 +00:00
|
|
|
|
|
|
|
%install
|
2020-07-29 15:45:26 +00:00
|
|
|
%meson_install
|
2018-08-03 20:22:37 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%license COPYING
|
|
|
|
%doc NEWS
|
2019-02-26 21:31:26 +00:00
|
|
|
%{_libdir}/libWPEBackend-fdo-1.0.so.1
|
|
|
|
%{_libdir}/libWPEBackend-fdo-1.0.so.1.*
|
2018-08-03 20:22:37 +00:00
|
|
|
|
|
|
|
%files devel
|
2019-02-26 21:31:26 +00:00
|
|
|
%{_includedir}/wpe-fdo-1.0
|
2020-09-11 21:04:24 +00:00
|
|
|
%{_libdir}/libWPEBackend-fdo-1.0.so
|
2019-02-26 21:31:26 +00:00
|
|
|
%{_libdir}/pkgconfig/wpebackend-fdo-1.0.pc
|
2018-08-03 20:22:37 +00:00
|
|
|
|
|
|
|
%changelog
|
2021-10-19 13:06:58 +00:00
|
|
|
%autochangelog
|