2020-10-15 16:05:55 +00:00
|
|
|
Name: libwpe
|
2021-01-18 17:30:06 +00:00
|
|
|
Version: 1.9.1
|
2020-10-15 16:05:55 +00:00
|
|
|
Release: 1%{?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
|
2021-01-18 17:30:06 +00:00
|
|
|
* Mon Jan 18 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 1.9.1-1
|
|
|
|
- Update to 1.9.1
|
|
|
|
|
2020-10-15 16:05:55 +00:00
|
|
|
* Fri Sep 11 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 1.8.0-1
|
|
|
|
- Update to 1.8.0
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 1.7.1-1
|
|
|
|
- Update to 1.7.1 and switch to meson build system
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
* Thu Mar 12 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 1.6.0-1
|
|
|
|
- Update to 1.6.0
|
|
|
|
|
|
|
|
* Mon Mar 02 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 1.5.90-1
|
|
|
|
- Update to 1.5.90
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
* Wed Sep 18 2019 Chris King <bunnyapocalypse@protonmail.org> - 1.4.0-1
|
|
|
|
- New version
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
* Mon Jun 17 2019 Chris King <bunnyapocalypse@protonmail.org> - 1.3.1-1
|
|
|
|
- New version
|
|
|
|
|
|
|
|
* Wed May 8 2019 Chris King <bunnyapocalypse@protonmail.org> - 1.3.0-1
|
|
|
|
- New version
|
|
|
|
|
|
|
|
* Mon Mar 25 2019 Chris King <bunnyapocalypse@protonmail.org> - 1.2.0-1
|
|
|
|
- New vsn with soname bump
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
* Mon Aug 27 2018 Chris King <bunnyapocalypse@protonmail.org> - 1.0.0-1
|
|
|
|
- Initial RPM package
|