forked from pool/sushi
Accepting request 137196 from GNOME:Factory
- Add glib2_gsettings_schema_* handling to preamble, post and postun. Fixes bnc#782917. (forwarded request 136557 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/137196 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sushi?expand=0&rev=17
This commit is contained in:
commit
395aca4c20
@ -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