Update to latest git snapshot
This commit is contained in:
parent
24c0e82939
commit
91aaa5a16c
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/egl-wayland-818b6135ad6883afbaec83f5da0d3204238416a7.tar.gz
|
/egl-wayland-818b6135ad6883afbaec83f5da0d3204238416a7.tar.gz
|
||||||
/egl-wayland-1f4b1fde684595fe28e250b7429e028a7bb7d40d.tar.gz
|
/egl-wayland-1f4b1fde684595fe28e250b7429e028a7bb7d40d.tar.gz
|
||||||
/egl-wayland-b283689e369116aaf41ffac70d4eeef19ce133a4.tar.gz
|
/egl-wayland-b283689e369116aaf41ffac70d4eeef19ce133a4.tar.gz
|
||||||
|
/egl-wayland-6f5f7d0d50287b810e9dec4718d3cf995fed809a.tar.gz
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
%global commit b283689e369116aaf41ffac70d4eeef19ce133a4
|
%global commit 6f5f7d0d50287b810e9dec4718d3cf995fed809a
|
||||||
%global date 20180111
|
%global date 20180201
|
||||||
%global shortcommit0 %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: egl-wayland
|
Name: egl-wayland
|
||||||
Version: 1.0.3
|
Version: 1.0.3
|
||||||
Release: 1%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
|
Release: 2%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
|
||||||
Summary: Wayland EGL External Platform library
|
Summary: Wayland EGL External Platform library
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -12,6 +12,7 @@ URL: https://github.com/NVIDIA
|
|||||||
Source0: %url/%{name}/archive/%{commit}.tar.gz#/%{name}-%{commit}.tar.gz
|
Source0: %url/%{name}/archive/%{commit}.tar.gz#/%{name}-%{commit}.tar.gz
|
||||||
Source1: 10_nvidia_wayland.json
|
Source1: 10_nvidia_wayland.json
|
||||||
|
|
||||||
|
BuildRequires: meson
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: eglexternalplatform-devel
|
BuildRequires: eglexternalplatform-devel
|
||||||
BuildRequires: mesa-libEGL-devel
|
BuildRequires: mesa-libEGL-devel
|
||||||
@ -32,24 +33,20 @@ Wayland EGL External Platform library development package
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{commit}
|
%autosetup -n %{name}-%{commit}
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%meson
|
||||||
%make_build V=1
|
%meson_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%meson_install
|
||||||
install -m 0755 -d %{buildroot}%{_datadir}/egl/egl_external_platform.d/
|
install -m 0755 -d %{buildroot}%{_datadir}/egl/egl_external_platform.d/
|
||||||
install -pm 0644 %{SOURCE1} %{buildroot}%{_datadir}/egl/egl_external_platform.d/
|
install -pm 0644 %{SOURCE1} %{buildroot}%{_datadir}/egl/egl_external_platform.d/
|
||||||
rm %{buildroot}%{_libdir}/libnvidia-egl-wayland.so
|
|
||||||
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||||
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -59,13 +56,18 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||||||
%{_datadir}/egl/egl_external_platform.d/10_nvidia_wayland.json
|
%{_datadir}/egl/egl_external_platform.d/10_nvidia_wayland.json
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
%{_libdir}/libnvidia-egl-wayland.so
|
||||||
%{_datadir}/pkgconfig/wayland-eglstream.pc
|
%{_datadir}/pkgconfig/wayland-eglstream.pc
|
||||||
%{_datadir}/pkgconfig/wayland-eglstream-protocols.pc
|
%{_datadir}/pkgconfig/wayland-eglstream-protocols.pc
|
||||||
%{_datadir}/wayland-eglstream/wayland-eglstream.xml
|
%{_datadir}/wayland-eglstream/
|
||||||
%{_datadir}/wayland-eglstream/wayland-eglstream-controller.xml
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
||||||
|
|
||||||
* Wed Jan 31 2018 Jonas Ådahl <jadahl@redhat.com> - 1.0.3-1.20180111gitb283689
|
* Wed Jan 31 2018 Jonas Ådahl <jadahl@redhat.com> - 1.0.3-1.20180111gitb283689
|
||||||
- Update to 1.0.3
|
- Update to 1.0.3
|
||||||
- Add -devel package
|
- Add -devel package
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (egl-wayland-b283689e369116aaf41ffac70d4eeef19ce133a4.tar.gz) = 4d22a85c90fa6917d87b5f4a51e983650c311162ce091ea1ef8fb2f84c275af4b9cfaf9f6db3c36d3be040a324c76071b3dd68c5f5d1bfab0f6ba09ae8266bdb
|
SHA512 (egl-wayland-6f5f7d0d50287b810e9dec4718d3cf995fed809a.tar.gz) = 96e84e8246609d7fc35b490db0ce7be469072502a3960e0baa0ef8568c9cf1ef1671e2010d64e547ea01b05f5c28ff190a919351f502f65f51a68c94bfdd7d30
|
||||||
|
Loading…
Reference in New Issue
Block a user