SUNWgnome-display-mgr.spec revision 20862
10139N/A#
10139N/A# spec file for package SUNWgnome-display-mgr
10139N/A#
18582N/A# includes module(s): gdm
10139N/A#
10139N/A# Copyright (c) 2004, 2011, Oracle and/or its affiliates. All rights reserved.
16307N/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%define owner yippi
17642N/A#
10139N/A%include Solaris.inc
10139N/A
10139N/A%use gdm = gdm.spec
10139N/A
10139N/AName: SUNWgnome-display-mgr
10139N/ASummary: GNOME display manager
10139N/AVersion: %{gdm.version}
10139N/ASource: %{name}-manpages-0.1.tar.gz
10139N/ASource1: gdm.xml
10139N/ASource2: svc-gdm
10139N/A# gdmdynamic is wrapper script for ck-seat-tool and ck-list-sessions.
10139N/A# This script is for back compatible for SRSS.
10139N/A# Should be removed when SRSS using ck-seat-tool and ck-list-sessions instead.
18688N/ASource3: gdmdynamic
18688N/ASource4: xterm.desktop
10139N/ASource5: gdm.auth_attr
20061N/ASource6: gdm.prof_attr
10139N/ASource7: ManageDtHeader.html
10139N/ASource8: ManageDtLogin.html
12717N/ASUNW_Pkg: SUNWgnome-display-mgr
19094N/AIPS_package_name: system/display-manager/gdm
10139N/AMeta(info.classification): %{classification_prefix}:Desktop (GNOME)/Sessions
10139N/ASUNW_BaseDir: %{_basedir}
10139N/ASUNW_Copyright: %{name}.copyright
19142N/ALicense: %{gdm.license}
18850N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
18850N/A
16401N/A%include default-depend.inc
10139N/A%include desktop-incorporation.inc
10139N/ARequires: SUNWcairo
10139N/ARequires: SUNWconsolekit
10139N/ARequires: SUNWdbus-glib
10139N/ARequires: SUNWdbus-libs
10139N/ARequires: SUNWfontconfig
10139N/ARequires: SUNWglib2
10139N/ARequires: SUNWgnome-component
10139N/ARequires: SUNWgnome-config
15796N/ARequires: SUNWgnome-libs
16174N/ARequires: SUNWgnome-panel
18850N/ARequires: SUNWgtk3
16401N/ARequires: SUNWlibcanberra
10139N/ARequires: SUNWlibms
10139N/ARequires: SUNWpango
10139N/ARequires: SUNWtango-icon-theme
10139N/ARequires: SUNWaccountsservice
10139N/ARequires: %{name}-root
10139N/A
10139N/ABuildRequires: SUNWxwplt
15796N/ABuildRequires: SUNWcairo-devel
10139N/ABuildRequires: SUNWconsolekit-devel
10139N/ABuildRequires: SUNWdbus-glib-devel
10139N/ABuildRequires: SUNWdbus-devel
10139N/ABuildRequires: SUNWglib2-devel
10139N/ABuildRequires: SUNWgnome-component-devel
10139N/ABuildRequires: SUNWgnome-config-devel
10139N/ABuildRequires: SUNWgnome-libs-devel
10139N/ABuildRequires: SUNWgnome-panel-devel
15798N/ABuildRequires: SUNWgtk3-devel
16307N/ABuildRequires: SUNWlibcanberra-devel
18850N/ABuildRequires: SUNWpango-devel
10139N/ABuildRequires: SUNWgnome-doc-utils
10139N/ABuildRequires: SUNWlibgnome-keyring
10139N/ABuildRequires: SUNWaccountsservice-devel
10139N/ABuildRequires: SUNWuiu8
10139N/A
10139N/A%package root
10139N/ASummary: %{summary} - / filesystem
10139N/ASUNW_BaseDir: /
19142N/A%include default-depend.inc
10139N/A%include desktop-incorporation.inc
10139N/A
10139N/A%package devel
10139N/ASummary: %{summary} - development files
10139N/ASUNW_BaseDir: %{_basedir}
19142N/A%include default-depend.inc
10139N/A%include desktop-incorporation.inc
10139N/ARequires: SUNWgnome-display-mgr
10139N/A
19126N/A%package l10n
10139N/ASummary: %{summary} - l10n files
19126N/ARequires: %{name}
10139N/A
19142N/A%prep
10139N/Arm -rf %name-%version
10139N/Amkdir %name-%version
10139N/A%gdm.prep -d %name-%version
10139N/Acd %{_builddir}/%name-%version
10139N/Agzcat %SOURCE0 | tar xf -
10139N/A
10139N/A%build
10139N/Aexport LDFLAGS="%_ldflags"
10139N/Aexport PKG_CONFIG_PATH=%{_pkg_config_path}
10139N/Aexport CFLAGS="%optflags"
10139N/Aexport RPM_OPT_FLAGS="$CFLAGS"
10139N/Aexport XGETTEXT=/usr/gnu/bin/xgettext
10139N/A
10139N/A%gdm.build -d %name-%version
10139N/A
10139N/A%install
10139N/Arm -rf $RPM_BUILD_ROOT
10139N/A%gdm.install -d %name-%version
10139N/A
18582N/Arm -rf $RPM_BUILD_ROOT%{_mandir}
18256N/Acd %{_builddir}/%name-%version/sun-manpages
10139N/Amake install DESTDIR=$RPM_BUILD_ROOT
10139N/A
12216N/Ainstall -d $RPM_BUILD_ROOT/lib/svc/manifest/application/graphical-login
10139N/Ainstall --mode=0444 %SOURCE1 $RPM_BUILD_ROOT/lib/svc/manifest/application/graphical-login
10139N/Ainstall -d $RPM_BUILD_ROOT/lib/svc/method
10139N/Acp %SOURCE2 $RPM_BUILD_ROOT/lib/svc/method/
10139N/A
10139N/Ainstall --mode=0744 %SOURCE3 $RPM_BUILD_ROOT/%{_bindir}/
10139N/A
10139N/A# Install fail safe desktop
10139N/Ainstall -d $RPM_BUILD_ROOT/%{_datadir}/xsessions
10139N/Ainstall --mode=0644 %SOURCE4 $RPM_BUILD_ROOT/%{_datadir}/xsessions/
10139N/A
10139N/A# RBAC files for gdm service
10139N/Ainstall -d $RPM_BUILD_ROOT%{_sysconfdir}/security/auth_attr.d
10139N/Ainstall --mode=0444 %SOURCE5 $RPM_BUILD_ROOT%{_sysconfdir}/security/auth_attr.d/desktop-login
10139N/Ainstall -d $RPM_BUILD_ROOT%{_sysconfdir}/security/prof_attr.d
10139N/Ainstall --mode=0444 %SOURCE6 $RPM_BUILD_ROOT%{_sysconfdir}/security/prof_attr.d/desktop-login
10139N/Ainstall -d $RPM_BUILD_ROOT%{_libdir}/help/auths/locale/C/
10139N/Ainstall --mode=0444 %SOURCE7 $RPM_BUILD_ROOT%{_libdir}/help/auths/locale/C/
10139N/Ainstall --mode=0444 %SOURCE8 $RPM_BUILD_ROOT%{_libdir}/help/auths/locale/C/
10139N/A
10139N/A# Create the 'interface' directory so that user's session scripts can be
10139N/A# run by gdm and which are populated by other applications.
10139N/Ainstall -d $RPM_BUILD_ROOT/%{_sysconfdir}/X11/xinit/xinitrc.d
10139N/A
10139N/Afind $RPM_BUILD_ROOT%{_libdir} -type f -name "*.a" -exec rm -f {} ';'
10139N/Afind $RPM_BUILD_ROOT%{_libdir} -type f -name "*.la" -exec rm -f {} ';'
10139N/A
10139N/A# Remove GNU/Linux-specific PAM files.
10139N/Arm -rf $RPM_BUILD_ROOT%{_sysconfdir}/pam.d
10139N/A
10139N/A%clean
10139N/Arm -rf $RPM_BUILD_ROOT
10139N/A
10139N/A%post
10139N/A%restart_fmri desktop-mime-cache icon-cache gconf-cache
16307N/A
10139N/A%post root
10139N/Acat >> $BASEDIR/var/svc/profile/upgrade <<\EOF
16307N/A
10139N/A# We changed gdm's FMRI. If the old service exists and is enabled,
10139N/A# disable it and enable the new one.
14278N/Agdm=svc:/application/gdm2-login:default
14278N/Aif svcprop -q $gdm; then
14278N/A set -- `svcprop -C -t -p general/enabled $gdm`
14278N/A if [ $? -ne 0 ]; then
14278N/A echo "Could not read whether $gdm was enabled."
14278N/A elif [ $2 != boolean ]; then
14278N/A echo "general/enabled property of $gdm has bad type."
14278N/A elif [ $# -ne 3 ]; then
14278N/A echo "general/enabled property of $gdm has the wrong number\c"
14278N/A echo " of values."
14278N/A elif [ $3 = true ]; then
14278N/A svcadm disable $gdm
14278N/A svcadm enable svc:/application/graphical-login/gdm:default
14278N/A fi
14278N/Afi
14278N/A
10139N/AEOF
10139N/A
10139N/A%postun
10139N/A%restart_fmri desktop-mime-cache icon-cache
15736N/A
12179N/A%actions
10139N/Agroup groupname="gdm" gid="50"
17141N/Auser gcos-field="GDM Reserved UID" group=gdm home-dir=/var/lib/gdm uid=50 username=gdm
10139N/A
10139N/A%files
10139N/A%doc -d gdm-%{gdm.version} AUTHORS README
10139N/A%doc(bzip2) -d gdm-%{gdm.version} COPYING NEWS
10139N/A%doc(bzip2) -d gdm-%{gdm.version} ChangeLog po/ChangeLog
10139N/A%dir %attr (0755, root, other) %{_datadir}/doc
10139N/A%defattr (-, root, bin)
13330N/A%dir %attr (0755, root, bin) %{_bindir}
10139N/A%{_bindir}/*
10139N/A%dir %attr (0755, root, bin) %{_sbindir}
10139N/A%{_sbindir}/gdm
10139N/A%{_sbindir}/gdm-binary
10139N/A%dir %attr (0755, root, bin) %{_libdir}
10139N/A%{_libdir}/lib*.so*
10139N/A%{_libexecdir}/gdm*
10139N/A%dir %{_libdir}/help
10139N/A%dir %{_libdir}/help/auths
10139N/A%dir %{_libdir}/help/auths/locale
10139N/A%dir %{_libdir}/help/auths/locale/C
10139N/A%doc %{_libdir}/help/auths/locale/C/*
10139N/A%dir %attr (0755, root, sys) %{_datadir}
10139N/A%dir %attr (0755, root, bin) %{_datadir}/gdm
10139N/A%{_datadir}/gdm/autostart/LoginWindow/*.desktop
10139N/A%{_datadir}/gdm/gdm-greeter-login-window.ui
10139N/A%{_datadir}/gdm/locale.alias
10139N/A#%{_datadir}/gdm/box.png
10139N/A#%{_datadir}/gdm/logo.png
10139N/A#%{_datadir}/gdm/bkg.jpg
17625N/A#%{_datadir}/gdm/bottom-panel-image-gdm.png
17625N/A%{_datadir}/gdm/gdm.schemas
17625N/A%{_datadir}/gdm/simple-greeter
10139N/A%dir %attr (0755, root, other) %{_datadir}/gnome-session
10139N/A%{_datadir}/gnome-session/*
10139N/A%dir %attr (0755, root, other) %{_datadir}/gnome
10139N/A%{_datadir}/gnome/help/gdm/C
10139N/A%dir %attr (-, root, other) %{_datadir}/icons
10522N/A%dir %attr (-, root, other) %{_datadir}/icons/hicolor
10139N/A%dir %attr (-, root, other) %{_datadir}/icons/hicolor/16x16/
10139N/A%dir %attr (-, root, other) %{_datadir}/icons/hicolor/32x32/
12512N/A%dir %attr (-, root, other) %{_datadir}/icons/hicolor/*/apps
10139N/A%{_datadir}/icons/hicolor/*/apps/*
10139N/A%{_datadir}/omf/gdm/*-C.omf
10139N/A%dir %attr (0755, root, other) %{_datadir}/pixmaps
10139N/A%{_datadir}/pixmaps/*
10139N/A%{_datadir}/xsessions/*
10522N/A%dir %attr(0755, root, bin) %{_mandir}
10139N/A%dir %attr(0755, root, bin) %{_mandir}/man1
10139N/A%dir %attr(0755, root, bin) %{_mandir}/man1m
10139N/A%{_mandir}/man1/*
10139N/A%{_mandir}/man1m/*
10139N/A
10139N/A%files root
10139N/A%defattr (-, root, sys)
10139N/A%attr (0755, root, sys) %dir %{_sysconfdir}
10139N/A%dir %attr (0755, root, bin) %{_sysconfdir}/dbus-1
10139N/A%dir %attr (0755, root, bin) %{_sysconfdir}/dbus-1/system.d
10139N/A%dir %attr (0755, root, bin) %{_sysconfdir}/dconf
10139N/A%{_sysconfdir}/dconf/*
10139N/A%{_sysconfdir}/dbus-1/system.d/*
10139N/A%{_sysconfdir}/gconf
19094N/A%dir %{_sysconfdir}/gdm
19094N/A%{_sysconfdir}/gdm/Init
18850N/A%{_sysconfdir}/gdm/Post*
18850N/A%{_sysconfdir}/gdm/Pre*
18582N/A%{_sysconfdir}/gdm/X*
18582N/A%config %ips_tag(original_name=SUNWgnome-display-mgr:etc/X11/gdm/custom.conf) %{_sysconfdir}/gdm/custom.conf
17967N/A%dir %{_sysconfdir}/security
17967N/A%dir %{_sysconfdir}/security/auth_attr.d
17625N/A%config %ips_tag(restart_fmri=svc:/system/rbac:default) %{_sysconfdir}/security/auth_attr.d/*
17625N/A%dir %{_sysconfdir}/security/prof_attr.d
17618N/A%config %ips_tag(restart_fmri=svc:/system/rbac:default) %{_sysconfdir}/security/prof_attr.d/*
17618N/A%dir %{_sysconfdir}/X11/xinit
16307N/A%dir %{_sysconfdir}/X11/xinit/xinitrc.d
16307N/A# don't use %_localstatedir for the /var/log and /var/svc directory,
16204N/A# because these are an absolute path defined by another package, so
16204N/A# it has to be /var/svc even if this package has its %_localstatedir
15796N/A# redefined.
15796N/A%dir %attr (0755, root, sys) /var
15798N/A%dir %attr (0755, root, sys) /var/log
15628N/A%dir %attr (1770, root, gdm) /var/log/gdm
15628N/A# SVC method file
14278N/A%dir %attr (0755, root, bin) /lib
14278N/A%dir %attr (0755, root, bin) /lib/svc
13330N/A%dir %attr (0755, root, bin) /lib/svc/method
13330N/A%dir %attr (0755, root, sys) /lib/svc/manifest
12982N/A%dir %attr (0755, root, sys) /lib/svc/manifest/application
12982N/A%dir %attr (0755, root, sys) /lib/svc/manifest/application/graphical-login
12982N/A%attr (0555, root, bin) /lib/svc/method/svc-gdm
12512N/A%ips_tag(restart_fmri="svc:/system/manifest-import:default") %attr (0444, root, sys) /lib/svc/manifest/application/graphical-login/gdm.xml
12512N/A%dir %attr (0755, root, bin) %{_localstatedir}/cache
12295N/A%dir %attr (0755, root, gdm) %{_localstatedir}/cache/gdm
12295N/A%dir %attr (0755, root, other) %{_localstatedir}/lib
12216N/A%dir %attr (1770, root, gdm) %{_localstatedir}/lib/gdm
12216N/A%dir %attr (0770, root, gdm) %{_localstatedir}/lib/gdm/.gconf.mandatory
12179N/A%attr (1640, root, gdm) %{_localstatedir}/lib/gdm/.gconf.path
12179N/A%attr (1640, root, gdm) %{_localstatedir}/lib/gdm/.gconf.mandatory/*
12112N/A%dir %attr (0770, root, gdm) %{_localstatedir}/lib/gdm/.local
12112N/A%dir %attr (0770, root, gdm) %{_localstatedir}/lib/gdm/.local/share
11314N/A%dir %attr (0770, root, gdm) %{_localstatedir}/lib/gdm/.local/share/applications
11314N/A%attr (1640, root, gdm) %{_localstatedir}/lib/gdm/.local/share/applications/*
11193N/A%dir %attr (0770, root, gdm) %{_localstatedir}/lib/gdm/.config
11193N/A%attr (1640, root, gdm) %{_localstatedir}/lib/gdm/.config/dconf
11193N/A
10522N/A%files devel
10522N/A%defattr (-, root, bin)
10139N/A%dir %attr (0755, root, bin) %{_libdir}
10139N/A%dir %attr (0755, root, other) %{_libdir}/pkgconfig
10139N/A%{_libdir}/pkgconfig/*
10139N/A%dir %attr (0755, root, bin) %{_includedir}
10139N/A%{_includedir}/*
10139N/A
10139N/A%files l10n
10139N/A%defattr (-, root, bin)
10139N/A%dir %attr (0755, root, sys) %{_datadir}
10139N/A%dir %attr (0755, root, other) %{_datadir}/gnome
10139N/A%attr (-, root, other) %{_datadir}/locale
10139N/A%{_datadir}/gnome/*help/*/[a-z]*
10139N/A%{_datadir}/omf/gdm/*-[a-z]*.omf
10139N/A
10139N/A%changelog
10139N/A* Tue Jul 12 2011 - brian.cameron@oracle.com
10139N/A- Fix packaging for GDM 3.1.2 release.
10139N/A* Mon Dec 27 2010 - alan.coopersmith@oracle.com
10139N/A- Move RBAC files shared by application/graphical-login/* SMF services here
10139N/A from the no-longer delivered dtlogin package.
10139N/A* Tue Jun 08 2010 - Michal.Pryc@Oracle.Com
10139N/A- Updated BuildRequires to fit SourceJuicer.
10139N/A* Fri Apr 23 2010 - halton.huo@sun.com
10139N/A- Move manifest from /var/svc to /lib/svc
10139N/A* Thu Jan 14 2010 - halton.huo@sun.com
10139N/A- Update %files caused by glade to GtkBuild
10139N/A- Remove dependency on libglade.
10139N/A* Thu Dec 17 2009 - brian.cameron@sun.com
10139N/A- Add SUNWtango-icon-theme as a dependency.
10139N/A* Mon Dex 14 2009 - christian.kelly@sun.com
10139N/A- Fix %files.
10139N/A* Mon Dec 14 2009 - halton.huo@sun.com
10139N/A- Add Requires:%{name}-root to base pkg to fix doo #13254.
10139N/A* Mon Dec 07 2009 - brian.cameron@sun.com
10139N/A- No longer deliver /usr/share/gdm/gdb-cmd since we patch GDM to use pstack
10139N/A instead.
10139N/A* Tue Dec 01 2009 - halton.huo@sun.com
10139N/A- Add Requires/BuildRequires for SUNWlibcanberra
10139N/A* Thu Nov 26 2009 - christian.kelly@sun.com
10139N/A- Fix directory perms.
10139N/A* Mon Oct 19 2009 - brian.cameron@sun.com
10139N/A- Change /var/log/gdm so that it has root:root ownership and 750 permissions,
10139N/A better matching what GDM actually installs to the system.
10139N/A* Tue Sep 01 2009 - brian.cameron@sun.com
10139N/A- Update packaging after adding patch gdm-10-cache.diff since this adds
10139N/A /var/cache/gdm to the package.
10139N/A* Wed Aug 19 2009 - brian.cameron@sun.com
10139N/A- Do not package /usr/sbin/gdm-restart and /usr/sbin/gdm-safe-restart since
10139N/A they are non-functional. Add them back when they work.
10139N/A* Wed Aug 12 2009 - halton.huo@sun.com
10139N/A- Add xterm.desktop for fail safe.
10139N/A* Tue Aug 11 2009 - halton.huo@sun.com
10139N/A- Add gdmdynamic as Source3
10139N/A* Mon Jul 27 2009 - halton.huo@sun.com
10139N/A- We bump gdm to 2.27.4, this is a rewrite release compared gdm 2.20x version,
10139N/A rework totally.
10139N/A* Tue May 12 2009 - dave.lin@sun.com
10139N/A- Remove 'Requires: SUNWgnome-display-mgr' from root pkg to fix the circular dependency issue.
10139N/A* Fri Apr 3 2009 - laca@sun.com
10139N/A- use desktop-cache instead of postrun
10139N/A* Wed Apr 01 2009 - jeff.cai@sun.com
10139N/A- Add the dependency of SUNWswmt for the root package since the customer.conf
10139N/A uses i.preserve.
10139N/A* Tue Mar 24 2009 - jeff.cai@sun.com
10139N/A- Add the dependency of SUNWgnome-display-mgr for the root package.
10139N/A* Web Feb 25 2009 - dave.lin@sun.com
10139N/A- Changed to Requires: SUNWdesktop-startup due to SUNWgnome-dtstart was renamed.
10139N/A* Fri Dec 05 2008 - halton.huo@sun.com
10139N/A- Add workaround to fix CR #6781266 - gdmsetup fails to startup
10139N/A* Wed Nov 21 2008 - brian.cameron@sun.com
10139N/A- Add /lib/svc/method/svc-gdm SMF method file so that the "stop" method
10139N/A doesn't cause errors on shutdown/restart. Fix packaging permissions.
10139N/A Fix for doo bug #4887.
10139N/A* Thu Oct 02 2008 - ghee.teo@sun.com
10139N/A- Added directory /etc/X11/xinit/xinitrc.d as part of the fix to 6755007 and
10139N/A also d.o.o #4097.
10139N/A* Sun Sep 14 2008 - brian.cameron@sun.com
10139N/A- Add new copyright files.
10139N/A* Tue Jun 24 2008 - damien.carbery@sun.com
10139N/A- Remove "-lgailutil" from LDFLAGS. Root cause found in gtk+: bugzilla 536430.
16401N/A* Thu Jun 05 2008 - damien.carbery@sun.com
19241N/A- Add "-lgailutil" to LDFLAGS so that libgailutil is linked in when
19558N/A libgnomecanvas is linked. libgnomecanvas.so includes some gail functions.
* Wed May 07 2008 - damien.carbery@sun.com
- Remove PERL5LIB setting as it is not necessary.
* Thu May 01 2008 - brian.cameron@sun.com
- Fix packaging. Ship the CDE desktop file if building with
"with_dt".
* Thu Mar 27 2008 - brian.cameron@sun.com
- Add SUNW_Copyright.
* Sat Jan 26 2008 - brian.cameron@sun.com
- Minor cleanup
* Thu Jan 17 2008 - damien.carbery@sun.com
- Delete %{_datadir}/xsessions/gnome.desktop file as it is now delivered by
gnome-session module.
* Fri Oct 12 1007 - laca@sun.com
- add x11 compile flags to CFLAGS if x11.pc exists (FOX fix)
* Fri Sep 28 2007 - laca@sun.com
- add support for building with FOX and using dtstart instead of
dtlogin-integration
* Fri May 11 2007 - brian.cameron@sun.com
- Fix packaging and add needed -R/usr/sfw/lib to link flags.
* Thu May 10 2007 - brian.cameron@sun.com
- Fix packaging for bumping to 2.19.0.
* Thu Apr 12 2007 - brian.cameron@sun.com
- Add SUNWxorg-server as a dependency, since GDM depends on Xephyr
* Fri Mar 09 2007 - brian.cameron@sun.com
- Change file permissions for gdmsetup to 700 so that the gdmsetup
menu choice only appears for the root user. Also no longer install
the %{datadir}/applications directory since we now install to
/usr/share/gdm/applications.
* Sun Jan 28 2007 - laca@sun.com
- update %files root so that dir attributes work on both s10 and nevada
* Fri Sep 01 2006 - Matt.Keenan@sun.com
- New Manpage tarball
* Mon Aug 28 2006 - brian.cameron@sun.com
- Add gdmdynamic manpage.
* Fri Aug 25 2006 - laca@sun.com
- move the smf profile rename postinstall stuff into the -root subpkg,
because the base package doesn't have access to the / files in the
case of a diskless installation, part of CR6448317
* Wed Aug 23 2006 - brian.cameron@sun.com
- Move some GDM manpages to sman1m to reflect that the binaries have
moved to /usr/sbin.
* Sat Aug 12 2006 - laca@sun.com
- change datadir/icons permissions back to root:other since it's a stable
interface and wasn't supposed to be changed
* Fri Jul 14 2006 - laca@sun.com
- update %post/%postun/etc scripts to support diskless client setup,
part of 6448317
* Thu Jun 29 2006 - laca@sun.com
- update postrun scripts
* Fri Jun 23 2006 - christopher.hanna@sun.com
- Removed manpages which arent needed: gdmchooser, gdmgreeter and gdmlogin
* Sun Jun 11 2006 - laca@sun.com
- change group from other to bin/sys
* Fri May 12 2006 - brian.cameron@sun.com
- Add SUNWgnome-dialog as a dependency since GDM does use zenity in places.
* Thu May 11 2006 - brian.cameron@sun.com
- Added %post scripting to migrate users from the old SMF service name
to the new one.
* Wed May 10 2006 - laca@sun.com
- merge -share pkg(s) into the base pkg(s)
* Tue May 09 2006 - brian.cameron@sun.com
- No longer install the /var/gdm directories here since they get installed via
make install.
* Tue Apr 18 2006 - brian.cameron@sun.com
- Mark custom.conf as in the preserve class so it doesn't get deleted on pkgrm.
* Mon Feb 20 2006 - damien.carbery@sun.com
- Update Build/Requires after running check-deps.pl script.
* Fri Feb 17 2006 - damien.carbery@sun.com
- Mark custom.conf as volatile (%config).
* Thu Feb 16 2006 - damien.carbery@sun.com
- Update Build/Requires after running check-deps.pl script.
* Tue Feb 14 2006 - damien.carbery@sun.com
- Update %files for new tarball (conf files renamed).
* Sat Jan 21 2006 - damien.carbery@sun.com
- Remove locale.alias.orig file from %files. Mistake in build.
* Thu Jan 19 2006 - brian.cameron@sun.com
- Fixed packaging after updating to 2.13.0.6
* Thu Jan 19 2006 - damien.carbery@sun.com
- Add new %files from bumped tarball.
* Tue Jan 17 2006 - damien.carbery@sun.com
- Add SUNWlibcroco to Build/Requires list.
* Mon Jan 16 2006 - damien.carbery@sun.com
- Move /usr/sfw/include reference from gdm.spec to here as it is Solaris only.
- Update Build/Requires lines.
* Mon Jan 16 2006 - padraig.obriain@sun.com
- add reference to %{_libexecdir}/X11/gdm/gdmprefetchlist
* Sat Dec 3 2005 - laca@sun.com
- add %post script that runs update-desktop-database
* Tue Nov 29 2005 - laca@sun.com
- remove javahelp stuff
* Thu Sep 15 2005 - laca@sun.com
- Remove unpackaged empty directories
* Thu Jul 28 2005 - damien.carbery@suncom
- Add SUNWlibrsvg-devel build dependency. Add SUNWlibrsvg runtime dependency.
- Wed Jul 13 2005 - brian.cameron@sun.com
- Updated to 2.8.0.5. Updated SVC (GreenLine) integration.
+ Mon Feb 07 2004 - brian.cameron@sun.com
- Fixed permissions on /var/lib/gdm so it doesn't complain on
reinstall. The gdm binary program changes the ownership and
permissions of this file on runtime if they aren't set
properly. This change makes the original permissions set
by the package correct so gdm won't change them.
* Thu Nov 18 2004 - hidetoshi.tajima@sun.com
- #5081827 - required SUNWgnome-dtlogin-integration to run
/usr/dt/config/Xsession.jds in gnome session
* Wed Nov 17 2004 - matt.keenan@sun.com
- #6195852 - Fix manpage directory installed (stopper)
* Sat Nov 13 2004 - laca@sun.com
- include gdm.conf in the "preserve" class, fixes 5101934
Note: requires pkgbuild-0.8.2 (CBE 0.18)
* Fri Nov 12 2004 - kazuhiko.maekawa@sun.com
- Revised files section
* Sat Oct 02 2004 - laca@sun.com
- added %pkgbuild_postprocess
* Thu Sep 02 2004 <damien.carbery@sun.com>
- Add %dir %attr for mandir and mandir/man1. Attribute change install error.
* Thu Sep 02 2004 <matt.keenan@sun.com>
- Added gdm manpages for solaris
* Tue Jul 27 2004 <glynn.foster@sun.com>
- Put back the New Login in New Window as it's supported.
* Tue Jul 27 2004 <glynn.foster@sun.com>
- Remove the flexiserver .desktop items. Need to have a
look to see if the flexiserver binary stuff should be
include as well or not. Part fix for #5043894.
* Fri Jul 23 2004 <brian.cameron@sun.com>
- Now include /var/lib/gdm and /var/lib/log/gdm in the
package so that gdm can run out-of-the-box.
* Sun Jun 27 2004 shirley.woo@sun.com
- Changed install location to /usr/...
* Wed Jun 2 2004 - takao.fujiwara@sun.com
- Added %{_datadir}/locale to install l10n messages
* Mon Mar 01 2004 - <laca@sun.com>
- define PERL5LIB.
- add share and root subpkgs