Add the correct license
Update sources
This commit is contained in:
parent
bf3d3a66ed
commit
970854bf80
1
.gitignore
vendored
1
.gitignore
vendored
@ -0,0 +1 @@
|
||||
libglvnd-*.tar.gz
|
||||
@ -5,10 +5,10 @@
|
||||
|
||||
Name: libglvnd
|
||||
Version: 0.2.999
|
||||
Release: 1%{?commit0:.git%{shortcommit0}}%{?dist}
|
||||
Release: 2%{?commit0:.git%{shortcommit0}}%{?dist}
|
||||
Summary: The GL Vendor-Neutral Dispatch library
|
||||
|
||||
License: LGPLv2+
|
||||
License: MIT
|
||||
URL: https://github.com/NVIDIA/libglvnd
|
||||
Source0: https://github.com/NVIDIA/%{name}/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz
|
||||
|
||||
@ -129,6 +129,9 @@ xvfb-run -a make check V=1 || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Oct 05 2016 Nicolas Chauvet <kwizart@gmail.com> - 0.2.999-2.git14f6283
|
||||
- Add the correct License: MIT
|
||||
|
||||
* Thu Sep 15 2016 Nicolas Chauvet <kwizart@gmail.com> - 0.2.999-1.git14f6283
|
||||
- Update to 2.999 version
|
||||
- Add EGL
|
||||
|
||||
Loading…
Reference in New Issue
Block a user