Update to sources
This commit is contained in:
parent
f20d840201
commit
0d984f08ba
@ -1,25 +0,0 @@
|
|||||||
From 50e5a23f7d872006a7432ad26e40005c4d235d03 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Nicolas Chauvet <kwizart@gmail.com>
|
|
||||||
Date: Fri, 13 May 2016 17:00:26 +0200
|
|
||||||
Subject: [PATCH] clean-up xorg-server and glproto since glvnd eol
|
|
||||||
|
|
||||||
---
|
|
||||||
configure.ac | 2 --
|
|
||||||
1 file changed, 2 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/configure.ac b/configure.ac
|
|
||||||
index 27da191..630c2b7 100644
|
|
||||||
--- a/configure.ac
|
|
||||||
+++ b/configure.ac
|
|
||||||
@@ -100,8 +100,6 @@ AX_PTHREAD()
|
|
||||||
|
|
||||||
PKG_CHECK_MODULES([X11], [x11])
|
|
||||||
PKG_CHECK_MODULES([XEXT], [xext])
|
|
||||||
-PKG_CHECK_MODULES([XORG], [xorg-server >= 1.11.0])
|
|
||||||
-PKG_CHECK_MODULES([GLPROTO], [glproto])
|
|
||||||
|
|
||||||
dnl Checks for typedefs, structures, and compiler characteristics.
|
|
||||||
AC_C_TYPEOF
|
|
||||||
--
|
|
||||||
2.4.11
|
|
||||||
|
|
@ -1,17 +1,16 @@
|
|||||||
%undefine _hardened_build
|
%undefine _hardened_build
|
||||||
|
|
||||||
%global commit0 509de0dbc8b6be93dd9dc2e1b1b7b9268d4ddbdf
|
%global commit0 a82982d93a75c48bac7a894639b26e5f05ff8364
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: libglvnd
|
Name: libglvnd
|
||||||
Version: 0.1.0
|
Version: 0.1.0
|
||||||
Release: 2%{?commit0:.git%{shortcommit0}}%{?dist}
|
Release: 3%{?commit0:.git%{shortcommit0}}%{?dist}
|
||||||
Summary: The GL Vendor-Neutral Dispatch library
|
Summary: The GL Vendor-Neutral Dispatch library
|
||||||
|
|
||||||
License: MIT and BSD and LGPLv2+
|
License: MIT and BSD and LGPLv2+
|
||||||
URL: https://github.com/NVIDIA/libglvnd
|
URL: https://github.com/NVIDIA/libglvnd
|
||||||
Source0: https://github.com/NVIDIA/%{name}/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz
|
Source0: https://github.com/NVIDIA/%{name}/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz
|
||||||
Patch0: 0001-clean-up-xorg-server-and-glproto-since-glvnd-eol.patch
|
|
||||||
|
|
||||||
#This library only target few architectures use case
|
#This library only target few architectures use case
|
||||||
ExclusiveArch: x86_64 i686 armv7hl
|
ExclusiveArch: x86_64 i686 armv7hl
|
||||||
@ -54,7 +53,6 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{?commit0}%{?!commit0:%{version}}
|
%setup -q -n %{name}-%{?commit0}%{?!commit0:%{version}}
|
||||||
%patch0 -p1
|
|
||||||
autoreconf -vif
|
autoreconf -vif
|
||||||
|
|
||||||
|
|
||||||
@ -70,7 +68,7 @@ make %{?_smp_mflags} V=1
|
|||||||
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||||
|
|
||||||
%{!?_with_mesa_glvnd_default:
|
%{!?_with_mesa_glvnd_default:
|
||||||
# Avoid conflict with mesa-libGL for now
|
# Avoid conflict with mesa-libGL until mesa has gained libglvnd support
|
||||||
mkdir -p %{buildroot}%{_libdir}/%{name}
|
mkdir -p %{buildroot}%{_libdir}/%{name}
|
||||||
for l in libGL libGLESv2 ; do
|
for l in libGL libGLESv2 ; do
|
||||||
mv %{buildroot}%{_libdir}/${l}.so* \
|
mv %{buildroot}%{_libdir}/${l}.so* \
|
||||||
@ -110,6 +108,9 @@ xvfb-run -a make check V=1 || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 20 2016 Nicolas Chauvet <kwizart@gmail.com> - 0.1.0-3.gita82982d
|
||||||
|
- Update to current snapshot
|
||||||
|
|
||||||
* Fri May 13 2016 Nicolas Chauvet <kwizart@gmail.com> - 0.1.0-2.git509de0d
|
* Fri May 13 2016 Nicolas Chauvet <kwizart@gmail.com> - 0.1.0-2.git509de0d
|
||||||
- Update to current snapshot
|
- Update to current snapshot
|
||||||
- Remove unused dt-auxiliary
|
- Remove unused dt-auxiliary
|
||||||
|
Loading…
Reference in New Issue
Block a user