Author: megabajt Date: Thu Mar 29 16:40:41 2012 GMT Module: packages Tag: HEAD ---- Log message: - run glib-compile-schemas in %post/%postun - release 2
---- Files affected: packages/shotwell: shotwell.spec (1.30 -> 1.31) ---- Diffs: ================================================================ Index: packages/shotwell/shotwell.spec diff -u packages/shotwell/shotwell.spec:1.30 packages/shotwell/shotwell.spec:1.31 --- packages/shotwell/shotwell.spec:1.30 Thu Mar 29 10:08:59 2012 +++ packages/shotwell/shotwell.spec Thu Mar 29 18:40:36 2012 @@ -2,7 +2,7 @@ Summary: Photo manager for GNOME Name: shotwell Version: 0.12.1 -Release: 1 +Release: 2 License: LGPL v2+ and CC-BY-SA Group: X11/Applications Source0: http://yorba.org/download/shotwell/0.12/%{name}-%{version}.tar.bz2 @@ -32,9 +32,10 @@ BuildRequires: sqlite3-devel >= 3.5.9 BuildRequires: udev-glib-devel >= 145 BuildRequires: vala >= 1:0.15.2 -BuildRequires: vala-libgee >= 0.5.0 BuildRequires: vala-gexiv2 >= 0.3.92 +BuildRequires: vala-libgee >= 0.5.0 Requires(post,postun): desktop-file-utils +Requires(post,postun): glib2 >= 1:2.26.0 Requires(post,postun): gtk-update-icon-cache Requires(post,postun): hicolor-icon-theme Requires: hicolor-icon-theme @@ -85,10 +86,12 @@ %post %update_icon_cache hicolor %update_desktop_database +%glib_compile_schemas %postun %update_icon_cache hicolor %update_desktop_database_postun +%glib_compile_schemas %files -f shotwell-all.lang %defattr(644,root,root,755) @@ -113,6 +116,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.31 2012/03/29 16:40:36 megabajt +- run glib-compile-schemas in %post/%postun +- release 2 + Revision 1.30 2012/03/29 08:08:59 jajcus - Version: 0.12.1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/shotwell/shotwell.spec?r1=1.30&r2=1.31 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
