Author: glen Date: Sun Sep 18 18:32:11 2011 GMT Module: packages Tag: HEAD ---- Log message: - update-desktop-database (.desktop specifies MimeType)
---- Files affected: packages/gpicview: gpicview.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: packages/gpicview/gpicview.spec diff -u packages/gpicview/gpicview.spec:1.8 packages/gpicview/gpicview.spec:1.9 --- packages/gpicview/gpicview.spec:1.8 Mon Aug 15 19:18:41 2011 +++ packages/gpicview/gpicview.spec Sun Sep 18 20:32:06 2011 @@ -11,7 +11,7 @@ Summary: GPicView: Picture viewer of LXDE Name: gpicview Version: 0.2.2 -Release: 2 +Release: 3 License: GPL v2, LGPL Group: X11/Applications Source0: http://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.gz @@ -27,6 +27,7 @@ BuildRequires: libjpeg-devel BuildRequires: libtool BuildRequires: pkgconfig +Requires: desktop-file-utils BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -63,6 +64,9 @@ %clean rm -rf $RPM_BUILD_ROOT +%post +%update_desktop_database + %files -f %{name}.lang %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/%{name} @@ -78,6 +82,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2011/09/18 18:32:06 glen +- update-desktop-database (.desktop specifies MimeType) + Revision 1.8 2011/08/15 17:18:41 glen - rebuild ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gpicview/gpicview.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
