Silence glib-compile-schemas scriplets
... by redirecting the output to /dev/null. http://fedoraproject.org/wiki/Packaging:ScriptletSnippets#GSettings_Schema
This commit is contained in:
parent
80dae56111
commit
a614320dff
@ -1,6 +1,6 @@
|
||||
Name: libgweather
|
||||
Version: 3.5.92
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A library for weather information
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -68,12 +68,12 @@ touch --no-create %{_datadir}/icons/gnome &>/dev/null || :
|
||||
if [ $1 -eq 0 ]; then
|
||||
touch --no-create %{_datadir}/icons/gnome &>/dev/null
|
||||
gtk-update-icon-cache %{_datadir}/icons/gnome &>/dev/null || :
|
||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas
|
||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
||||
fi
|
||||
|
||||
%posttrans
|
||||
gtk-update-icon-cache -q %{_datadir}/icons/gnome &>/dev/null || :
|
||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas
|
||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root,-)
|
||||
@ -100,6 +100,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 19 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.92-2
|
||||
- Silence glib-compile-schemas scriplets
|
||||
|
||||
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 3.5.92-1
|
||||
- Update to 3.5.92
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user