From 9393729c8de41c85fb64856f81f2cf5e70627842 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Fri, 29 Jun 2018 17:37:02 -0400 Subject: [PATCH] Use ldconfig scriptlet macros --- mesa-libGLw.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/mesa-libGLw.spec b/mesa-libGLw.spec index aa944b3..fc5887d 100644 --- a/mesa-libGLw.spec +++ b/mesa-libGLw.spec @@ -1,7 +1,7 @@ Summary: Xt / Motif OpenGL widgets Name: mesa-libGLw Version: 8.0.0 -Release: 12%{?dist} +Release: 13%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.mesa3d.org @@ -49,8 +49,8 @@ find $RPM_BUILD_ROOT -name \*.la | xargs rm -f %check -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%ldconfig_post +%ldconfig_postun %files %defattr(-,root,root,-) @@ -68,6 +68,9 @@ find $RPM_BUILD_ROOT -name \*.la | xargs rm -f %{_includedir}/GL/GLwMDrawAP.h %changelog +* Fri Jun 29 2018 Adam Jackson - 8.0.0-13 +- Use ldconfig scriptlet macros + * Thu Feb 08 2018 Fedora Release Engineering - 8.0.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild