[gtk-vnc] Call ldconfig at gvnc, gvncpulse, and gtk-vnc2 post(un)install time.

Ville Skyttä scop at fedoraproject.org
Sat Jul 14 19:10:25 UTC 2012


commit 6c3268a329cb12549cfd2d00a29556d3b2792c93
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sat Jul 14 22:10:07 2012 +0300

    Call ldconfig at gvnc, gvncpulse, and gtk-vnc2 post(un)install time.

 gtk-vnc.spec |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)
---
diff --git a/gtk-vnc.spec b/gtk-vnc.spec
index b0890c4..b0110a5 100644
--- a/gtk-vnc.spec
+++ b/gtk-vnc.spec
@@ -24,7 +24,7 @@
 Summary: A GTK2 widget for VNC clients
 Name: gtk-vnc
 Version: 0.5.1
-Release: 1%{?dist}%{?extra_release}
+Release: 2%{?dist}%{?extra_release}
 License: LGPLv2+
 Group: Development/Libraries
 Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.5/%{name}-%{version}.tar.xz
@@ -235,6 +235,18 @@ rm -fr %{buildroot}
 
 %postun -p /sbin/ldconfig
 
+%post -n gvnc -p /sbin/ldconfig
+
+%postun -n gvnc -p /sbin/ldconfig
+
+%post -n gvncpulse -p /sbin/ldconfig
+
+%postun -n gvncpulse -p /sbin/ldconfig
+
+%post -n gtk-vnc2 -p /sbin/ldconfig
+
+%postun -n gtk-vnc2 -p /sbin/ldconfig
+
 %files
 %defattr(-, root, root)
 %{_libdir}/libgtk-vnc-1.0.so.*
@@ -348,6 +360,9 @@ rm -fr %{buildroot}
 %endif
 
 %changelog
+* Sat Jul 14 2012 Ville Skyttä <ville.skytta at iki.fi> - 0.5.1-2
+- Call ldconfig at gvnc, gvncpulse, and gtk-vnc2 post(un)install time.
+
 * Thu Jul 12 2012 Daniel P. Berrange <berrange at redhat.com> - 0.5.1-1
 - Update to 0.5.1 release
 


More information about the scm-commits mailing list