2.30.1
This commit is contained in:
parent
04d1876418
commit
4b77cc42e9
@ -1 +1 @@
|
|||||||
gnome-settings-daemon-2.30.0.tar.bz2
|
gnome-settings-daemon-2.30.1.tar.bz2
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: gnome-settings-daemon
|
Name: gnome-settings-daemon
|
||||||
Version: 2.30.0
|
Version: 2.30.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The daemon sharing settings from GNOME to GTK+/KDE applications
|
Summary: The daemon sharing settings from GNOME to GTK+/KDE applications
|
||||||
|
|
||||||
@ -78,7 +78,6 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/gnome-settings-daemon-2.0/libsound.so
|
rm -f $RPM_BUILD_ROOT%{_libdir}/gnome-settings-daemon-2.0/libsound.so
|
||||||
@ -86,61 +85,27 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/gnome-settings-daemon-2.0/sound.gnome-settings-p
|
|||||||
|
|
||||||
%find_lang %{name} --with-gnome
|
%find_lang %{name} --with-gnome
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
%gconf_schema_upgrade apps_gnome_settings_daemon_keybindings \
|
||||||
gconftool-2 --makefile-install-rule \
|
apps_gnome_settings_daemon_screensaver \
|
||||||
%{_sysconfdir}/gconf/schemas/apps_gnome_settings_daemon_keybindings.schemas \
|
desktop_gnome_font_rendering \
|
||||||
%{_sysconfdir}/gconf/schemas/apps_gnome_settings_daemon_screensaver.schemas \
|
desktop_Gnome_peripherals_touchpad \
|
||||||
%{_sysconfdir}/gconf/schemas/desktop_gnome_font_rendering.schemas \
|
gnome-settings-daemon
|
||||||
%{_sysconfdir}/gconf/schemas/gnome-settings-daemon.schemas \
|
|
||||||
%{_sysconfdir}/gconf/schemas/desktop_gnome_peripherals_touchpad.schemas \
|
|
||||||
>& /dev/null || :
|
|
||||||
touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
|
touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
if [ "$1" -gt 1 ]; then
|
%gconf_schema_prepare apps_gnome_settings_daemon_keybindings \
|
||||||
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
apps_gnome_settings_daemon_screensaver \
|
||||||
if [ -f %{_sysconfdir}/gconf/schemas/desktop_gnome_peripherals_touchpad.schemas ] ; then
|
desktop_gnome_font_rendering \
|
||||||
gconftool-2 --makefile-uninstall-rule \
|
desktop_Gnome_peripherals_touchpad \
|
||||||
%{_sysconfdir}/gconf/schemas/desktop_gnome_peripherals_touchpad.schemas \
|
gnome-settings-daemon
|
||||||
>& /dev/null || :
|
|
||||||
fi
|
|
||||||
if [ -f %{_sysconfdir}/gconf/schemas/apps_gnome_settings_daemon_default_editor.schemas ] ; then
|
|
||||||
gconftool-2 --makefile-uninstall-rule \
|
|
||||||
%{_sysconfdir}/gconf/schemas/apps_gnome_settings_daemon_default_editor.schemas \
|
|
||||||
>& /dev/null || :
|
|
||||||
fi
|
|
||||||
gconftool-2 --makefile-uninstall-rule \
|
|
||||||
%{_sysconfdir}/gconf/schemas/apps_gnome_settings_daemon_keybindings.schemas \
|
|
||||||
%{_sysconfdir}/gconf/schemas/apps_gnome_settings_daemon_screensaver.schemas \
|
|
||||||
%{_sysconfdir}/gconf/schemas/desktop_gnome_font_rendering.schemas \
|
|
||||||
%{_sysconfdir}/gconf/schemas/gnome-settings-daemon.schemas \
|
|
||||||
>& /dev/null || :
|
|
||||||
fi
|
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
if [ "$1" -eq 0 ]; then
|
%gconf_schema_remove apps_gnome_settings_daemon_keybindings \
|
||||||
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
apps_gnome_settings_daemon_screensaver \
|
||||||
if [ -f %{_sysconfdir}/gconf/schemas/desktop_gnome_peripherals_touchpad.schemas ] ; then
|
desktop_gnome_font_rendering \
|
||||||
gconftool-2 --makefile-uninstall-rule \
|
desktop_Gnome_peripherals_touchpad \
|
||||||
%{_sysconfdir}/gconf/schemas/desktop_gnome_peripherals_touchpad.schemas \
|
gnome-settings-daemon
|
||||||
>& /dev/null || :
|
|
||||||
fi
|
|
||||||
if [ -f %{_sysconfdir}/gconf/schemas/apps_gnome_settings_daemon_default_editor.schemas ] ; then
|
|
||||||
gconftool-2 --makefile-uninstall-rule \
|
|
||||||
%{_sysconfdir}/gconf/schemas/apps_gnome_settings_daemon_default_editor.schemas \
|
|
||||||
>& /dev/null || :
|
|
||||||
fi
|
|
||||||
gconftool-2 --makefile-uninstall-rule \
|
|
||||||
%{_sysconfdir}/gconf/schemas/apps_gnome_settings_daemon_keybindings.schemas \
|
|
||||||
%{_sysconfdir}/gconf/schemas/apps_gnome_settings_daemon_screensaver.schemas \
|
|
||||||
%{_sysconfdir}/gconf/schemas/desktop_gnome_font_rendering.schemas \
|
|
||||||
%{_sysconfdir}/gconf/schemas/gnome-settings-daemon.schemas \
|
|
||||||
>& /dev/null || :
|
|
||||||
fi
|
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
if [ $1 -eq 0 ]; then
|
if [ $1 -eq 0 ]; then
|
||||||
@ -171,6 +136,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
|||||||
%{_libdir}/pkgconfig/gnome-settings-daemon.pc
|
%{_libdir}/pkgconfig/gnome-settings-daemon.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 26 2010 Matthias Clasen <mclasen@redhat.com> 2.30.1-1
|
||||||
|
- Update to 2.30.1
|
||||||
|
- Spec file cleanups
|
||||||
|
|
||||||
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> 2.30.0-1
|
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> 2.30.0-1
|
||||||
- Update to 2.30.0
|
- Update to 2.30.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user