]> git.pld-linux.org Git - packages/shotwell.git/commitdiff
- run glib-compile-schemas in %post/%postun auto/th/shotwell-0_12_1-2
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Thu, 29 Mar 2012 16:40:36 +0000 (16:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    shotwell.spec -> 1.31

shotwell.spec

index 4f6bf494f6ba94ae2089256610d505a9e31fd01d..24db7a71fe0a5300f05b98dc43b5ffc18ed6622e 100644 (file)
@@ -1,7 +1,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
@@ -31,9 +31,10 @@ BuildRequires:       rpmbuild(macros) >= 1.311
 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
@@ -84,10 +85,12 @@ rm -rf $RPM_BUILD_ROOT
 %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)
This page took 0.250645 seconds and 4 git commands to generate.