# # spec file for package gnome-session (Version 2.27.5) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: gnome-session BuildRequires: DeviceKit-power-devel BuildRequires: gnome-common BuildRequires: fdupes BuildRequires: gconf2-devel BuildRequires: gnome-patch-translation BuildRequires: gnome-settings-daemon-devel BuildRequires: hicolor-icon-theme BuildRequires: intltool BuildRequires: tcpd-devel BuildRequires: update-desktop-files License: GPL v2 or later ; LGPL v2.1 or later Group: System/GUI/GNOME Version: 2.27.5 Release: 3 Summary: Session Tools for the GNOME 2.x Desktop Url: http://www.gnome.org Source: %{name}-%{version}.tar.bz2 Source1: gnome Source2: gnome.desktop # Temporarly needed until we get upstream to ship the right icon for suspend Source7: gnome-session-sleep.svg # PATCH-FIX-UPSTREAM gnome-session-ice-auth-for-suid.patch hpj@novell.com -- Carries ICE auth over to other UIDs in this session using an env var. Patch0: gnome-session-ice-auth-for-suid.patch # PATCH-FIX-UPSTREAM gnome-session-kdm-support.patch hpj@novell.com -- Adds support for KDM logout commands. Patch1: gnome-session-kdm-support.patch # PATCH-NEEDS-REBASE gnome-session-wm-switch.patch bnc180506 danw@novell.com -- Fixes legacy sessions to use gnome-wm instead of metacity/compiz. Legacy sessions are not really supported anymore -- do we need to handle a similar case for current saved sessions, though? (was PATCH-FIX-OPENSUSE) Patch2: gnome-session-wm-switch.patch # PATCH-FIX-UPSTREAM gnome-session-bgo507101-tile-ui.patch bgo507101 vuntz@novell.com -- Tile UI for logout dialog. Patch3: gnome-session-bgo507101-tile-ui.patch # PATCH-FEATURE-OPENSUSE gnome-session-enable-disable-compiz.patch vuntz@novell.com -- Integration with enable-compiz/disable-compiz files generated by ccsm Patch4: gnome-session-enable-disable-compiz.patch # PATCH-FIX-UPSTREAM gnome-session-polkit1.patch bgo585614 vuntz@novell.com -- Port to polkit1 Patch5: gnome-session-polkit1.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Obsoletes: gnome-core Requires: dbus-1-x11 Requires: hicolor-icon-theme # Programs that are in the default session (we use Requires since Recommends # might make it possible for some people to get an empty gnome-session, and # give the impression that it's broken) Requires: gnome-panel Requires: gnome-settings-daemon Requires: metacity Requires: nautilus Requires: %{name}-lang = %{version} # There's no splash anymore, so no branding package. Provides: %{name}-branding = %{version} Obsoletes: %{name}-branding <= %{version} %gconf_schemas_prereq %description This package provides the basic session tools, like session management functionality, for the GNOME 2.x Desktop. Authors: -------- Tom Tromey Felix Bellaby Ralph Mor, X Consortium %lang_package %prep %setup -q gnome-patch-translation-prepare %patch0 -p1 %patch1 -p1 # needs-rebase #%patch2 -p1 %patch3 -p0 %patch4 -p1 %patch5 -p1 gnome-patch-translation-update %build NOCONFIGURE=1 gnome-autogen.sh %configure \ --with-at-spi-registryd-directory=%{_prefix}/lib/at-spi \ --with-default-wm=gnome-wm %__make %{?jobs:-j%jobs} %install %makeinstall # # install startup script and xsession file install -d -m755 $RPM_BUILD_ROOT%{_bindir} install -m755 %SOURCE1 $RPM_BUILD_ROOT%{_bindir}/gnome install -d -m755 $RPM_BUILD_ROOT%{_datadir}/xsessions install -m644 %SOURCE2 $RPM_BUILD_ROOT%{_datadir}/xsessions/gnome.desktop install -m644 %{S:7} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/apps/ %suse_update_desktop_file at-spi-registryd-wrapper %suse_update_desktop_file gnome-settings-daemon-helper %suse_update_desktop_file gnome-wm %suse_update_desktop_file session-properties X-SuSE-ControlCenter-System %suse_update_desktop_file $RPM_BUILD_ROOT%{_datadir}/xsessions/gnome.desktop %find_lang %{name}-2.0 %find_gconf_schemas cat %{name}.schemas_list >%{name}.lst # Temporary workaround: still installed by the package rm -f %{buildroot}%{_datadir}/pixmaps/splash/gnome-splash.png %fdupes $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %pre -f %{name}.schemas_pre %posttrans -f %{name}.schemas_posttrans %preun -f %{name}.schemas_preun %files -f %{name}.lst %defattr (-, root, root) %doc AUTHORS COPYING ChangeLog NEWS README %{_bindir}/* %{_libdir}/gnome-session %{_datadir}/gnome-session %{_datadir}/applications/*.desktop %{_datadir}/xsessions/*.desktop %{_sysconfdir}/xdg/autostart/*.desktop %{_datadir}/icons/hicolor/*/*/*.* %doc %{_mandir}/man?/*.* %files lang -f %{name}-2.0.lang ## ha/ig does not exist in Factory currently ##%if %suse_version <= 1110 # exclude locales which don't exist on old versions of openSUSE %exclude %{_datadir}/locale/ha/LC_MESSAGES/* %exclude %{_datadir}/locale/ig/LC_MESSAGES/* ##%endif %changelog