Accepting request 136557 from home:dimstar:branches:GNOME:Factory
- Add glib2_gsettings_schema_* handling to preamble, post and postun. Fixes bnc#782917. OBS-URL: https://build.opensuse.org/request/show/136557 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/sushi?expand=0&rev=33
This commit is contained in:
parent
b19c6823f5
commit
660c6b778e
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 20:37:18 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Add glib2_gsettings_schema_* handling to preamble, post and
|
||||
postun. Fixes bnc#782917.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 24 16:37:29 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
|
@ -51,6 +51,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# libsushi and the typelib were erronously installed in the system libdir...
|
||||
Obsoletes: libsushi-1_0-0 < %{version}
|
||||
Obsoletes: typelib-1_0-Sushi-1_0 < %{version}
|
||||
%glib2_gsettings_schema_requires
|
||||
|
||||
%description
|
||||
Sushi is a quick previewer for Nautilus, the GNOME desktop file manager.
|
||||
@ -68,6 +69,12 @@ make %{?_smp_mflags}
|
||||
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
|
||||
%post
|
||||
%glib2_gsettings_schema_post
|
||||
|
||||
%postun
|
||||
%glib2_gsettings_schema_postun
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user