- Fix post scriplet (#615021)
This commit is contained in:
parent
b6ebb01cb4
commit
e601785d3b
@ -1,6 +1,6 @@
|
||||
Name: libpeas
|
||||
Version: 0.5.2
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Plug-ins implementation convenience library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -53,7 +53,8 @@ rm $RPM_BUILD_ROOT/%{_libdir}/lib*.la \
|
||||
|
||||
%find_lang libpeas
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
|
||||
%postun
|
||||
@ -88,6 +89,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Thu Jul 22 2010 Bastien Nocera <bnocera@redhat.com> 0.5.2-5
|
||||
- Fix post scriplet (#615021)
|
||||
|
||||
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 0.5.2-4
|
||||
- Rebuild with new gobject-introspection
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user