Switch to %ldconfig_scriptlets
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
f86f253d74
commit
8b9db05d97
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user