Blame SPECS/egl-wayland.spec

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