Author: glen Date: Sun Sep 18 21:57:52 2011 GMT Module: packages Tag: HEAD ---- Log message: - update-desktop-database (.desktop specifies MimeType)
---- Files affected: packages/arora: arora.spec (1.24 -> 1.25) ---- Diffs: ================================================================ Index: packages/arora/arora.spec diff -u packages/arora/arora.spec:1.24 packages/arora/arora.spec:1.25 --- packages/arora/arora.spec:1.24 Sun Dec 26 22:48:54 2010 +++ packages/arora/arora.spec Sun Sep 18 23:57:47 2011 @@ -2,7 +2,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 @@ -14,6 +14,7 @@ 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) @@ -36,13 +37,15 @@ %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 @@ -91,6 +94,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.25 2011/09/18 21:57:47 glen +- update-desktop-database (.desktop specifies MimeType) + Revision 1.24 2010/12/26 21:48:54 witekfl - 0.11.0 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/arora/arora.spec?r1=1.24&r2=1.25&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
