Accepting request 70346 from home:dimstar:branches:GNOME:Apps

- Add glib2 gsettings schema handling macros to post and postun.

OBS-URL: https://build.opensuse.org/request/show/70346
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/deja-dup?expand=0&rev=17
This commit is contained in:
Vincent Untz 2011-05-27 18:18:00 +00:00 committed by Git OBS Bridge
parent 66e51a322e
commit 54ab54f0fb
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 16 16:28:53 UTC 2011 - dimstar@opensuse.org
- Add glib2 gsettings schema handling macros to post and postun.
-------------------------------------------------------------------
Wed Apr 27 09:48:23 CEST 2011 - dimstar@opensuse.org

View File

@ -48,6 +48,7 @@ Requires: duplicity
Recommends: %{name}-lang
# Needed for Rackspace Cloud Files support, but not packaged :/
#Recommends: python-cloudfiles
%glib2_gsettings_schema_requires
%description
Déjà Dup is a simple backup tool. It hides the complexity of doing
@ -122,6 +123,7 @@ rm -rf %{buildroot}
%if 0%{?suse_version} > 1130
%post
%glib2_gsettings_schema_post
%desktop_database_post
%icon_theme_cache_post
%endif
@ -129,6 +131,7 @@ rm -rf %{buildroot}
%if 0%{?suse_version} > 1130
%postun
%glib2_gsettings_schema_postun
%desktop_database_postun
%icon_theme_cache_postun
%endif