[packages/libnma] add missing ldconfig invocation to -gtk4
atler
atler at pld-linux.org
Mon Nov 7 10:43:33 CET 2022
commit b0665e5d672f64a0f7d9555165e73f1f60e127d9
Author: Jan Palus <atler at pld-linux.org>
Date: Mon Nov 7 10:43:07 2022 +0100
add missing ldconfig invocation to -gtk4
libnma.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/libnma.spec b/libnma.spec
index 950b6c1..83564c2 100644
--- a/libnma.spec
+++ b/libnma.spec
@@ -249,6 +249,9 @@ rm -rf $RPM_BUILD_ROOT
%postun data
%glib_compile_schemas
+%post gtk4 -p /sbin/ldconfig
+%postun gtk4 -p /sbin/ldconfig
+
%files
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/libnma.so.*.*.*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libnma.git/commitdiff/b0665e5d672f64a0f7d9555165e73f1f60e127d9
More information about the pld-cvs-commit
mailing list