update to 2.2.0 [release 2.2.0-1mamba;Wed Apr 29 2020]
This commit is contained in:
parent
aa3b1d109f
commit
2f080c1ae0
11
libglew.spec
11
libglew.spec
@ -1,11 +1,11 @@
|
|||||||
Name: libglew
|
Name: libglew
|
||||||
Version: 2.1.0
|
Version: 2.2.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: The OpenGL Extension Wrangler Library
|
Summary: The OpenGL Extension Wrangler Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Automatic Build System <autodist@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://glew.sourceforge.net/
|
URL: http://glew.sourceforge.net/
|
||||||
Source: http://downloads.sourceforge.net/glew/%{version}/glew-%{version}.tgz
|
Source: http://downloads.sourceforge.net/glew/%{version}/glew-%{version}.tgz
|
||||||
Patch0: %{name}-1.5.1-makefile.patch
|
Patch0: %{name}-1.5.1-makefile.patch
|
||||||
@ -37,13 +37,15 @@ GLEW has been tested on a variety of operating systems, including Windows, Linux
|
|||||||
|
|
||||||
This package contains static libraries and header files need for development.
|
This package contains static libraries and header files need for development.
|
||||||
|
|
||||||
|
#% debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n glew-%{version}
|
%setup -q -n glew-%{version}
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
sed -i -e 's/\r//g' config/config.guess
|
sed -i -e 's/\r//g' config/config.guess
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make CFLAGS.EXTRA="$RPM_OPT_FLAGS" CC=%{_host}-gcc
|
%make CFLAGS.EXTRA="$RPM_OPT_FLAGS -fPIC" CC=%{_host}-gcc
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -73,6 +75,9 @@ install -d -m0755 %{buildroot}%{_libdir}/pkgconfig/
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 29 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.0-1mamba
|
||||||
|
- update to 2.2.0
|
||||||
|
|
||||||
* Fri Aug 04 2017 Automatic Build System <autodist@mambasoft.it> 2.1.0-1mamba
|
* Fri Aug 04 2017 Automatic Build System <autodist@mambasoft.it> 2.1.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user