- call update-desktop-database in %%post (bug 180898)
This commit is contained in:
parent
4be02762c8
commit
084f1e0549
@ -1,6 +1,7 @@
|
|||||||
Summary: Utilities for manipulating .desktop files
|
Summary: Utilities for manipulating .desktop files
|
||||||
Name: desktop-file-utils
|
Name: desktop-file-utils
|
||||||
Version: 0.10
|
Version: 0.10
|
||||||
|
Release: 5
|
||||||
Release: 4.1
|
Release: 4.1
|
||||||
URL: http://www.freedesktop.org/software/desktop-file-utils
|
URL: http://www.freedesktop.org/software/desktop-file-utils
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
@ -45,12 +46,21 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%post
|
||||||
|
update-desktop-database %{_datadir}/applications
|
||||||
|
|
||||||
|
%postun
|
||||||
|
update-desktop-database %{_datadir}/applications
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_datadir}/emacs/site-lisp/
|
%{_datadir}/emacs/site-lisp/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 10 2006 Ray Strode <rstrode@redhat.com> - 0.10-5
|
||||||
|
- call update-desktop-database in %%post (bug 180898)
|
||||||
|
|
||||||
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.10-4.1
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.10-4.1
|
||||||
- rebuilt for new gcc4.1 snapshot and glibc changes
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user