[packages/wxWidgets] add missing ldconfig invocation to wxX11-gl and wxX11-unicode-gl

atler atler at pld-linux.org
Tue Sep 26 23:27:39 CEST 2023


commit b332d64ed28795cfe2fe53d7ac61cc6efbb808a0
Author: Jan Palus <atler at pld-linux.org>
Date:   Tue Sep 26 17:48:49 2023 +0200

    add missing ldconfig invocation to wxX11-gl and wxX11-unicode-gl

 wxWidgets.spec | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/wxWidgets.spec b/wxWidgets.spec
index edab90c..ae19880 100644
--- a/wxWidgets.spec
+++ b/wxWidgets.spec
@@ -990,9 +990,15 @@ rm -rf $RPM_BUILD_ROOT
 %post	-n wxX11 -p /sbin/ldconfig
 %postun	-n wxX11 -p /sbin/ldconfig
 
+%post	-n wxX11-gl -p /sbin/ldconfig
+%postun	-n wxX11-gl -p /sbin/ldconfig
+
 %post	-n wxX11-unicode -p /sbin/ldconfig
 %postun	-n wxX11-unicode -p /sbin/ldconfig
 
+%post	-n wxX11-unicode-gl -p /sbin/ldconfig
+%postun	-n wxX11-unicode-gl -p /sbin/ldconfig
+
 %define libflag %{?with_debug:d}
 
 %files -f wxstd-%{majver}.lang
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/wxWidgets.git/commitdiff/ecb79c17edad4764cfbc26a1c243ad5adfc64a40



More information about the pld-cvs-commit mailing list