Update to 20151110

This commit is contained in:
Nicolas Chauvet 2015-11-21 16:18:35 +01:00
parent 984310b283
commit 350a59e86c

View File

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