|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: glew
|
|
|
|
|
Version: 2.0.0
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Summary: The OpenGL Extension Wrangler Library
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
License: BSD and MIT
|
|
|
|
@ -52,9 +52,7 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -delete
|
|
|
|
|
# sigh
|
|
|
|
|
chmod 0755 $RPM_BUILD_ROOT%{_libdir}/*.so*
|
|
|
|
|
|
|
|
|
|
%post -n libGLEW -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%postun -n libGLEW -p /sbin/ldconfig
|
|
|
|
|
%ldconfig_scriptlets -n libGLEW
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc LICENSE.txt
|
|
|
|
@ -71,6 +69,9 @@ chmod 0755 $RPM_BUILD_ROOT%{_libdir}/*.so*
|
|
|
|
|
%doc doc/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.0.0-5
|
|
|
|
|
- Switch to %%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|