Blame SPECS/libwpe.spec

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