From e8885aa41212ba6fe36070a4694ec262c56efdfe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 18 Sep 2011 21:57:47 +0000 Subject: [PATCH] - update-desktop-database (.desktop specifies MimeType) Changed files: arora.spec -> 1.25 --- arora.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/arora.spec b/arora.spec index 2daba88..900aecf 100644 --- a/arora.spec +++ b/arora.spec @@ -1,7 +1,7 @@ Summary: A simple cross platform web browser Name: arora Version: 0.11.0 -Release: 1 +Release: 2 License: GPL v2 Group: X11/Applications/Networking Source0: http://arora.googlecode.com/files/%{name}-%{version}.tar.gz @@ -13,6 +13,7 @@ BuildRequires: pkgconfig BuildRequires: qt4-build BuildRequires: qt4-linguist BuildRequires: qt4-qmake >= 4.5 +Requires: desktop-file-utils Suggests: xine-output-video-xcb BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -35,13 +36,15 @@ qmake-qt4 PREFIX=%{_prefix} %install rm -rf $RPM_BUILD_ROOT - %{__make} -j1 install \ INSTALL_ROOT=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT +%post +%update_desktop_database + %files %defattr(644,root,root,755) %doc README ChangeLog -- 2.44.0