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:
commit
1295092b5d
@ -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
|
Wed Apr 27 09:48:23 CEST 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -48,6 +48,7 @@ Requires: duplicity
|
|||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
# Needed for Rackspace Cloud Files support, but not packaged :/
|
# Needed for Rackspace Cloud Files support, but not packaged :/
|
||||||
#Recommends: python-cloudfiles
|
#Recommends: python-cloudfiles
|
||||||
|
%glib2_gsettings_schema_requires
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Déjà Dup is a simple backup tool. It hides the complexity of doing
|
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
|
%if 0%{?suse_version} > 1130
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
%glib2_gsettings_schema_post
|
||||||
%desktop_database_post
|
%desktop_database_post
|
||||||
%icon_theme_cache_post
|
%icon_theme_cache_post
|
||||||
%endif
|
%endif
|
||||||
@ -129,6 +131,7 @@ rm -rf %{buildroot}
|
|||||||
%if 0%{?suse_version} > 1130
|
%if 0%{?suse_version} > 1130
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
|
%glib2_gsettings_schema_postun
|
||||||
%desktop_database_postun
|
%desktop_database_postun
|
||||||
%icon_theme_cache_postun
|
%icon_theme_cache_postun
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user