Update to snapshot

This commit is contained in:
Nicolas Chauvet 2015-09-02 18:42:54 +02:00
parent f4f69ee3ef
commit 1f3c460411

View File

@ -1,15 +1,17 @@
%global snapshot git20150901
Name: libglvnd
Version: 0.0.0
Release: 1%{?dist}
Release: 3%{?snapshot}%{?dist}
Summary: The GL Vendor-Neutral Dispatch library
License: MIT
URL: https://github.com/NVIDIA/libglvnd
Source0: libglvnd-%{version}.tar.gz
# git clone && ./autogen.sh && make dist && mv
Source0: libglvnd-%{version}%{?snapshot}.tar.gz
Source1: 10-x11glvnd.conf
Patch0: 0001-Switch-to-LoadExtensionList-for-xorg-server-1.16.patch
ExclusiveArch: x86_64
ExclusiveArch: x86_64 %{arm}
BuildRequires: libxml2-python
BuildRequires: pkgconfig(xorg-server)
@ -37,9 +39,6 @@ developing applications that use %{name}.
%prep
%setup -q
#patch0 -p1 -b .orig
%build
@ -82,5 +81,11 @@ mv %{buildroot}%{_libdir}/libGL.so* \
%changelog
* Tue Sep 01 2015 Nicolas Chauvet <kwizart@gmail.com> - 0.0.0-3git20150901
- Update to snapshot 20150901
* Fri Aug 07 2015 Nicolas Chauvet <kwizart@gmail.com> - 0.0.0-2
- Update to today snapshoot
* Fri Feb 6 2015 Nicolas Chauvet <kwizart@gmail.com> - 0.0.0-1
- Initial spec file