fix a typo

This commit is contained in:
Matthias Clasen 2010-04-27 13:30:44 +00:00
parent 7998373b00
commit 2c3002a737

View File

@ -1,6 +1,6 @@
Name: gnome-settings-daemon
Version: 2.30.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: The daemon sharing settings from GNOME to GTK+/KDE applications
Group: System Environment/Daemons
@ -89,7 +89,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/gnome-settings-daemon-2.0/sound.gnome-settings-p
%gconf_schema_upgrade apps_gnome_settings_daemon_keybindings \
apps_gnome_settings_daemon_screensaver \
desktop_gnome_font_rendering \
desktop_Gnome_peripherals_touchpad \
desktop_gnome_peripherals_touchpad \
gnome-settings-daemon
touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
@ -97,14 +97,14 @@ touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
%gconf_schema_prepare apps_gnome_settings_daemon_keybindings \
apps_gnome_settings_daemon_screensaver \
desktop_gnome_font_rendering \
desktop_Gnome_peripherals_touchpad \
desktop_gnome_peripherals_touchpad \
gnome-settings-daemon
%preun
%gconf_schema_remove apps_gnome_settings_daemon_keybindings \
apps_gnome_settings_daemon_screensaver \
desktop_gnome_font_rendering \
desktop_Gnome_peripherals_touchpad \
desktop_gnome_peripherals_touchpad \
gnome-settings-daemon
%postun
@ -136,6 +136,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
%{_libdir}/pkgconfig/gnome-settings-daemon.pc
%changelog
* Tue Apr 27 2010 Matthias Clasen <mclasen@redhat.com> 2.30.1-2
- Fix a typo
* Mon Apr 26 2010 Matthias Clasen <mclasen@redhat.com> 2.30.1-1
- Update to 2.30.1
- Spec file cleanups