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ä - 0.5.1-2 +- Call ldconfig at gvnc, gvncpulse, and gtk-vnc2 post(un)install time. + * Thu Jul 12 2012 Daniel P. Berrange - 0.5.1-1 - Update to 0.5.1 release