diff --git a/gdm.changes b/gdm.changes index 7a0422f..8c0d8e8 100644 --- a/gdm.changes +++ b/gdm.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon May 24 15:55:31 UTC 2010 - guido+opensuse.org@berhoerster.name + +- Fixed filelist + +------------------------------------------------------------------- +Mon May 24 10:41:51 UTC 2010 - guido+opensuse.org@berhoerster.name + +- Split off gnome-applets-gdm + +------------------------------------------------------------------- +Sun May 23 09:25:25 UTC 2010 - guido+opensuse.org@berhoerster.name + +- Depend on gnome-session-core rather than gnome-session + ------------------------------------------------------------------- Fri May 7 00:03:41 CEST 2010 - captain.magnus@opensuse.org diff --git a/gdm.spec b/gdm.spec index 75394a3..a7f5ede 100644 --- a/gdm.spec +++ b/gdm.spec @@ -42,7 +42,7 @@ BuildRequires: zenity License: GPLv2+ Group: System/GUI/GNOME Version: 2.30.2 -Release: 1 +Release: 2 Summary: The GNOME 2.x Display Manager Source: %{name}-%{version}.tar.bz2 Source1: gdm.pamd @@ -96,7 +96,7 @@ Obsoletes: fast-user-switch-applet <= 2.22.0 Requires: %{name}-branding Requires: %{name}-lang = %{version} Requires: ConsoleKit-x11 -Requires: gnome-session +Requires: gnome-session-core Requires: gnome-themes Requires: klogd Requires: xorg-x11-server-extra @@ -130,6 +130,16 @@ suited for the GNOME 2.x Desktop. GDM is a flexible X Window System display manager that has many options, is usable for remote login, and provides a good looking graphical interface. +%package -n gnome-applets-gdm +License: GPLv2+ +Summary: Switch User Panel Applet +Group: System/GUI/GNOME +Supplements: packageand(%{name}:gnome-panel) + +%description -n gnome-applets-gdm +This package provides the switch user panel applet, that uses GDM, +the GNOME display manager. + %lang_package %prep %setup -q @@ -237,10 +247,9 @@ fi %{_datadir}/pixmaps/*.png %{_datadir}/pixmaps/faces %{_datadir}/icons/*/*/*/*.* -%dir %{_prefix}/lib/gdm -%{_prefix}/lib/gdm/gdm-* -%{_libdir}/bonobo/servers/* -%{_datadir}/gnome-2.0/ui/* +%dir %{_libexecdir}/gdm +%{_libexecdir}/gdm/gdm-* +%exclude %{_libexecdir}/gdm/gdm-user-switch-applet %attr(750,gdm,gdm) %dir %{_localstatedir}/lib/gdm %attr(751,gdm,gdm) %dir %{_localstatedir}/run/gdm %attr(750,gdm,gdm) %dir %{_localstatedir}/log/gdm @@ -257,6 +266,12 @@ fi %defattr(-,root,root) %config(noreplace) %{_sysconfdir}/gdm/custom.conf +%files -n gnome-applets-gdm +%defattr(-,root,root) +%{_libexecdir}/gdm/gdm-user-switch-applet +%{_libdir}/bonobo/servers/GNOME_FastUserSwitchApplet.server +%{_datadir}/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml + %files lang -f %{name}.lang %changelog