Blame SPECS/libwpe.spec

418693
Name:           libwpe
418693
Version:        1.10.0
418693
Release:        4%{?dist}
418693
Summary:        General-purpose library for the WPE-flavored port of WebKit
418693
License:        BSD
418693
URL:            https://github.com/WebPlatformForEmbedded/%{name}
418693
Source0:        https://github.com/WebPlatformForEmbedded/libwpe/releases/download/%{version}/%{name}-%{version}.tar.xz
418693
418693
BuildRequires:  gcc-c++
418693
BuildRequires:  meson
418693
BuildRequires:  pkgconfig(egl)
418693
BuildRequires:  pkgconfig(xkbcommon)
418693
418693
Provides: wpebackend = %{version}-%{release}
418693
Obsoletes: wpebackend < 0.2.0-2
418693
418693
%description
418693
General-purpose library developed for the WPE-flavored port of WebKit
418693
418693
%package       devel
418693
Summary:       Development files for %{name}
418693
Requires:      %{name}%{?_isa} = %{version}-%{release}
418693
418693
%description   devel
418693
The %{name}-devel package contains libraries, build data, and header
418693
files for developing applications that use %{name}.
418693
418693
%prep
418693
%autosetup -p1 -n libwpe-%{version}
418693
418693
%build
418693
%meson
418693
%meson_build
418693
418693
%install
418693
%meson_install
418693
418693
%files
418693
%license COPYING
418693
%doc NEWS
418693
%{_libdir}/libwpe-1.0.so.1.*
418693
%{_libdir}/libwpe-1.0.so.1
418693
418693
%files devel
418693
%{_includedir}/wpe-1.0/
418693
%{_libdir}/libwpe-1.0.so
418693
%{_libdir}/pkgconfig/wpe-1.0.pc
418693
418693
%changelog
418693
* Tue Oct 25 2022 Michael Catanzaro <mcatanzaro@redhat.com> - 1.10.0-4
418693
- RHEL 8 import
418693
  Resolves: #2135479