Switch to %ldconfig_scriptlets
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
30b049a9a1
commit
e77277d577
@ -2,7 +2,7 @@
|
||||
|
||||
Name: spice-gtk
|
||||
Version: 0.34
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: A GTK+ widget for SPICE clients
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -129,14 +129,9 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%post -n spice-glib -p /sbin/ldconfig
|
||||
%postun -n spice-glib -p /sbin/ldconfig
|
||||
|
||||
%post -n spice-gtk3 -p /sbin/ldconfig
|
||||
%postun -n spice-gtk3 -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets
|
||||
%ldconfig_scriptlets -n spice-glib
|
||||
%ldconfig_scriptlets -n spice-gtk3
|
||||
|
||||
|
||||
%files
|
||||
@ -187,6 +182,9 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
%{_bindir}/spicy-stats
|
||||
|
||||
%changelog
|
||||
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.34-3
|
||||
- Switch to %%ldconfig_scriptlets
|
||||
|
||||
* Thu Aug 24 2017 Christophe Fergeau <cfergeau@gmail.com> - 0.34-2
|
||||
- Build against OpenSSL 1.1.0 rather than the older 1.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user