Add license file
This commit is contained in:
parent
2d12833da7
commit
eb68c360bf
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/egl-wayland-743d702fac0feb02d52ff34deadecb32284f18ea.tar.gz
|
||||
/egl-wayland-05eb0003bf9d17a16452f10aae13e66f4cfd6cda.tar.gz
|
||||
|
@ -1,10 +1,10 @@
|
||||
%global commit 743d702fac0feb02d52ff34deadecb32284f18ea
|
||||
%global date 20170120
|
||||
%global commit 05eb0003bf9d17a16452f10aae13e66f4cfd6cda
|
||||
%global date 20170207
|
||||
%global shortcommit0 %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: egl-wayland
|
||||
Version: 1.0.0
|
||||
Release: 0.6%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
|
||||
Release: 0.7%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
|
||||
Summary: Wayland EGL External Platform library
|
||||
|
||||
License: MIT
|
||||
@ -49,11 +49,15 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license COPYING
|
||||
%{_libdir}/*.so.*
|
||||
%{_datadir}/egl/egl_external_platform.d/10_nvidia_wayland.json
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 07 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.0.0-0.7.20170207git05eb000
|
||||
- Add license file
|
||||
|
||||
* Thu Feb 02 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.0.0-0.6.20170120git743d702
|
||||
- Add requires libglvnd-egl
|
||||
- Make review changes
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (egl-wayland-743d702fac0feb02d52ff34deadecb32284f18ea.tar.gz) = a1ed0c51e86e1143b8de4e17eb2881b2d78a8fe3ff0c4ac66ae0137b0d8246a37749af2799abfaca9a01f8fc7eb2b5418b63541346b26d3a96f12d8f0f5164ea
|
||||
SHA512 (egl-wayland-05eb0003bf9d17a16452f10aae13e66f4cfd6cda.tar.gz) = c936a0ceb6333cd8a8a682ac20faf5e5d9cc3514baa0b28820fbf56d48190bc289319c417284c41ce546db386b2d8d8eeea13f8b4cbddfac7b9cdbbca8cb6373
|
||||
|
Loading…
Reference in New Issue
Block a user