Update to snapshot
This commit is contained in:
parent
f4f69ee3ef
commit
1f3c460411
@ -1,15 +1,17 @@
|
|||||||
|
%global snapshot git20150901
|
||||||
|
|
||||||
Name: libglvnd
|
Name: libglvnd
|
||||||
Version: 0.0.0
|
Version: 0.0.0
|
||||||
Release: 1%{?dist}
|
Release: 3%{?snapshot}%{?dist}
|
||||||
Summary: The GL Vendor-Neutral Dispatch library
|
Summary: The GL Vendor-Neutral Dispatch library
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/NVIDIA/libglvnd
|
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
|
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: libxml2-python
|
||||||
BuildRequires: pkgconfig(xorg-server)
|
BuildRequires: pkgconfig(xorg-server)
|
||||||
@ -37,9 +39,6 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#patch0 -p1 -b .orig
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -82,5 +81,11 @@ mv %{buildroot}%{_libdir}/libGL.so* \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Feb 6 2015 Nicolas Chauvet <kwizart@gmail.com> - 0.0.0-1
|
||||||
- Initial spec file
|
- Initial spec file
|
||||||
|
Loading…
Reference in New Issue
Block a user