egl-wayland/egl-wayland.spec

164 lines
5.4 KiB
RPMSpec
Raw Normal View History

2017-02-03 13:23:50 +00:00
Name: egl-wayland
2019-09-15 09:55:06 +00:00
Version: 1.1.4
Release: 3%{?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
2019-12-16 22:25:45 +00:00
Patch0: %url/pull/24.patch#/add_missing_includes.patch
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
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
2019-02-01 07:29:05 +00:00
%autosetup -p1
2019-09-15 10:13:52 +00:00
%if 0%{?rhel} == 7
sed -i -e 's@>= 0.50@>= 0.47@g' meson.build
%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/
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
* 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