Update to 20151110
This commit is contained in:
parent
984310b283
commit
350a59e86c
@ -1,21 +1,18 @@
|
||||
%global snapshot git20150901
|
||||
%global snapshot git20151110
|
||||
|
||||
Name: libglvnd
|
||||
Version: 0.0.0
|
||||
Release: 3%{?snapshot}%{?dist}
|
||||
Release: 4%{?snapshot}%{?dist}
|
||||
Summary: The GL Vendor-Neutral Dispatch library
|
||||
|
||||
License: MIT
|
||||
License: MIT and BSD and LGPLv2+
|
||||
URL: https://github.com/NVIDIA/libglvnd
|
||||
# git clone && ./autogen.sh && make dist && mv
|
||||
Source0: libglvnd-%{version}%{?snapshot}.tar.gz
|
||||
Source1: 10-x11glvnd.conf
|
||||
|
||||
#This library only target few architectures uses case
|
||||
#ExclusiveArch: i686 x86_64 %{arm}
|
||||
#Doesn't build on i686 with tls
|
||||
#https://github.com/NVIDIA/libglvnd/issues/18
|
||||
ExclusiveArch: x86_64 %{arm}
|
||||
#This library only target few architectures use case
|
||||
ExclusiveArch: x86_64 i686 armv7hl
|
||||
|
||||
BuildRequires: libxml2-python
|
||||
BuildRequires: pkgconfig(xorg-server)
|
||||
@ -74,7 +71,7 @@ mv %{buildroot}%{_libdir}/libGL.so* \
|
||||
|
||||
|
||||
%files
|
||||
%doc
|
||||
%doc README.md
|
||||
%{_libdir}/*.so*
|
||||
%dir %{_libdir}/%{name}
|
||||
%{_libdir}/%{name}/libGL.so*
|
||||
@ -85,6 +82,10 @@ mv %{buildroot}%{_libdir}/libGL.so* \
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 10 2015 Nicolas Chauvet <kwizart@gmail.com> - 0.0.0-4git20151110
|
||||
- Update to today snapshot
|
||||
- Fix license
|
||||
|
||||
* Tue Sep 01 2015 Nicolas Chauvet <kwizart@gmail.com> - 0.0.0-3git20150901
|
||||
- Update to snapshot 20150901
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user