fixed +x library permissions; added debug package [release 2.2.0-2mamba;Fri May 15 2020]
This commit is contained in:
parent
2f080c1ae0
commit
d5910a2a92
10
libglew.spec
10
libglew.spec
@ -1,6 +1,6 @@
|
|||||||
Name: libglew
|
Name: libglew
|
||||||
Version: 2.2.0
|
Version: 2.2.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: The OpenGL Extension Wrangler Library
|
Summary: The OpenGL Extension Wrangler Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -12,6 +12,7 @@ Patch0: %{name}-1.5.1-makefile.patch
|
|||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
BuildRequires: libGL-devel
|
BuildRequires: libGL-devel
|
||||||
BuildRequires: libGLU-devel
|
BuildRequires: libGLU-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
@ -37,7 +38,7 @@ 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
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n glew-%{version}
|
%setup -q -n glew-%{version}
|
||||||
@ -55,6 +56,8 @@ install -d -m0755 %{buildroot}%{_libdir}/pkgconfig/
|
|||||||
PKGDIR=%{_libdir}/pkgconfig \
|
PKGDIR=%{_libdir}/pkgconfig \
|
||||||
BINDIR=%{_bindir} LIBDIR=%{_libdir} INCDIR=%{_includedir}/GL
|
BINDIR=%{_bindir} LIBDIR=%{_libdir} INCDIR=%{_includedir}/GL
|
||||||
|
|
||||||
|
chmod +x %{buildroot}%{_libdir}/lib*.so.*
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -75,6 +78,9 @@ install -d -m0755 %{buildroot}%{_libdir}/pkgconfig/
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 15 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.0-2mamba
|
||||||
|
- fixed +x library permissions; added debug package
|
||||||
|
|
||||||
* Wed Apr 29 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.0-1mamba
|
* Wed Apr 29 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.0-1mamba
|
||||||
- update to 2.2.0
|
- update to 2.2.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user