wpebackend-fdo/wpebackend-fdo.spec

64 lines
1.9 KiB
RPMSpec
Raw Normal View History

%undefine __cmake_in_source_build
2018-08-03 20:22:37 +00:00
Name: wpebackend-fdo
Version: 1.12.0
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
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++
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)
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
%{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
%meson
%meson_build
2018-08-03 20:22:37 +00:00
%install
%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
%{_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
%autochangelog