]> git.pld-linux.org Git - packages/wxWidgets.git/commitdiff
add missing ldconfig invocation to wxX11-gl and wxX11-unicode-gl
authorJan Palus <atler@pld-linux.org>
Tue, 26 Sep 2023 15:48:49 +0000 (17:48 +0200)
committerJan Palus <atler@pld-linux.org>
Tue, 26 Sep 2023 15:48:49 +0000 (17:48 +0200)
wxWidgets.spec

index edab90c4a96d1b19a3175c3bf02ef1315c4160b1..ae19880a89f4e33aca234657fd1f08cf57a179c8 100644 (file)
@@ -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
This page took 0.069356 seconds and 4 git commands to generate.