egl-wayland/egl-wayland.spec

234 lines
8.0 KiB
RPMSpec
Raw Normal View History

2022-06-30 12:16:02 +00:00
%global commit0 53b6a87c27e8272d65e29393b48e5344b39f698b
%global date 20220621
2022-06-29 10:28:05 +00:00
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
#global tag %{version}
2022-06-09 11:36:27 +00:00
2017-02-03 13:23:50 +00:00
Name: egl-wayland
2022-06-09 11:36:27 +00:00
Version: 1.1.10
2022-06-30 12:16:02 +00:00
Release: 4%{!?tag:.%{date}git%{shortcommit0}}%{?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}
2022-06-09 11:36:27 +00:00
%if 0%{?tag:1}
2018-12-06 11:04:03 +00:00
Source0: %url/archive/%{version}/%{name}-%{version}.tar.gz
2022-06-09 11:36:27 +00:00
%else
Source0: %url/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz
%endif
2017-02-03 13:23:50 +00:00
Source1: 10_nvidia_wayland.json
2021-10-16 20:38:54 +00:00
Source2: 15_nvidia_gbm.json
2017-02-03 13:23:50 +00:00
2022-06-30 12:16:02 +00:00
Patch0: https://gitweb.gentoo.org/repo/gentoo.git/plain/gui-libs/egl-wayland/files/egl-wayland-1.1.10-revert-defer-resizes.patch
2018-02-06 14:20:03 +00:00
BuildRequires: meson
2017-02-03 13:23:50 +00:00
BuildRequires: libtool
BuildRequires: eglexternalplatform-devel
2021-09-17 17:12:37 +00:00
BuildRequires: cmake
2022-06-09 11:44:16 +00:00
BuildRequires: libdrm-devel
2021-09-17 17:55:17 +00:00
BuildRequires: libglvnd-devel >= 1.3.4
2017-02-03 13:23:50 +00:00
BuildRequires: wayland-devel
2021-09-17 17:12:37 +00:00
BuildRequires: wayland-protocols-devel
2017-02-03 13:23:50 +00:00
# Required for directory ownership
Requires: libglvnd-egl%{?_isa}
%description
2019-09-15 09:55:06 +00:00
Wayland EGL External Platform library
2017-02-03 13:23:50 +00:00
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
2022-06-09 11:36:27 +00:00
%if 0%{?tag:1}
2019-02-01 07:29:05 +00:00
%autosetup -p1
2022-06-09 11:36:27 +00:00
%else
%autosetup -p1 -n %{name}-%{commit0}
%endif
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/
2021-10-16 20:38:54 +00:00
install -pm 0644 %{SOURCE1} %{SOURCE2} %{buildroot}%{_datadir}/egl/egl_external_platform.d/
2022-02-05 12:35:26 +00:00
find %{buildroot} -name '*.la' -delete
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
2021-10-16 20:38:54 +00:00
%{_datadir}/egl/egl_external_platform.d/15_nvidia_gbm.json
2017-02-03 13:23:50 +00:00
2018-01-31 07:39:31 +00:00
%files devel
2018-02-06 14:20:03 +00:00
%{_libdir}/libnvidia-egl-wayland.so
2021-01-07 14:14:42 +00:00
%{_libdir}/pkgconfig/wayland-eglstream.pc
2018-01-31 07:39:31 +00:00
%{_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
2022-06-30 12:16:02 +00:00
* Thu Jun 30 2022 Leigh Scott <leigh123linux@gmail.com> - 1.1.10-4.20220621git53b6a87
- Fix GTK4 resizing
2022-06-29 10:28:05 +00:00
* Wed Jun 29 2022 Leigh Scott <leigh123linux@gmail.com> - 1.1.10-3.20220626gitd0febee
- Update to latest snapshot
2022-06-12 20:45:33 +00:00
* Sun Jun 12 2022 Leigh Scott <leigh123linux@gmail.com> - 1.1.10-2
- Update to 1.1.10
2022-06-09 11:36:27 +00:00
* Thu Jun 09 2022 Simone Caronni <negativo17@gmail.com> - 1.1.10-1.20220601git247335d
- Update to latest 1.10 snapshot
2022-02-05 12:35:26 +00:00
* Sat Feb 05 2022 Simone Caronni <negativo17@gmail.com> - 1.1.9-5
- Small cleanup.
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.9-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
2021-11-23 21:45:35 +00:00
* Tue Nov 23 2021 Leigh Scott <leigh123linux@gmail.com> - 1.1.9-3
- Add upstream commits
2021-10-16 20:38:54 +00:00
* Sat Oct 16 2021 Leigh Scott <leigh123linux@gmail.com> - 1.1.9-2
- Add 15_nvidia_gbm.json
2021-10-15 07:56:41 +00:00
* Fri Oct 15 2021 Leigh Scott <leigh123linux@gmail.com> - 1.1.9-1
- Update to 1.1.9
2021-09-17 16:21:05 +00:00
* Fri Sep 17 2021 Leigh Scott <leigh123linux@gmail.com> - 1.1.8-1
- Update to 1.1.8
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
2021-05-22 17:24:26 +00:00
* Sat May 22 2021 Leigh Scott <leigh123linux@gmail.com> - 1.1.7-1
- Update to 1.1.7
* Fri May 7 2021 Olivier Fourdan <ofourdan@redhat.com> - 1.1.6-3
- Fix EGL stream closing causing a crash in Xwayland with EGLstream
(#1943936, #1949415)
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
2021-01-07 14:14:42 +00:00
* Thu Jan 7 2021 Leigh Scott <leigh123linux@gmail.com> - 1.1.6-1
- Update to 1.1.6
* Fri Aug 14 2020 Leigh Scott <leigh123linux@gmail.com> - 1.1.5-3
- Add upstream patch to address rhbz#1842473
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
2020-06-01 19:15:51 +00:00
* Mon Jun 01 2020 Leigh Scott <leigh123linux@gmail.com> - 1.1.5-1
- Update to 1.1.5
* Mon Mar 30 2020 leigh123linux <leigh123linux@googlemail.com> - 1.1.4-4
- Use upstream commit to address missing mesa includes
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
2019-12-16 22:25:45 +00:00
* Mon Dec 16 2019 Leigh Scott <leigh123linux@gmail.com> - 1.1.4-2
- Add patch to add missing mesa includes
2019-09-15 09:55:06 +00:00
* Sun Sep 15 2019 Leigh Scott <leigh123linux@googlemail.com> - 1.1.4-1
- Update to 1.1.4
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
2019-06-02 10:47:41 +00:00
* Sun Jun 02 2019 Leigh Scott <leigh123linux@googlemail.com> - 1.1.3-1
- Update to 1.1.3
2019-04-16 05:43:59 +00:00
* Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 1.1.2-3
- Rebuild with Meson fix for #1699099
2019-03-30 10:56:37 +00:00
* Sat Mar 30 2019 Leigh Scott <leigh123linux@googlemail.com> - 1.1.2-2
- Switch to upstream fix
2019-02-01 07:29:05 +00:00
* Fri Feb 01 2019 Leigh Scott <leigh123linux@googlemail.com> - 1.1.2-1
- Update to 1.1.2
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Thu Dec 06 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.1-3
- Fix the same crappy warning f28 generates
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
* 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
* 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
* 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
* 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