diff --git a/gpgkey-5AA3BC334FD7E3369E7C77B291C559DBE4C9123B.gpg b/gpgkey-5AA3BC334FD7E3369E7C77B291C559DBE4C9123B.gpg new file mode 100644 index 0000000000000000000000000000000000000000..b7add3ac53b7725b6af25037d24a97e4fcedbd2c Binary files /dev/null and b/gpgkey-5AA3BC334FD7E3369E7C77B291C559DBE4C9123B.gpg differ diff --git a/libwpe-1.12.0.tar.xz b/libwpe-1.12.0.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..635f914b4f058e5c35e37b53b1ae33a7cf262e32 Binary files /dev/null and b/libwpe-1.12.0.tar.xz differ diff --git a/libwpe-1.12.0.tar.xz.asc b/libwpe-1.12.0.tar.xz.asc new file mode 100644 index 0000000000000000000000000000000000000000..610a922ab44c33ec330d186c9138e47ad4ebec27 --- /dev/null +++ b/libwpe-1.12.0.tar.xz.asc @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iF0EABECAB0WIQRao7wzT9fjNp58d7KRxVnb5MkSOwUCYVYgNgAKCRCRxVnb5MkS +O3SPAJ9+15XwLdDaLvuPtfrIW4QqrDgbCwCeLIOyhS8whi8oQvszHwjwgpzG/SE= +=tMWO +-----END PGP SIGNATURE----- diff --git a/libwpe.spec b/libwpe.spec new file mode 100644 index 0000000000000000000000000000000000000000..b97f3f2037fb88c96ccd9e3be3d54b7dfb125cba --- /dev/null +++ b/libwpe.spec @@ -0,0 +1,55 @@ +%define anolis_release 1 + +Name: libwpe +Version: 1.12.0 +Release: %{anolis_release}%{?dist} +Summary: General-purpose library for the WPE-flavored port of WebKit +License: BSD +URL: https://github.com/WebPlatformForEmbedded/%{name} +Source0: https://github.com/WebPlatformForEmbedded/libwpe/releases/download/%{version}/%{name}-%{version}.tar.xz +Source1: https://github.com/WebPlatformForEmbedded/libwpe/releases/download/%{version}/%{name}-%{version}.tar.xz.asc +Source2: gpgkey-5AA3BC334FD7E3369E7C77B291C559DBE4C9123B.gpg + +BuildRequires: gcc-c++ +BuildRequires: gnupg2 +BuildRequires: meson +BuildRequires: pkgconfig(egl) +BuildRequires: pkgconfig(xkbcommon) + +%description +General-purpose library developed for the WPE-flavored port of WebKit + +%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 libwpe-%{version} + +%build +%meson +%meson_build + +%install +%meson_install + +%files +%license COPYING +%doc NEWS +%{_libdir}/libwpe-1.0.so.1.* +%{_libdir}/libwpe-1.0.so.1 + +%files devel +%{_includedir}/wpe-1.0/ +%{_libdir}/libwpe-1.0.so +%{_libdir}/pkgconfig/wpe-1.0.pc + +%changelog +* Thu Apr 07 2022 mgb01105731 - 1.12.0-1 +- Init from upstream version 1.12.0 +