Accepting request 99013 from GNOME:Factory
Pushing G:F OBS-URL: https://build.opensuse.org/request/show/99013 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdm?expand=0&rev=134
This commit is contained in:
commit
6f3e78336f
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 8 19:53:53 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- Split typelib file into typelib-1_0-GdmGreeter-1_0 subpackage.
|
||||
- Add typelib-1_0-GdmGreeter-1_0 Requires to devel subpackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 4 14:23:29 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
|
29
gdm.spec
29
gdm.spec
@ -15,16 +15,15 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
# FIXME: need to check what should be done to enable this (at least adapt the pam files). See bnc#699999
|
||||
%define enable_split_authentication 0
|
||||
|
||||
Name: gdm
|
||||
Version: 3.2.0
|
||||
Release: 0
|
||||
Summary: The GNOME Display Manager
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/GNOME
|
||||
Version: 3.2.0
|
||||
Release: 1
|
||||
Summary: The GNOME Display Manager
|
||||
Url: http://projects.gnome.org/gdm/
|
||||
Source: http://download.gnome.org/sources/gdm/3.2/%{name}-%{version}.tar.bz2
|
||||
Source1: gdm.pamd
|
||||
@ -137,7 +136,6 @@ The GNOME Display Manager is a system service that is responsible for
|
||||
providing graphical log-ins and managing local and remote displays.
|
||||
|
||||
%package -n libgdmgreeter1
|
||||
License: GPL-2.0+
|
||||
Summary: Client Library for Communicating with GDM Greeter Server
|
||||
Group: System/Libraries
|
||||
Recommends: gdm
|
||||
@ -146,8 +144,18 @@ Recommends: gdm
|
||||
The GNOME Display Manager is a system service that is responsible for
|
||||
providing graphical log-ins and managing local and remote displays.
|
||||
|
||||
%package -n typelib-1_0-GdmGreeter-1_0
|
||||
Summary: Client Library for Communicating with GDM Greeter Server -- Introspection bindings
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n typelib-1_0-GdmGreeter-1_0
|
||||
The GNOME Display Manager is a system service that is responsible for
|
||||
providing graphical log-ins and managing local and remote displays.
|
||||
|
||||
This package provides the GObject Introspection bindings for
|
||||
communicating with the GDM greeter server.
|
||||
|
||||
%package -n libgdmsimplegreeter1
|
||||
License: GPL-2.0+
|
||||
Summary: Library for GDM Simple Greeter Extensions
|
||||
Group: System/Libraries
|
||||
Recommends: gdm
|
||||
@ -159,8 +167,6 @@ providing graphical log-ins and managing local and remote displays.
|
||||
%if %{enable_split_authentication}
|
||||
|
||||
%package simple-greeter-extensions
|
||||
|
||||
License: GPL-2.0+
|
||||
Summary: GDM Simple Greeter Extensions -- Fingerprint and Smartcard Support
|
||||
Group: System/Libraries
|
||||
Supplements: gdm
|
||||
@ -172,11 +178,11 @@ providing graphical log-ins and managing local and remote displays.
|
||||
%endif
|
||||
|
||||
%package devel
|
||||
License: GPL-2.0+
|
||||
Summary: Libraries for GDM -- Development Files
|
||||
Group: Development/Libraries/GNOME
|
||||
Requires: libgdmgreeter1 = %{version}
|
||||
Requires: libgdmsimplegreeter1 = %{version}
|
||||
Requires: typelib-1_0-GdmGreeter-1_0 = %{version}
|
||||
Provides: libgdmsimplegreeter-devel = %{version}
|
||||
Obsoletes: libgdmsimplegreeter-devel < %{version}
|
||||
|
||||
@ -185,7 +191,6 @@ The GNOME Display Manager is a system service that is responsible for
|
||||
providing graphical log-ins and managing local and remote displays.
|
||||
|
||||
%package branding-upstream
|
||||
License: GPL-2.0+
|
||||
Summary: The GNOME Display Manager -- Upstream default configuration
|
||||
Group: System/GUI/GNOME
|
||||
Requires: %{name} = %{version}
|
||||
@ -204,7 +209,6 @@ providing graphical log-ins and managing local and remote displays.
|
||||
This package provides the upstream default configuration for gdm.
|
||||
|
||||
%package -n gdmflexiserver
|
||||
License: GPL-2.0+
|
||||
Summary: Gdmflexiserver Compatibility Wrapper for Display Managers
|
||||
Group: System/GUI/GNOME
|
||||
Suggests: gdm
|
||||
@ -413,6 +417,9 @@ fi
|
||||
%files -n libgdmgreeter1
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libgdmgreeter.so.*
|
||||
|
||||
%files -n typelib-1_0-GdmGreeter-1_0
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/girepository-1.0/GdmGreeter-1.0.typelib
|
||||
|
||||
%files -n libgdmsimplegreeter1
|
||||
|
Loading…
x
Reference in New Issue
Block a user