Include description of glew in README.md
This commit is contained in:
parent
b684df08a9
commit
86b51b66cd
25
backport-0001-Include-description-of-glew-in-README.md.patch
Normal file
25
backport-0001-Include-description-of-glew-in-README.md.patch
Normal file
@ -0,0 +1,25 @@
|
||||
From 15ab6eebecf7bc7028dfedb3af2afaea16231dfd Mon Sep 17 00:00:00 2001
|
||||
From: Rene <rene_blath@yahoo.de>
|
||||
Date: Wed, 27 Sep 2017 11:42:00 +0200
|
||||
Subject: [PATCH] Include description of glew in README.md
|
||||
|
||||
Description has been taken from glew.sourceforge.net
|
||||
---
|
||||
README.md | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
diff --git a/README.md b/README.md
|
||||
index 6d8245b..1b427b8 100644
|
||||
--- a/README.md
|
||||
+++ b/README.md
|
||||
@@ -1,5 +1,7 @@
|
||||
# GLEW - The OpenGL Extension Wrangler Library
|
||||
|
||||
+The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension loading library. GLEW provides efficient run-time mechanisms for determining which OpenGL extensions are supported on the target platform. OpenGL core and extension functionality is exposed in a single header file. GLEW has been tested on a variety of operating systems, including Windows, Linux, Mac OS X, FreeBSD, Irix, and Solaris.
|
||||
+
|
||||

|
||||
|
||||
http://glew.sourceforge.net/
|
||||
--
|
||||
2.37.3.windows.1
|
||||
|
||||
10
glew.spec
10
glew.spec
@ -1,6 +1,6 @@
|
||||
Name: glew
|
||||
Version: 2.1.0
|
||||
Release: 5
|
||||
Release: 6
|
||||
Summary: The OpenGL Extension Wrangler Library
|
||||
License: BSD-3-Clause and MIT
|
||||
URL: http://glew.sourceforge.net
|
||||
@ -12,6 +12,8 @@ BuildRequires: libGLU-devel gcc
|
||||
Provides: libGLEW = %{version}-%{release}
|
||||
Obsoletes: libGLEW < %{version}-%{release}
|
||||
|
||||
Patch6000: backport-0001-Include-description-of-glew-in-README.md.patch
|
||||
|
||||
%description
|
||||
OpenGL Extension Wrangler Library (GLEW) is a cross-platform
|
||||
extension loading library for c / c ++.
|
||||
@ -61,6 +63,12 @@ chmod 0755 $RPM_BUILD_ROOT%{_libdir}/*.so*
|
||||
%doc doc/*
|
||||
|
||||
%changelog
|
||||
* Thu Jan 5 2023 mengwenhua<mengwenhua@xfusion.com> - 2.1.0-6
|
||||
- Type:bugfix
|
||||
- CVE:NA
|
||||
- SUG:NA
|
||||
- DESC:Include description of glew in README.md
|
||||
|
||||
* Tue May 10 2022 xu_ping<xuping33@h-partners.com> - 2.1.0-5
|
||||
- License compliance rectification
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user