Accepting request 71950 from GNOME:Apps

Pushing G:A changes

OBS-URL: https://build.opensuse.org/request/show/71950
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deja-dup?expand=0&rev=12
This commit is contained in:
Sascha Peilicke 2011-05-31 14:18:53 +00:00 committed by Git OBS Bridge
commit 1295092b5d
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