Fix bug 171926 – abiword: %post/%postun: useless /sbin/ldconfig

This commit is contained in:
Marc Maurer 2006-02-05 19:17:26 +00:00
parent 994d84de12
commit 609caad274
1 changed files with 4 additions and 3 deletions

View File

@ -3,7 +3,7 @@
Summary: The AbiWord word processor
Name: abiword
Version: 2.4.2
Release: 4%{?dist}
Release: 5%{?dist}
Epoch: 1
Group: Applications/Editors
License: GPL
@ -116,11 +116,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/AbiWord-2.4/plugins/*.la
rm -rf $RPM_BUILD_ROOT
%post
/sbin/ldconfig
update-desktop-database %{_datadir}/applications
%postun
/sbin/ldconfig
update-desktop-database %{_datadir}/applications
%files
@ -136,6 +134,9 @@ update-desktop-database %{_datadir}/applications
%{_datadir}/icons/*png
%changelog
* Sun Feb 05 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.2-5.fc5
- bug 171926
* Sat Jan 21 2006 Marc Maurer <uwog@abisource.com> - 1:2.4.2-4.fc5
- Disable the PDF plugin for now, as poppler doesn't ship the xpdf
headers anymore