Call ldconfig at gvnc, gvncpulse, and gtk-vnc2 post(un)install time.
This commit is contained in:
parent
2b5a40ce74
commit
6c3268a329
17
gtk-vnc.spec
17
gtk-vnc.spec
@ -24,7 +24,7 @@
|
|||||||
Summary: A GTK2 widget for VNC clients
|
Summary: A GTK2 widget for VNC clients
|
||||||
Name: gtk-vnc
|
Name: gtk-vnc
|
||||||
Version: 0.5.1
|
Version: 0.5.1
|
||||||
Release: 1%{?dist}%{?extra_release}
|
Release: 2%{?dist}%{?extra_release}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.5/%{name}-%{version}.tar.xz
|
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
|
%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
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/libgtk-vnc-1.0.so.*
|
%{_libdir}/libgtk-vnc-1.0.so.*
|
||||||
@ -348,6 +360,9 @@ rm -fr %{buildroot}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 14 2012 Ville Skyttä <ville.skytta@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@redhat.com> - 0.5.1-1
|
* Thu Jul 12 2012 Daniel P. Berrange <berrange@redhat.com> - 0.5.1-1
|
||||||
- Update to 0.5.1 release
|
- Update to 0.5.1 release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user