2017-02-03 13:23:50 +00:00
|
|
|
Name: egl-wayland
|
2018-12-06 11:04:03 +00:00
|
|
|
Version: 1.1.1
|
2018-12-06 12:01:56 +00:00
|
|
|
Release: 2%{?dist}
|
2017-02-03 13:23:50 +00:00
|
|
|
Summary: Wayland EGL External Platform library
|
|
|
|
|
|
|
|
License: MIT
|
2018-06-16 10:34:41 +00:00
|
|
|
URL: https://github.com/NVIDIA/%{name}
|
2018-12-06 11:04:03 +00:00
|
|
|
Source0: %url/archive/%{version}/%{name}-%{version}.tar.gz
|
2017-02-03 13:23:50 +00:00
|
|
|
Source1: 10_nvidia_wayland.json
|
2018-12-06 12:01:56 +00:00
|
|
|
%if 0%{?rhel}
|
|
|
|
Patch0: fix_deprecated-declarations.patch
|
|
|
|
%endif
|
2017-02-03 13:23:50 +00:00
|
|
|
|
2018-02-06 14:20:03 +00:00
|
|
|
BuildRequires: meson
|
2017-02-03 13:23:50 +00:00
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: eglexternalplatform-devel
|
|
|
|
BuildRequires: mesa-libEGL-devel
|
|
|
|
BuildRequires: wayland-devel
|
|
|
|
|
|
|
|
# Required for directory ownership
|
|
|
|
Requires: libglvnd-egl%{?_isa}
|
|
|
|
|
|
|
|
%description
|
|
|
|
%summary
|
|
|
|
|
2018-01-31 07:39:31 +00:00
|
|
|
%package devel
|
|
|
|
Summary: Wayland EGL External Platform library development package
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
Wayland EGL External Platform library development package
|
|
|
|
|
2017-02-03 13:23:50 +00:00
|
|
|
%prep
|
2018-12-06 12:01:56 +00:00
|
|
|
%autosetup -p1 -n %{name}-%{version}
|
2017-02-03 13:23:50 +00:00
|
|
|
|
|
|
|
%build
|
2018-02-06 14:20:03 +00:00
|
|
|
%meson
|
|
|
|
%meson_build
|
2017-02-03 13:23:50 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
2018-02-06 14:20:03 +00:00
|
|
|
%meson_install
|
2017-02-03 13:23:50 +00:00
|
|
|
install -m 0755 -d %{buildroot}%{_datadir}/egl/egl_external_platform.d/
|
|
|
|
install -pm 0644 %{SOURCE1} %{buildroot}%{_datadir}/egl/egl_external_platform.d/
|
|
|
|
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|
|
|
|
|
|
|
|
2018-02-06 14:20:03 +00:00
|
|
|
%ldconfig_scriptlets
|
2017-02-03 13:23:50 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc README.md
|
2017-02-07 12:26:34 +00:00
|
|
|
%license COPYING
|
2017-02-03 13:23:50 +00:00
|
|
|
%{_libdir}/*.so.*
|
|
|
|
%{_datadir}/egl/egl_external_platform.d/10_nvidia_wayland.json
|
|
|
|
|
2018-01-31 07:39:31 +00:00
|
|
|
%files devel
|
2018-02-06 14:20:03 +00:00
|
|
|
%{_libdir}/libnvidia-egl-wayland.so
|
2018-01-31 07:39:31 +00:00
|
|
|
%{_datadir}/pkgconfig/wayland-eglstream.pc
|
|
|
|
%{_datadir}/pkgconfig/wayland-eglstream-protocols.pc
|
2018-02-06 14:20:03 +00:00
|
|
|
%{_datadir}/wayland-eglstream/
|
2017-02-03 13:23:50 +00:00
|
|
|
|
|
|
|
%changelog
|
2018-12-06 12:01:56 +00:00
|
|
|
* Thu Dec 06 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.1-2
|
|
|
|
- Fix the crappy warning epel7 generates
|
|
|
|
|
2018-12-06 11:04:03 +00:00
|
|
|
* Thu Dec 06 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.1-1
|
|
|
|
- Update to 1.1.1
|
|
|
|
|
2018-11-26 01:08:52 +00:00
|
|
|
* Mon Nov 26 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.0-0.2.20181015git0eb29d4
|
|
|
|
- Update to latest git snapshot (rhbz#1653118)
|
|
|
|
|
2018-08-20 11:15:26 +00:00
|
|
|
* Mon Aug 20 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.0-0.1.20180916git1676d1d
|
|
|
|
- Update to 1.1.0 snapshot
|
|
|
|
|
2018-07-12 23:42:38 +00:00
|
|
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-0.2.20180626git395ce9f
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-06-30 13:35:28 +00:00
|
|
|
* Sat Jun 30 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.0.5-0.1.20180626git395ce9f
|
|
|
|
- Update to 1.0.5 snapshot
|
|
|
|
|
2018-06-16 10:34:41 +00:00
|
|
|
* Sat Jun 16 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.0.4-0.1.20180602git4ab0873
|
|
|
|
- Update to 1.0.4 snapshot
|
|
|
|
|
2018-02-06 14:20:03 +00:00
|
|
|
* Tue Feb 06 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.0.3-2.20180201git6f5f7d0
|
|
|
|
- Update to latest git snapshot
|
|
|
|
- Switch to meson
|
|
|
|
- Install .so file to -devel as it's listed in wayland-eglstream.pc
|
|
|
|
- Fix directory ownership
|
|
|
|
|
2018-01-31 07:39:31 +00:00
|
|
|
* Wed Jan 31 2018 Jonas Ådahl <jadahl@redhat.com> - 1.0.3-1.20180111gitb283689
|
|
|
|
- Update to 1.0.3
|
|
|
|
- Add -devel package
|
|
|
|
|
2017-08-15 16:17:47 +00:00
|
|
|
* Thu Aug 03 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.0.2-0.4.20170802git1f4b1fd
|
|
|
|
- Update to latest git snapshot
|
|
|
|
|
2017-08-02 19:58:50 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-0.3.20170628git818b613
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 07:14:24 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-0.2.20170628git818b613
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-06-28 19:12:44 +00:00
|
|
|
* Wed Jun 28 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.0.2-0.1.20170628git818b613
|
2017-08-15 16:17:47 +00:00
|
|
|
- Update to 1.0.2 git
|
2017-06-28 19:12:44 +00:00
|
|
|
|
2017-03-08 13:59:58 +00:00
|
|
|
* Wed Mar 08 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.0.1-0.1.20170308git582fbf3
|
2017-08-15 16:17:47 +00:00
|
|
|
- Update to 1.0.1 git
|
2017-03-08 13:59:58 +00:00
|
|
|
|
2017-02-07 12:26:34 +00:00
|
|
|
* Tue Feb 07 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.0.0-0.7.20170207git05eb000
|
|
|
|
- Add license file
|
|
|
|
|
2017-02-03 13:23:50 +00:00
|
|
|
* Thu Feb 02 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.0.0-0.6.20170120git743d702
|
|
|
|
- Add requires libglvnd-egl
|
|
|
|
- Make review changes
|
|
|
|
|
|
|
|
* Wed Feb 01 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.0.0-0.5.20170120git743d702
|
|
|
|
- Drop devel sub-package
|
|
|
|
|
|
|
|
* Wed Feb 01 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.0.0-0.4.20170120git743d702
|
|
|
|
- Add 10_nvidia_wayland.json to libs sub-package
|
|
|
|
|
|
|
|
* Wed Feb 01 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.0.0-0.3.20170120git743d702
|
|
|
|
- Add loader directory to common sub-package
|
|
|
|
- Move libs to sub-package
|
|
|
|
|
|
|
|
* Fri Jan 20 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.0.0-0.2.20170120git743d702
|
|
|
|
- Add date to release
|
|
|
|
|
|
|
|
* Fri Jan 20 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.0.0-0.1.git743d702
|
|
|
|
- First build
|
|
|
|
|