Blame SPECS/wpebackend-fdo.spec

d5fe0b
%undefine __cmake_in_source_build
d5fe0b
d5fe0b
Name:           wpebackend-fdo
d5fe0b
Version:        1.10.0
d5fe0b
Release:        2%{?dist}
d5fe0b
Summary:        A WPE backend designed for Linux desktop systems
d5fe0b
d5fe0b
License:        BSD
d5fe0b
URL:            https://github.com/Igalia/%{name}
d5fe0b
Source0:        https://github.com/Igalia/%{name}/archive/%{version}/%{name}-%{version}.tar.xz
d5fe0b
Source1:        https://github.com/Igalia/%{name}/archive/%{version}/%{name}-%{version}.tar.xz.asc
d5fe0b
# Created from https://keys.openpgp.org/vks/v1/by-fingerprint/5AA3BC334FD7E3369E7C77B291C559DBE4C9123B
d5fe0b
# $ gpg --import 5AA3BC334FD7E3369E7C77B291C559DBE4C9123B.asc
d5fe0b
# $ gpg2 --export --export-options export-minimal 5AA3BC334FD7E3369E7C77B291C559DBE4C9123B > gpgkey-5AA3BC334FD7E3369E7C77B291C559DBE4C9123B.gpg
d5fe0b
Source2:        gpgkey-5AA3BC334FD7E3369E7C77B291C559DBE4C9123B.gpg
d5fe0b
d5fe0b
BuildRequires:  gcc-c++
d5fe0b
BuildRequires:  gnupg2
d5fe0b
BuildRequires:  meson
d5fe0b
BuildRequires:  pkgconfig(egl)
d5fe0b
BuildRequires:  pkgconfig(epoxy)
d5fe0b
BuildRequires:  pkgconfig(gio-2.0)
d5fe0b
BuildRequires:  pkgconfig(gobject-2.0)
d5fe0b
BuildRequires:  pkgconfig(xkbcommon)
d5fe0b
BuildRequires:  pkgconfig(wayland-client)
d5fe0b
BuildRequires:  pkgconfig(wayland-server)
d5fe0b
BuildRequires:  pkgconfig(wpe-1.0)
d5fe0b
d5fe0b
%description
d5fe0b
A WPE backend designed for Linux desktop systems.
d5fe0b
d5fe0b
%package       devel
d5fe0b
Summary:       Development files for %{name}
d5fe0b
Requires:      %{name}%{?_isa} = %{version}-%{release}
d5fe0b
d5fe0b
%description   devel
d5fe0b
The %{name}-devel package contains libraries, build data, and header
d5fe0b
files for developing applications that use %{name}.
d5fe0b
d5fe0b
%prep
d5fe0b
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
d5fe0b
%autosetup -p1 -n %{name}-%{version}
d5fe0b
d5fe0b
%build
d5fe0b
%meson
d5fe0b
%meson_build
d5fe0b
d5fe0b
%install
d5fe0b
%meson_install
d5fe0b
d5fe0b
%files
d5fe0b
%license COPYING
d5fe0b
%doc NEWS
d5fe0b
%{_libdir}/libWPEBackend-fdo-1.0.so.1
d5fe0b
%{_libdir}/libWPEBackend-fdo-1.0.so.1.*
d5fe0b
d5fe0b
%files devel
d5fe0b
%{_includedir}/wpe-fdo-1.0
d5fe0b
%{_libdir}/libWPEBackend-fdo-1.0.so
d5fe0b
%{_libdir}/pkgconfig/wpebackend-fdo-1.0.pc
d5fe0b
d5fe0b
%changelog
d5fe0b
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.10.0-2
d5fe0b
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
d5fe0b
  Related: rhbz#1991688
d5fe0b
d5fe0b
* Mon Jun 07 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 1.10.0-1
d5fe0b
- Update to 1.10.0
d5fe0b
- Resolves: #1968640
d5fe0b
d5fe0b
* Wed May 19 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 1.9.92-1
d5fe0b
- Update to 1.9.92
d5fe0b
- Add GPG verification of source tarball
d5fe0b
- Resolves: #1961049
d5fe0b
d5fe0b
* Mon May 03 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 1.9.91-1
d5fe0b
- Update to 1.9.91
d5fe0b
- Resolves: #1947186
d5fe0b
d5fe0b
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.9.90-2
d5fe0b
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
d5fe0b
d5fe0b
* Thu Apr 01 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 1.9.90-1
d5fe0b
- Update to 1.9.90
d5fe0b
d5fe0b
* Mon Mar 08 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 1.9.1-1
d5fe0b
- Update to 1.9.1
d5fe0b
d5fe0b
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-2
d5fe0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
d5fe0b
d5fe0b
* Fri Sep 11 2020 Michael Catanzaro <mcatanzaro@redhat.com> -  1.8.0-1
d5fe0b
- Update to 1.8.0
d5fe0b
- Move libWPEBackend-fdo-1.0.so back to -devel package
d5fe0b
d5fe0b
* Wed Jul 29 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 1.7.1-1
d5fe0b
- Update to 1.7.1 and switch to meson build system
d5fe0b
d5fe0b
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-2
d5fe0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
d5fe0b
d5fe0b
* Tue May 26 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 1.6.1-1
d5fe0b
- Update to 1.6.1
d5fe0b
d5fe0b
* Thu Mar 12 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 1.6.0-1
d5fe0b
- Update to 1.6.0
d5fe0b
d5fe0b
* Tue Mar 03 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 1.5.90-2
d5fe0b
- Rebuild against updated libwpe
d5fe0b
d5fe0b
* Tue Mar 03 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 1.5.90-1
d5fe0b
- Update to 1.5.90
d5fe0b
d5fe0b
* Mon Feb 24 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 1.4.1-1
d5fe0b
- Update to 1.4.1
d5fe0b
d5fe0b
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-3
d5fe0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
d5fe0b
d5fe0b
* Thu Sep 19 2019 Chris King <bunnyapocalypse@protonmail.com> - 1.4.0-2
d5fe0b
- Change location of libWPEBackend-fdo.so to allow for WPE backend
d5fe0b
 
d5fe0b
* Wed Sep 18 2019 Chris King <bunnyapocalypse@protonmail.com> - 1.4.0-1
d5fe0b
- new version
d5fe0b
d5fe0b
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-2
d5fe0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
d5fe0b
d5fe0b
* Mon Jun 17 2019 Chris King <bunnyapocalypse@protonmail.com> - 1.3.1-1
d5fe0b
- New version
d5fe0b
d5fe0b
* Sat May 11 2019 Chris King <bunnyapocalypse@protonmail.com> - 1.3.0-1
d5fe0b
- New version
d5fe0b
d5fe0b
* Mon Mar 25 2019 Chris King <bunnyapocalypse@protonmail.com> - 1.2.0-1
d5fe0b
- New version
d5fe0b
d5fe0b
* Thu Feb 28 2019 Pete Walter <pwalter@fedoraproject.org> - 1.1.90-2
d5fe0b
- Update wayland deps
d5fe0b
d5fe0b
* Tue Feb 26 2019 Chris King <bunnyapocalypse@protonmail.com> - 1.1.90-1
d5fe0b
- New version with soname bump
d5fe0b
d5fe0b
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
d5fe0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
d5fe0b
d5fe0b
* Sun Aug 26 2018 Chris King <bunnyapocalypse@protonmail.com> - 1.0.0-1
d5fe0b
- Soname bump
d5fe0b
d5fe0b
* Mon Jul 16 2018 Chris King <bunnyapocalypse@fedoraproject.org> - 0.1-1
d5fe0b
- Initial RPM package