2.15.92
This commit is contained in:
parent
192f71583c
commit
778a839058
@ -1 +1 @@
|
||||
gnome-session-2.15.91.tar.bz2
|
||||
gnome-session-2.15.92.tar.bz2
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
Summary: GNOME session manager
|
||||
Name: gnome-session
|
||||
Version: 2.15.91
|
||||
Version: 2.15.92
|
||||
Release: 1%{?dist}
|
||||
URL: http://www.gnome.org
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
@ -154,10 +154,16 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post
|
||||
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
||||
SCHEMAS="gnome-session.schemas"
|
||||
for S in $SCHEMAS; do
|
||||
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S > /dev/null
|
||||
done
|
||||
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gnome-session.schemas > /dev/null
|
||||
/sbin/ldconfig
|
||||
|
||||
%preun
|
||||
if [ "$1" -eq 0 ]; then
|
||||
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
||||
gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/gnome-session.schemas > /dev/null
|
||||
fi
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
|
||||
%files -f %{po_package}.lang
|
||||
@ -175,6 +181,10 @@ done
|
||||
%{_datadir}/gnome/autostart
|
||||
|
||||
%changelog
|
||||
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.92-1.fc6
|
||||
- Update to 2.15.92
|
||||
- Add %%preun and %%postun scripts
|
||||
|
||||
* Mon Aug 14 2006 Ray Strode <rstrode@redhat.com> - 2.15.91-1.fc6
|
||||
- Update to 2.15.91
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user