]> git.pld-linux.org Git - packages/arora.git/blobdiff - arora.spec
- update-desktop-database (.desktop specifies MimeType)
[packages/arora.git] / arora.spec
index 52e7fcc12a23e9fdd6e9884598dcff6ffc7822ed..900aecf5cfcd31c6ed0bccf45a79dfca53b31e96 100644 (file)
@@ -1,17 +1,19 @@
 Summary:       A simple cross platform web browser
 Name:          arora
-Version:       0.9.0
-Release:       1
+Version:       0.11.0
+Release:       2
 License:       GPL v2
 Group:         X11/Applications/Networking
 Source0:       http://arora.googlecode.com/files/%{name}-%{version}.tar.gz
-# Source0-md5: 6473ddb24d65d468265c94710409937b
+# Source0-md5: 64334ce4198861471cad9316d841f0cb
 URL:           http://code.google.com/p/arora/
 BuildRequires: QtSql-devel
 BuildRequires: QtWebKit-devel
+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)
 
@@ -34,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
@@ -70,9 +74,10 @@ rm -rf $RPM_BUILD_ROOT
 %lang(ja) %{_datadir}/arora/locale/ja_JP.qm
 %lang(ms) %{_datadir}/arora/locale/ms.qm
 %lang(no) %{_datadir}/arora/locale/nb_NO.qm
-%lang(nl) %{_datadir}/arora/locale/nl_NL.qm
+%lang(nl) %{_datadir}/arora/locale/nl.qm
 %lang(pl) %{_datadir}/arora/locale/pl_PL.qm
 %lang(pt_BR) %{_datadir}/arora/locale/pt_BR.qm
+%lang(pt_PT) %{_datadir}/arora/locale/pt_PT.qm
 %lang(ru) %{_datadir}/arora/locale/ru_RU.qm
 %lang(sk) %{_datadir}/arora/locale/sk_SK.qm
 %lang(sr_RS) %{_datadir}/arora/locale/sr_RS.qm
This page took 0.074757 seconds and 4 git commands to generate.