Blame SPECS/egl-wayland.spec

2d01bb
Name:           egl-wayland
147450
Version:        1.1.9
c074d7
Release:        2%{?dist}
2d01bb
Summary:        Wayland EGL External Platform library
2d01bb
2d01bb
License:        MIT
2d01bb
URL:            https://github.com/NVIDIA/%{name}
2d01bb
Source0:        %url/archive/%{version}/%{name}-%{version}.tar.gz
2d01bb
Source1:        10_nvidia_wayland.json
147450
Source2:        15_nvidia_gbm.json
147450
Patch0:         %url/commit/d4937adc5cd04ac7df98fc5616e40319fb52fdee.patch
147450
Patch1:         %url/commit/daab8546eca8428543a4d958a2c53fc747f70672.patch
147450
Patch2:         %url/commit/582b2d345abaa0e313cf16c902e602084ea59551.patch
2d01bb
2d01bb
BuildRequires:  meson
2d01bb
BuildRequires:  libtool
2d01bb
BuildRequires:  eglexternalplatform-devel
2d01bb
%if 0%{?fedora}
2d01bb
BuildRequires:  libglvnd-devel
2d01bb
%else
2d01bb
BuildRequires:  mesa-libEGL-devel
2d01bb
%endif
2d01bb
BuildRequires:  wayland-devel
147450
BuildRequires:  wayland-protocols-devel
2d01bb
2d01bb
# Required for directory ownership
2d01bb
Requires:       libglvnd-egl%{?_isa}
2d01bb
2d01bb
%description
2d01bb
Wayland EGL External Platform library
2d01bb
2d01bb
%package devel
2d01bb
Summary:        Wayland EGL External Platform library development package
2d01bb
Requires:       %{name}%{?_isa} = %{version}-%{release}
2d01bb
2d01bb
%description devel
2d01bb
Wayland EGL External Platform library development package
2d01bb
2d01bb
%prep
2d01bb
%autosetup -p1
2d01bb
%if 0%{?rhel}
2d01bb
sed -i -e 's@>= 0.50@>= 0.47@g'  meson.build
2d01bb
%endif
2d01bb
2d01bb
%build
2d01bb
%meson
2d01bb
%meson_build
2d01bb
2d01bb
2d01bb
%install
2d01bb
%meson_install
2d01bb
install -m 0755 -d %{buildroot}%{_datadir}/egl/egl_external_platform.d/
c074d7
install -pm 0644 %{SOURCE1} %{SOURCE2} %{buildroot}%{_datadir}/egl/egl_external_platform.d/
2d01bb
find %{buildroot} -name '*.la' -exec rm -f {} ';'
2d01bb
2d01bb
2d01bb
%ldconfig_scriptlets
2d01bb
2d01bb
2d01bb
%files
2d01bb
%doc README.md
2d01bb
%license COPYING
2d01bb
%{_libdir}/*.so.*
2d01bb
%{_datadir}/egl/egl_external_platform.d/10_nvidia_wayland.json
c074d7
%{_datadir}/egl/egl_external_platform.d/15_nvidia_gbm.json
2d01bb
2d01bb
%files devel
2d01bb
%{_libdir}/libnvidia-egl-wayland.so
2d01bb
%{_libdir}/pkgconfig/wayland-eglstream.pc
2d01bb
%{_datadir}/pkgconfig/wayland-eglstream-protocols.pc
2d01bb
%{_datadir}/wayland-eglstream/
2d01bb
2d01bb
%changelog
c074d7
* Tue Jun 28 2022 Olivier Fourdan <ofourdan@redhat.com> - 1.1.9-2
c074d7
- Install 15_nvidia_gbm.json
c074d7
  Resolves: rhbz#2101695
c074d7
147450
* Tue Jan 25 2022 Dave Airlie <airlied@redhat.com> - 1.1.9-1
147450
- Update to egl-wayland 1.1.9 like Fedora
147450
2d01bb
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.1.7-3
2d01bb
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
2d01bb
  Related: rhbz#1991688
2d01bb
2d01bb
* Wed Jul 7 2021 Olivier Fourdan <ofourdan@redhat.com> - 1.1.7-2
2d01bb
- Rebuild for annobin-9.79 (#1975875)
2d01bb
2d01bb
* Thu Jul 1 2021 Olivier Fourdan <ofourdan@redhat.com> - 1.1.7-1
2d01bb
- Update to 1.1.7 (#1975875)
2d01bb
2d01bb
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.1.6-3
2d01bb
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
2d01bb
2d01bb
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-2
2d01bb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
2d01bb
2d01bb
* Thu Jan  7 2021 Leigh Scott <leigh123linux@gmail.com> - 1.1.6-1
2d01bb
- Update to 1.1.6
2d01bb
2d01bb
* Fri Aug 14 2020 Leigh Scott <leigh123linux@gmail.com> - 1.1.5-3
2d01bb
- Add upstream patch to address rhbz#1842473
2d01bb
2d01bb
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-2
2d01bb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
2d01bb
2d01bb
* Mon Jun 01 2020 Leigh Scott <leigh123linux@gmail.com> - 1.1.5-1
2d01bb
- Update to 1.1.5
2d01bb
2d01bb
* Mon Mar 30 2020 leigh123linux <leigh123linux@googlemail.com> - 1.1.4-4
2d01bb
- Use upstream commit to address missing mesa includes
2d01bb
2d01bb
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-3
2d01bb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
2d01bb
2d01bb
* Mon Dec 16 2019 Leigh Scott <leigh123linux@gmail.com> - 1.1.4-2
2d01bb
- Add patch to add missing mesa includes
2d01bb
2d01bb
* Sun Sep 15 2019 Leigh Scott <leigh123linux@googlemail.com> - 1.1.4-1
2d01bb
- Update to 1.1.4
2d01bb
2d01bb
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-2
2d01bb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
2d01bb
2d01bb
* Sun Jun 02 2019 Leigh Scott <leigh123linux@googlemail.com> - 1.1.3-1
2d01bb
- Update to 1.1.3
2d01bb
2d01bb
* Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 1.1.2-3
2d01bb
- Rebuild with Meson fix for #1699099
2d01bb
2d01bb
* Sat Mar 30 2019 Leigh Scott <leigh123linux@googlemail.com> - 1.1.2-2
2d01bb
- Switch to upstream fix
2d01bb
2d01bb
* Fri Feb 01 2019 Leigh Scott <leigh123linux@googlemail.com> - 1.1.2-1
2d01bb
- Update to 1.1.2
2d01bb
2d01bb
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-4
2d01bb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
2d01bb
2d01bb
* Thu Dec 06 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.1-3
2d01bb
- Fix the same crappy warning f28 generates
2d01bb
2d01bb
* Thu Dec 06 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.1-2
2d01bb
- Fix the crappy warning epel7 generates
2d01bb
2d01bb
* Thu Dec 06 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.1-1
2d01bb
- Update to 1.1.1
2d01bb
2d01bb
* Mon Nov 26 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.0-0.2.20181015git0eb29d4
2d01bb
- Update to latest git snapshot (rhbz#1653118)
2d01bb
2d01bb
* Mon Aug 20 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.0-0.1.20180916git1676d1d
2d01bb
- Update to 1.1.0 snapshot
2d01bb
2d01bb
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-0.2.20180626git395ce9f
2d01bb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
2d01bb
2d01bb
* Sat Jun 30 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.0.5-0.1.20180626git395ce9f
2d01bb
- Update to 1.0.5 snapshot
2d01bb
2d01bb
* Sat Jun 16 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.0.4-0.1.20180602git4ab0873
2d01bb
- Update to 1.0.4 snapshot
2d01bb
2d01bb
* Tue Feb 06 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.0.3-2.20180201git6f5f7d0
2d01bb
- Update to latest git snapshot
2d01bb
- Switch to meson
2d01bb
- Install .so file to -devel as it's listed in wayland-eglstream.pc
2d01bb
- Fix directory ownership
2d01bb
2d01bb
* Wed Jan 31 2018 Jonas Ã…dahl <jadahl@redhat.com> - 1.0.3-1.20180111gitb283689
2d01bb
- Update to 1.0.3
2d01bb
- Add -devel package
2d01bb
2d01bb
* Thu Aug 03 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.0.2-0.4.20170802git1f4b1fd
2d01bb
- Update to latest git snapshot
2d01bb
2d01bb
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-0.3.20170628git818b613
2d01bb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
2d01bb
2d01bb
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-0.2.20170628git818b613
2d01bb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
2d01bb
2d01bb
* Wed Jun 28 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.0.2-0.1.20170628git818b613
2d01bb
- Update to 1.0.2 git
2d01bb
2d01bb
* Wed Mar 08 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.0.1-0.1.20170308git582fbf3
2d01bb
- Update to 1.0.1 git
2d01bb
2d01bb
* Tue Feb 07 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.0.0-0.7.20170207git05eb000
2d01bb
- Add license file
2d01bb
2d01bb
* Thu Feb 02 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.0.0-0.6.20170120git743d702
2d01bb
- Add requires libglvnd-egl
2d01bb
- Make review changes
2d01bb
2d01bb
* Wed Feb 01 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.0.0-0.5.20170120git743d702
2d01bb
- Drop devel sub-package
2d01bb
2d01bb
* Wed Feb 01 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.0.0-0.4.20170120git743d702
2d01bb
- Add 10_nvidia_wayland.json to libs sub-package
2d01bb
2d01bb
* Wed Feb 01 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.0.0-0.3.20170120git743d702
2d01bb
- Add loader directory to common sub-package
2d01bb
- Move libs to sub-package
2d01bb
2d01bb
* Fri Jan 20 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.0.0-0.2.20170120git743d702
2d01bb
- Add date to release
2d01bb
2d01bb
* Fri Jan 20 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.0.0-0.1.git743d702
2d01bb
- First build
2d01bb