Update to 1.0.0 release
This commit is contained in:
parent
4410f00b64
commit
d6e2d537e0
@ -1,6 +1,6 @@
|
|||||||
%global commit0 8d4d03f77d6e7684ff32180b8ef78aa87d945b49
|
#global commit0 8d4d03f77d6e7684ff32180b8ef78aa87d945b49
|
||||||
%global date 20170818
|
#global date 20170818
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
#global shortcommit0 %%(c=%%{commit0}; echo ${c:0:7})
|
||||||
|
|
||||||
%if 0%{?rhel} && 0%{?rhel} <= 7
|
%if 0%{?rhel} && 0%{?rhel} <= 7
|
||||||
%global _without_mesa_glvnd_default 1
|
%global _without_mesa_glvnd_default 1
|
||||||
@ -10,15 +10,16 @@
|
|||||||
%global with_tests 1
|
%global with_tests 1
|
||||||
|
|
||||||
Name: libglvnd
|
Name: libglvnd
|
||||||
Version: 0.2.999
|
Version: 1.0.0
|
||||||
Release: 24%{?commit0:.%{date}git%{shortcommit0}}%{?dist}
|
Release: 1%{?commit0:.%{date}git%{shortcommit0}}%{?dist}
|
||||||
# Provide an upgrade path from the negativo17.org pkgs which have Epoch 1
|
# Provide an upgrade path from the negativo17.org pkgs which have Epoch 1
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
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: %{url}/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz
|
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
|
#Source0: %%{url}/archive/%%{commit0}.tar.gz#/%%{name}-%%{shortcommit0}.tar.gz
|
||||||
|
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
@ -137,7 +138,7 @@ libGL and libGLX are the common dispatch interface for the GLX API.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n %{name}-%{?commit0}%{?!commit0:%{version}}
|
%setup -q -n %{name}-%{?commit0}%{?!commit0:%{version}}
|
||||||
%if 0%{?rhel} == 6
|
%if 0%{?rhel} == 6
|
||||||
autoreconf268 -vif
|
autoreconf268 -vif
|
||||||
%else
|
%else
|
||||||
@ -247,6 +248,9 @@ xvfb-run -a make check V=1 || cat `find . -name test-suite.log`
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 09 2017 Leigh Scott <leigh123linux@googlemail.com> - 1:1.0.0-1
|
||||||
|
- Update to 1.0.0 release
|
||||||
|
|
||||||
* Wed Aug 23 2017 Nicolas Chauvet <kwizart@gmail.com> - 1:0.2.999-24.20170818git8d4d03f
|
* Wed Aug 23 2017 Nicolas Chauvet <kwizart@gmail.com> - 1:0.2.999-24.20170818git8d4d03f
|
||||||
- Update snapshot to 20170818
|
- Update snapshot to 20170818
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libglvnd-8d4d03f.tar.gz) = e8c5ebfa636bfb80d67155e743379cafab9a33f8caca6cb8794ca932684d4bddf7c14e8f27661236af032cb340f112ac881b8140ff78dea3665117a464262e52
|
SHA512 (libglvnd-1.0.0.tar.gz) = c6040b0a508a6b74d7113f8e375fcaf93ec6f2875504953f30e2882e58e22f954bd4027a7d9ab8ac41abef266039e5834fdaf4ce2a69d5d98acf3bbdd54f04b6
|
||||||
|
Loading…
Reference in New Issue
Block a user