]> git.pld-linux.org Git - packages/arora.git/commitdiff
- update-desktop-database (.desktop specifies MimeType) master auto/th/arora-0_11_0-2
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 18 Sep 2011 21:57:47 +0000 (21:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    arora.spec -> 1.25

arora.spec

index 2daba88d0f89db37bb6d880c16046604b5849df0..900aecf5cfcd31c6ed0bccf45a79dfca53b31e96 100644 (file)
@@ -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
This page took 0.114191 seconds and 4 git commands to generate.