import libwpe-1.10.0-4.el8

This commit is contained in:
CentOS Sources 2023-05-16 06:05:30 +00:00 committed by Stepan Oksanichenko
commit bbca8090b4
3 changed files with 54 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
SOURCES/libwpe-1.10.0.tar.xz

1
.libwpe.metadata Normal file
View File

@ -0,0 +1 @@
b3f48a48b0401da19deb60cb8f15f193dff799c1 SOURCES/libwpe-1.10.0.tar.xz

52
SPECS/libwpe.spec Normal file
View File

@ -0,0 +1,52 @@
Name: libwpe
Version: 1.10.0
Release: 4%{?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
BuildRequires: gcc-c++
BuildRequires: meson
BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(xkbcommon)
Provides: wpebackend = %{version}-%{release}
Obsoletes: wpebackend < 0.2.0-2
%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
%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
* Tue Oct 25 2022 Michael Catanzaro <mcatanzaro@redhat.com> - 1.10.0-4
- RHEL 8 import
Resolves: #2135479