SHA256
1
0
forked from pool/gdm

Accepting request 40588 from home:gberh:gdm

Copy from home:gberh:gdm/gdm via accept of submit request 40588 revision 4.
Request was accepted with message:
thanks

OBS-URL: https://build.opensuse.org/request/show/40588
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=125
This commit is contained in:
Vincent Untz 2010-05-27 22:29:17 +00:00 committed by Git OBS Bridge
parent 4e48dd0f1f
commit a8f400a94b
2 changed files with 32 additions and 3 deletions

View File

@ -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

View File

@ -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,15 @@ 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: Panel Applets for GDM
Group: System/GUI/GNOME
Supplements: packageand(%{name}:gnome-panel)
%description -n gnome-applets-gdm
This package provides panel applets for GDM, the GNOME display manager.
%lang_package
%prep
%setup -q
@ -239,8 +248,7 @@ fi
%{_datadir}/icons/*/*/*/*.*
%dir %{_prefix}/lib/gdm
%{_prefix}/lib/gdm/gdm-*
%{_libdir}/bonobo/servers/*
%{_datadir}/gnome-2.0/ui/*
%exclude %{_prefix}/lib/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 +265,12 @@ fi
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/gdm/custom.conf
%files -n gnome-applets-gdm
%defattr(-,root,root)
%{_prefix}/lib/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