Blame SPECS/libwpe.spec

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