gnome-session.spec revision 13855
10139N/A#
10139N/A# spec file for package gnome-session
10139N/A#
12189N/A# Copyright 2008 Sun Microsystems, Inc.
10139N/A# This file and all modifications and additions to the pristine
10139N/A# package are under the same license as the package itself.
10139N/A#
10139N/A# Owner: niall
10139N/A#
10139N/A%include l10n.inc
10139N/AName: gnome-session
10139N/ALicense: GPL
13769N/AGroup: System/GUI/GNOME
10139N/AVersion: 2.23.6
10139N/ARelease: 3
10139N/ADistribution: Java Desktop System
10139N/AVendor: Sun Microsystems, Inc.
13261N/ASummary: Session Manager for the GNOME Desktop
12773N/ASource: http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.23/%{name}-%{version}.tar.bz2
12773N/ASource1: gnome-splash.png
12773N/ASource2: %{name}-po-sun-%{po_sun_version}.tar.bz2
10139N/A%if %build_l10n
10139N/ASource3: l10n-configure.sh
10139N/A%endif
10139N/ASource4: indiana-splash.jpg
10139N/A#owner:gheet date:2004-08-06 type:bug bugster:5025823
10139N/APatch1: gnome-session-01-gnome-atom.diff
10139N/A%if %option_with_sun_branding
10139N/A#owner:yippi date:2004-11-04 type:branding
10139N/APatch2: gnome-session-02-gnome-about.diff
10139N/A%endif
10139N/A#owner:stephen date:2006-06-29 type:feature bugster:6444179
10139N/APatch3: gnome-session-03-wait-for-postrun.diff
10139N/A#owner:erwannc date:2003-07-29 type:branding
10139N/APatch4: gnome-session-04-busy-cursor.diff
10139N/A%if %option_with_sun_branding
10139N/A#owner:erwannc date:2005-05-11 type:branding
10139N/APatch5: gnome-session-05-solaris-branding.diff
10139N/A%endif
10139N/A%if %option_without_dt
10139N/A#owner:yippi date:2008-06-22 type:branding
10139N/APatch6: gnome-session-06-Xsession-dtstart.diff
10139N/A%else
10139N/A#owner:yippi date:2008-02-29 type:branding
10139N/APatch6: gnome-session-06-Xsession.diff
10139N/A%endif
10139N/A#owner:erwannc date:2008-03-07 type:feature bugster:6672099
10139N/APatch7: gnome-session-07-compiz-integration.diff
10139N/A#owner:erwannc date:2008-03-27 type:branding
10139N/APatch8: gnome-session-08-indiana-splash-hack.diff
10139N/A#owner:yippi date:2008-06-19 type:bug bugzilla:539187
10139N/A#Patch9: gnome-session-09-fixcrash.diff
10139N/A#owner:xz159989 date:2008-06-23 type:feature
10139N/APatch10: gnome-session-10-logout-dialog.diff
10139N/A#owner:gheet date:2006-11-03 type:feature bugster:6393728
10139N/APatch11: gnome-session-11-trusted-extensions.diff
10139N/A#owner:jedy date:2008-07-14 type:branding
10139N/APatch12: gnome-session-12-desktop.diff
10139N/A#owner:erwannc date:2008-13-08 type:build
10139N/APatch13: gnome-session-13-missing-libs.diff
10139N/A
10139N/A
10139N/AURL: http://www.gnome.org
10139N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
10139N/ADocdir: %{_defaultdocdir}/%{name}
10139N/AAutoreqprov: on
10139N/APrereq: GConf
10139N/A
10139N/A%define libgnomeui_version 2.2.0
10139N/A%define libwnck_version 2.2.1
10139N/A
10139N/ABuildRequires: libgnomeui-devel >= %{libgnomeui_version}
10139N/ABuildRequires: libwnck-devel >= %{libwnck_version}
10139N/ARequires: libgnomeui >= %{libgnomeui_version}
10139N/ARequires: libwnck >= %{libwnck_version}
10139N/A
10139N/A%description
12773N/AThis package provides the basic session manager and tools for the GNOME Desktop.
12773N/A
12773N/A%prep
12773N/A%setup -q
12773N/A%if %build_l10n
10139N/Abzcat %SOURCE2 | tar xf -
10139N/Acd po-sun; make; cd ..
10139N/Acd po-logout; make; cd ..
10139N/A%endif
10139N/A%patch1 -p1
10139N/A%if %option_with_sun_branding
10139N/A%patch2 -p1
10139N/A%endif
10139N/A%patch3 -p1
10139N/A%patch4 -p1
10139N/A%if %option_with_sun_branding
10139N/A%patch5 -p1
10273N/Acp %SOURCE1 data/gnome-splash.png
10273N/A%endif
10273N/A#FIXME PORTME %patch6 -p1
10273N/A%patch7 -p1
10139N/A%if %option_with_indiana_branding
10139N/Acp %SOURCE4 gnome-session/gnome-splash.png
10139N/A%patch8 -p1
10139N/A%endif
10139N/A%patch10 -p1
10139N/A#FIXME PORTME %patch11 -p1
10139N/A#FIXME PORTME %patch12 -p1
10139N/A%patch13 -p1
10139N/A
10139N/A%build
10139N/A%ifos linux
10139N/Aif [ -x /usr/bin/getconf ]; then
10139N/A CPUS=`getconf _NPROCESSORS_ONLN`
10139N/Afi
10139N/A%else
10139N/A CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
10139N/A%endif
10139N/Aif test "x$CPUS" = "x" -o $CPUS = 0; then
13769N/A CPUS=1
13769N/Afi
13621N/A
13621N/A%ifos solaris
13420N/A%define poweroff /usr/sbin/poweroff
13420N/A%define reboot /usr/sbin/reboot
13309N/A%else
13309N/A%define poweroff /usr/bin/poweroff
13261N/A%define reboot /usr/bin/reboot
13261N/A%endif
13105N/A
13105N/Alibtoolize --force
13035N/Aintltoolize -c -f --automake
13035N/A
12988N/A%if %build_l10n
12988N/Abash -x %SOURCE3 --enable-copyright
12934N/A%endif
12934N/A
12571N/Aaclocal $ACLOCAL_FLAGS -I .
12571N/Aautoheader
12466N/Aautomake -a -c -f
12466N/Aautoconf
12360N/ACFLAGS="$RPM_OPT_FLAGS" \
12360N/A./configure --prefix=%{_prefix} \
12288N/A --libexecdir=%{_libexecdir} \
12288N/A --sysconfdir=%{_sysconfdir} \
12189N/A --mandir=%{_mandir} \
12189N/A --with-halt-command=%poweroff \
12071N/A --with-reboot-command=%reboot
12071N/Amake -j $CPUS
11922N/A
11922N/A%install
11819N/Aexport GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
11819N/Amake DESTDIR=$RPM_BUILD_ROOT install
11416N/Aunset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
11416N/A
11253N/A%clean
11253N/Arm -rf $RPM_BUILD_ROOT
11172N/A
11172N/A%post
11118N/Aexport GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
11118N/ASCHEMAS="gnome-session.schemas"
11067N/Afor S in $SCHEMAS; do
11067N/A gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S >/dev/null
10986N/Adone
10986N/A
10980N/A%files
10980N/A%defattr(-,root,root)
10920N/A%{_bindir}/*
10920N/A%{_datadir}/pixmaps/*
10917N/A%{_mandir}/man1/*
10917N/A%{_datadir}/locale/*/LC_MESSAGES/*.mo
10820N/A%{_datadir}/gnome/default.session
10820N/A%{_datadir}/gnome/default.wm
10642N/A%{_datadir}/applications/
10642N/A%{_sysconfdir}/gconf/schemas/*
10612N/A
10615N/A%changelog
10476N/A* Wed Aug 13 2008 - erwann@sun.com
10476N/A- Bumped to 2.23.6
10283N/A- ported my patches included Ghee's one and commented out the others.
10283N/A* Mon Aug 04 2008 - brian.cameron@sun.com
10139N/A- Bump to 2.23.5.
10283N/A* Wed Jul 23 2008 - matt.keenan@sun.com
10139N/A- Remove man5 from %files, default.session.5 removed from gnome-session
10139N/A* Mon Jul 14 2008 - jedy.wang@sun.com
10283N/A- Add 12-desktop.diff.
10139N/A* Wed Jul 02 2008 - niall.power@sun.com
10139N/A- Collapse patch numbers. Remove logout-effect.diff
10139N/A* Mon Jun 23 2008 - simon.zheng@sun.com
10139N/A- Add 15-logout-dialog.diff. Use gpm dbus interface to
10139N/A reboot/shutdown due to ConsoleKit is unavailable.
10139N/A* Thu Jun 19 2008 - brian.cameron@sun.com
10139N/A- Re-enable gnome-session-03-gnome-about.diff patch. Add new patch
10139N/A gnome-session-14-fixcrash.diff to fix crashing issue when gnome-session
10139N/A starts. Bugzilla bug #539187.
10139N/A* Thu Jun 19 2008 - niall.power@sun.com
10139N/A -10-disable-ssh.diff: Dropped since ssh is supported in gnome-session
10139N/A now.
10139N/A* Thu Jun 19 2008 - niall.power@sun.com
10139N/A- Bump to 2.23.4 community tarball.
10139N/A Dropped patches:
10139N/A -06-gnome-volcheck... No longer ship gnome-volcheck
10139N/A -09-find-dbus-daemon Launches dbus-launch now instead of dbus-daemon
10139N/A Commented out patches that don't apply to new sources.
10139N/A* Thu Jun 12 2008 - takao.fujiwara@sun.com
10139N/A- Add po-logout to avoid UI freeze.
10139N/A* Fri Jun 06 2008 - simon.zheng@sun.com
10139N/A- Remove 13-logout-shutdown-dialog.diff and 14-
10139N/A* Sat May 31 2008 - brian.cameron@sun.com
10139N/A- Add patch so that the "Switch User" button does not show up on
10139N/A Solaris. Fixes bugzilla:535892.
10139N/A* Tue May 27 2008 - damien.carbery@sun.com
10139N/A- Bump to 2.22.2.
10139N/A* Wed May 07 2008 - simon.zheng@sun.com
10139N/A- Add patch 13-logout-shutdown-dialog.
10139N/A* Fri Apr 11 2008 - damien.carbery@sun.com
10139N/A- Bump to 2.22.1.1.
10139N/A* Thu Apr 10 2008 - damien.carbery@sun.com
10139N/A- Bump to 2.22.1.
10139N/A* Tue Mar 11 2008 - damien.carbery@sun.com
10139N/A- Bump to 2.22.0.
10139N/A* Fri Mar 07 2008 - damien.carbery@sun.com
10139N/A- Bump to 2.21.93.
10139N/A* Fri Feb 29 2008 - brian.cameron@sun.com
10139N/A- When building with DT (CDE login), then make sure the gnome.desktop
10139N/A file calls /usr/dt/bin/Xsession.jds rather than gnome-session.
10139N/A* Fri Feb 29 2008 - jeff.cai@sun.com
10139N/A- Bump to 2.21.92. Add patch 10-disable-ssh to revert patch #503278. This
10139N/A removes the gnome-session dependency on gnome-keyring.
10139N/A* Thu Feb 28 2008 - damien.carbery@sun.com
10139N/A- Revert to 2.21.91 because 2.21.92 requires a new version of gnome-keyring,
10139N/A which breaks.
10139N/A* Wed Feb 27 2008 - damien.carbery@sun.com
10139N/A- Bump to 2.21.92.
10139N/A* Fri Feb 15 2008 - damien.carbery@sun.com
10139N/A- Remove upstream patch 10-gsd-header-dir.
10139N/A* Wed Feb 13 2008 - damien.carbery@sun.com
10139N/A- Bump to 2.21.91.
10139N/A* Tue Feb 05 2008 - damien.carbery@sun.com
10139N/A- Add patch 10-gsd-header-dir to work with change in gnome-settings-daemon.
10139N/A Bugzilla 511820.
10139N/A* Tue Jan 29 2008 - takao.fujiwara@sun.com
10139N/A- Add l10n tarball.
10139N/A* Mon Jan 28 2008 - damien.carbery@sun.com
10139N/A- Bump to 2.21.90.
10139N/A* Thu Jan 17 2007 - brian.cameron@sun.com
10139N/A- Remove patch gnome-session-09-fixdbus.diff. No longer needed
10139N/A now that we use D-Bus 1.1.3.
10139N/A* Thu Jan 17 2008 - damien.carbery@sun.com
10139N/A- Bump to 2.21.5.
10139N/A* Tue Jan 08 2007 - brian.cameron@sun.com
10139N/A- Add patch 9 and 10 to allow gnome-session to launch D-Bus.
10139N/A* Tue Jan 08 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.20.3.
10139N/A* Fri Oct 19 2007 - laca@sun.com
10139N/A- only display gnome-about on 1st login if --with-sun-branding is used
10139N/A* Fri Oct 19 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.20.1.
10139N/A* Fri Oct 12 2007 - laca@sun.com
10139N/A- always apply the tjds patch even if --with-tjds is not used, otherwise
10139N/A some patches that follow it fail and it doesn't hurt anyway
10139N/A* Tue Sep 18 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.20.0.
10139N/A* Wed Sep 05 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.19.92.
10139N/A* Wed Aug 15 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.19.90.
10139N/A* Tue Jul 31 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.19.6.
10139N/A* Tue Jul 17 2007 - ghee.teo@sun.com
10139N/A- Remove gnome-session-04-purge-warn-delay.diff
10139N/A after sun patch day review.
10139N/A* Mon Jul 09 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.19.5.
10139N/A* Mon Jun 18 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.19.4. Remove upstream patch, 08-fixtime.
10139N/A* Wed Jun 06 2007 - irene.huang@sun.com
10139N/A- %if %with_hal then do not apply patch7, volcheck.diff
10139N/A so that this patch will not be applied when HAL is enabled. Also modify
10139N/A the source path so that the source can be found.
10139N/A* Tue Jun 05 2007 - brian.cameron@sun.com
10139N/A- Bump to 2.19.3
10139N/A* Mon May 28 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.18.2.
10139N/A* Tue Mar 13 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.18.0.
10139N/A* Tue Feb 27 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.17.92.
10139N/A* Tue Feb 13 2007 - damien.carbery@sun.com
- Bump to 2.17.91.
* Thu Feb 01 2007 - damien.carbery@sun.com
- Remove upstream patch, 08-lXau; renumber remainder.
* Sun Jan 28 2007 - laca@sun.com
- add %if %build_tjds guard around tjds patch so we can build without trusted
jds support
* Mon Jan 22 2007 - damien.carbery@sun.com
- Bump to 2.17.90.1.
* Mon Jan 22 2007 - damien.carbery@sun.com
- Bump to 2.17.90.
* Tue Jan 09 2007 - damien.carbery@sun.com
- Bump to 2.17.5.
* Sat Dec 30 2006 - li.yuan@sun.com
- Add gnome-session-11-remove-filter.diff to fix bugzilla #390882.
Remove filter when it is not needed.
* Fri Dec 15 2006 - li.yuan@sun.com
- Add libexecdir option to configure to make gnome-session know
where the at-spi-registryd is.
* Sun Dec 03 2006 - damien.carbery@sun.com
- Bump to 2.17.3.
* Wed Nov 22 2006 - damien.carbery@sun.com
- Bump to 2.17.2.
* Fri Nov 03 2006 - ghee.teo@sun.com
- Fixed up gnome-session-09-trusted-extensions.diff for 2.16
* Tue Oct 31 2006 - takao.fujiwara@sun.com
- Added intltoolize to read LINGAS file. Fixes 6488189.
* Mon Oct 30 2006 - irene.huang@sun.com
- add patch gnome-session-10-gnome-volcheck-default-session.diff
which is orignally
Solaris/patches/gnome-session-01-gnome-volcheck-default-session.diff
* Mon Oct 23 2006 - glynn.foster@sun.com
- Fix up fuzziness of the gnome-session patches. Merge the logout
effect patches together, remove the non-existant a11y patch, and
comment out the broken trusted extensions patch.
* Tue Oct 03 2006 - damien.carbery@sun.com
- Bump to 2.16.1.
* Mon Sep 04 2006 - damien.carbery@sun.com
- Bump to 2.16.0.
* Fri Aug 25 2006 - damien.carbery@sun.com
- Add patch, 12-lXau, to link libXau in.
* Tue Aug 22 2006 - damien.carbery@sun.com
- Bump to 2.15.92.
- Remove upstream patch, 10-fixcrash, renumber remainder.
* Tue Aug 08 2006 - damien.carbery@sun.com
- Bump to 2.15.91.
* Fri Jul 28 2006 - brian.cameron@sun.com
- Move gnome-session-07-gnome-volcheck-default-session.diff to
Solaris/patches so we can only apply this if HAL package is
installed.
* Fri Jul 28 2006 - dermot.mccluskey@sun.com
- Fix minor typo.
* Mon Jul 24 2006 - damien.carbery@sun.com
- Bump to 2.15.90.
* Mon Jul 24 2006 - padraig.obriain@sun.com
- Bump to 2.15.4.
* Fri Jun 23 2006 - brian.cameron@sun.com
- Bump to 2.14.2.
* Fri May 05 2006 - brian.cameron@sun.com
- Add patch to fix crash when HAL is enabled, caused by printing of a NULL
string.
* Fri Apr 10 2006 - damien.carbery@sun.com
- Bump to 2.14.1.
* Tue Mar 14 2006 - damien.carbery@sun.com
- Bump to 2.14.0.
* Thu Mar 9 2006 - damien.carbery@sun.com
- Add patch, 10-G_DEBUG-off, to not set G_DEBUG=fatal_criticals as it exposes
a lot of crashes in Evolution.
* Tue Feb 28 2006 - damien.carbery@sun.com
- Bump to 2.13.92.
* Tue Feb 14 2006 - damien.carbery@sun.com
- Bump to 2.13.91.
- Remove unneeded glib-gettextize and intltoolize calls.
* Sun Jan 29 2006 - damien.carbery@sun.com
- Bump to 2.13.90
* Sun Jan 22 2006 - damien.carbery@sun.com
- Call intltoolize and glib-gettextize to avoid infinite loop.
* Fri Jan 20 2006 - damien.carbery@sun.com
- Bump to 2.13.5.
* Sat Sep 17 2005 - glynn.foster@sun.com
- Bump to 2.12.0
* Mon Aug 15 2005 - damien.carbery@sun.com
- Bump to 2.11.91.
* Fri Aug 05 2005 - glynn.foster@sun.com
- Merge the 2 splashes into one. Remove the linux splash branding patch
to focus on one for the moment - we can bring it back later if need
be.
* Tue Jun 14 2005 - bill.haneman@sun.com
- Set GNOME_DISABLE_CRASH_DIALOG to '1', not 'true', for
bug #6273175. (Previous patch set it to 'true', which failed to work).
* Fri May 20 2005 - bill.haneman@sun.com
- Edit gnome-session-09-load-a11y-modules.diff to set
GNOME_DISABLE_CRASH_DIALOG when a11y is on, fix for bug #6273175.
* Wed May 11 2005 - balamurali.viswanathan@wipro.com
- Bump to 2.10.0
* Wed Jan 23 2005 - arvind.samptur@wipro.com
- Edit patch gnome-session-09-load-a11y-modules.diff to set
the GTK_MODULES env before gnome_program_init (). This way
b-a-s will get this env and will pass it on to all the factories
that it would spawn.
* Fri Jan 21 2005 - bill.haneman@sun.com
- Edited patch gnome-session-09-load-a11y-modules.diff to fix bug
6202413. We now putenv("NO_J2D_DGA=true") when a11y is enabled,
and the env variable isnt already set.
* Thu Jan 14 2005 - ghee.teo@sun.com
- Reduce the purge_delay and warn_delay to 30seconds which essentially
revert back the bugzilla#94754. This patch is to partially fix bq2
#4978659. The Mozilla team has fixed the mozilla side of the problem by
5068301, however, reducing this timeouts will benefit other badly broken
session apps.
* Mon Jan 10 2005 - kieran.colfer@sun.com
- changing date on previous changelog entry - was causing rpmbuild
to fail with "%changelog not in descending chronological order" :-)
* Mon Jan 03 2005 - arvind.samptur@wipro.com
- Now that gnome-settings-daemon starts per display, the
patch gnome-session-07-sunray-screensaver.diff should not
be required. Corresponding g-s-d patch is
control-center-27-settings-daemon-per-display.diff
* Thu Nov 12 2004 - alvaro.lopez@sun.com
- Added patch #12. It fixes #5099423
* Thu Nov 10 2004 - alvaro.lopez@sun.com
- Source header fixed.
* Wed Nov 10 2004 - leena.gunda@wipro.com
- Added patch gnome-session-11-gnome-volcheck-default-session.diff
to start gnome-volcheck for Solaris.
* Thu Nov 04 2004 - brian.cameron@sun.com
- Added patch 10 so that gnome-about launches on first-time login.
* Fri Oct 29 2004 - laca@sun.com
- Add gnome-session-remove.1 man page to %files
* Thu Oct 28 2004 - matt.keenan@sun.com
- Add gnome-session-remove.1 man page
* Thu Oct 28 2004 - muktha.narayan@wipro.com
- Load the a11y libraries by setting the GTK_MODULES env variable.
Fixes issues addressed in bug #5097456.
* Sat Sep 11 2004 - laca@sun.com
- Move Solaris specific LDFLAGS to the Solaris spec file
* Fri Sep 10 2004 - damien.carbery@sun.com
- Set LDFLAGS so Xrandr and Xrender can be found.
* Fri Aug 13 2004 - ghee.teo@sun.com
- Forward ported sun-patches/gnome-session/560-4780014-s.diff
as gnome-session-07-sunray-screensaver.diff. This is a security fix but
really only affects Sunray.
* Tue Aug 10 2004 - matt.keenan@sun.com
- Bug:5084286, forward ported patch from mercury for logout effect.
* Thu Jul 08 2004 - damien.donlon@sun.com
- Updated l10n content to gnome-session-l10n-po-1.2.tar.bz2
* Wed Jul 07 2004 - niall.power@sun.com
- ported to rpm4
* Wed Jul 07 2004 - dermot.mccluskey@sun.com
- added "-j $CPUS" to make to speed up builds
* Wed Jun 09 2004 - ghee.teo@sun.com
- do not compile patch1 on Solaris as it is a linux only patch.
so use ifos linux to compile in
gnome-session-01-magicdev-default-session.diff
* Wed May 12 2004 - damien.donlon@sun.com
- Updated l10n content to gnome-session-l10n-po-1.1.tar.bz2
* Fri May 07 2004 - <matt.keenan@sun.com>
- Bump to 2.6.1.
* Tue Apr 06 2004 - arvind.samptur@wipro.com
- Add patch to create an atom for legacy X apps to determine
if they are running currently under GNOME
* Mon Mar 29 2004 - damien.donlon@sun.com
- Updated l10n content to gnome-session-l10n-po-1.0.tar.bz2
* Tue Mar 24 2004 - <glynn.foster@sun.com>
- Bump to 2.6.0. Remove man page and logout effect. Seems like
a not hugely useful branding patch that it might be good to
remove.
* Tue Feb 24 2004 - <glynn.foster@sun.com>
- Bump to 2.5.90
* Fri Dec 15 2003 - <glynn.foster@sun.com>
- Bump to 2.5.2
* Wed Aug 06 2003 - <glynn.foster@sun.com>
- Remove splash icons for non-important apps
* Wed Jul 30 2003 - <markmc@sun.com>
- Add magicdev correctly
* Mon Jul 21 2003 - <markmc@sun.com>
- Make it use the consolehelper versions of reboot and poweroff.
* Fri Jul 11 2003 - <matt.keenan@sun.com>
- Add patch for logout effect
* Thu Jul 10 2003 - <glynn.foster@sun.com>
- Add an icon to the splash widget.
* Thu Jul 10 2003 - <glynn.foster@sun.com>
- Add magicdev to the default session.
* Wed Jul 09 2003 - <michael.twomey@sun.com>
- add in sun po files
* Mon Jun 30 2003 - <markmc@sun.com>
- run autoheader so config.h contains gets HAVE_RANDR
* Mon Jun 30 2003 - <markmc@sun.com>
- add display properties restoration patch
- copy the splash screen into the build tree in
%prep rather than manually installing it in %install
* Tue May 13 2003 - <ghee.teo@Sun.COM>
- Created new spec file for gnome-session