|
|
c74fa1 |
Name: libwpe
|
|
|
c74fa1 |
Version: 1.10.0
|
|
|
0c5ef8 |
Release: 4%{?dist}
|
|
|
c74fa1 |
Summary: General-purpose library for the WPE-flavored port of WebKit
|
|
|
c74fa1 |
License: BSD
|
|
|
c74fa1 |
URL: https://github.com/WebPlatformForEmbedded/%{name}
|
|
|
c74fa1 |
Source0: https://github.com/WebPlatformForEmbedded/libwpe/releases/download/%{version}/%{name}-%{version}.tar.xz
|
|
|
c74fa1 |
|
|
|
c74fa1 |
BuildRequires: gcc-c++
|
|
|
c74fa1 |
BuildRequires: meson
|
|
|
c74fa1 |
BuildRequires: pkgconfig(egl)
|
|
|
c74fa1 |
BuildRequires: pkgconfig(xkbcommon)
|
|
|
c74fa1 |
|
|
|
c74fa1 |
Provides: wpebackend = %{version}-%{release}
|
|
|
c74fa1 |
Obsoletes: wpebackend < 0.2.0-2
|
|
|
c74fa1 |
|
|
|
c74fa1 |
%description
|
|
|
c74fa1 |
General-purpose library developed for the WPE-flavored port of WebKit
|
|
|
c74fa1 |
|
|
|
c74fa1 |
%package devel
|
|
|
c74fa1 |
Summary: Development files for %{name}
|
|
|
c74fa1 |
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
c74fa1 |
|
|
|
c74fa1 |
%description devel
|
|
|
c74fa1 |
The %{name}-devel package contains libraries, build data, and header
|
|
|
c74fa1 |
files for developing applications that use %{name}.
|
|
|
c74fa1 |
|
|
|
c74fa1 |
%prep
|
|
|
c74fa1 |
%autosetup -p1 -n libwpe-%{version}
|
|
|
c74fa1 |
|
|
|
c74fa1 |
%build
|
|
|
c74fa1 |
%meson
|
|
|
c74fa1 |
%meson_build
|
|
|
c74fa1 |
|
|
|
c74fa1 |
%install
|
|
|
c74fa1 |
%meson_install
|
|
|
c74fa1 |
|
|
|
c74fa1 |
%files
|
|
|
c74fa1 |
%license COPYING
|
|
|
c74fa1 |
%doc NEWS
|
|
|
c74fa1 |
%{_libdir}/libwpe-1.0.so.1.*
|
|
|
c74fa1 |
%{_libdir}/libwpe-1.0.so.1
|
|
|
c74fa1 |
|
|
|
c74fa1 |
%files devel
|
|
|
c74fa1 |
%{_includedir}/wpe-1.0/
|
|
|
c74fa1 |
%{_libdir}/libwpe-1.0.so
|
|
|
c74fa1 |
%{_libdir}/pkgconfig/wpe-1.0.pc
|
|
|
c74fa1 |
|
|
|
c74fa1 |
%changelog
|
|
|
0c5ef8 |
* Wed Mar 09 2022 Michael Catanzaro <mcatanzaro@redhat.com> - 1.10.0-4
|
|
|
0c5ef8 |
- Rebuilt to add -devel subpackage to CRB
|
|
|
0c5ef8 |
Resolves: #2059251
|
|
|
0c5ef8 |
|
|
|
c74fa1 |
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.10.0-3
|
|
|
c74fa1 |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
c74fa1 |
Related: rhbz#1991688
|
|
|
c74fa1 |
|
|
|
c74fa1 |
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.10.0-2
|
|
|
c74fa1 |
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
c74fa1 |
|
|
|
c74fa1 |
* Fri Mar 26 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 1.10.0-1
|
|
|
c74fa1 |
- Update to 1.10.0
|
|
|
c74fa1 |
|
|
|
c74fa1 |
* Mon Mar 15 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 1.9.91-1
|
|
|
c74fa1 |
- Update to 1.9.91
|
|
|
c74fa1 |
|
|
|
c74fa1 |
* Mon Mar 08 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 1.9.90-1
|
|
|
c74fa1 |
- Update to 1.9.90
|
|
|
c74fa1 |
|
|
|
c74fa1 |
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.1-2
|
|
|
c74fa1 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
c74fa1 |
|
|
|
c74fa1 |
* Mon Jan 18 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 1.9.1-1
|
|
|
c74fa1 |
- Update to 1.9.1
|
|
|
c74fa1 |
|
|
|
c74fa1 |
* Fri Sep 11 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 1.8.0-1
|
|
|
c74fa1 |
- Update to 1.8.0
|
|
|
c74fa1 |
|
|
|
c74fa1 |
* Wed Jul 29 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 1.7.1-1
|
|
|
c74fa1 |
- Update to 1.7.1 and switch to meson build system
|
|
|
c74fa1 |
|
|
|
c74fa1 |
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-2
|
|
|
c74fa1 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
c74fa1 |
|
|
|
c74fa1 |
* Thu Mar 12 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 1.6.0-1
|
|
|
c74fa1 |
- Update to 1.6.0
|
|
|
c74fa1 |
|
|
|
c74fa1 |
* Mon Mar 02 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 1.5.90-1
|
|
|
c74fa1 |
- Update to 1.5.90
|
|
|
c74fa1 |
|
|
|
c74fa1 |
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2
|
|
|
c74fa1 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
c74fa1 |
|
|
|
c74fa1 |
* Wed Sep 18 2019 Chris King <bunnyapocalypse@protonmail.org> - 1.4.0-1
|
|
|
c74fa1 |
- New version
|
|
|
c74fa1 |
|
|
|
c74fa1 |
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-2
|
|
|
c74fa1 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
c74fa1 |
|
|
|
c74fa1 |
* Mon Jun 17 2019 Chris King <bunnyapocalypse@protonmail.org> - 1.3.1-1
|
|
|
c74fa1 |
- New version
|
|
|
c74fa1 |
|
|
|
c74fa1 |
* Wed May 8 2019 Chris King <bunnyapocalypse@protonmail.org> - 1.3.0-1
|
|
|
c74fa1 |
- New version
|
|
|
c74fa1 |
|
|
|
c74fa1 |
* Mon Mar 25 2019 Chris King <bunnyapocalypse@protonmail.org> - 1.2.0-1
|
|
|
c74fa1 |
- New vsn with soname bump
|
|
|
c74fa1 |
|
|
|
c74fa1 |
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
|
|
|
c74fa1 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
c74fa1 |
|
|
|
c74fa1 |
* Mon Aug 27 2018 Chris King <bunnyapocalypse@protonmail.org> - 1.0.0-1
|
|
|
c74fa1 |
- Initial RPM package
|