- remove empty post/preun scripts

This commit is contained in:
Florian La Roche 2007-03-08 09:43:58 +00:00
parent 9ac2d96e3c
commit d686561178

View File

@ -1,7 +1,7 @@
Summary: Utilities for manipulating .desktop files
Name: desktop-file-utils
Version: 0.12
Release: 3%{?dist}
Release: 4%{?dist}
URL: http://www.freedesktop.org/software/desktop-file-utils
Source0: %{name}-%{version}.tar.gz
License: GPL
@ -38,16 +38,15 @@ make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%post
%preun
%files
%defattr(-,root,root)
%{_bindir}/*
%{_datadir}/emacs/site-lisp/
%changelog
* Thu Mar 08 2007 Florian La Roche <laroche@redhat.com> - 0.12-4
- remove empty post/preun scripts completely
* Tue Nov 28 2006 Ray Strode <rstrode@redhat.com> - 0.12-3
- drop some rm -f cruft
- don't call update-desktop-database from %%post or %%postun