Blame SPECS/egl-wayland.spec

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