Accepting request 97429 from home:vuntz:branches:GNOME:Factory
tweak OBS-URL: https://build.opensuse.org/request/show/97429 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=196
This commit is contained in:
parent
56ac6a4e13
commit
a0193796ac
@ -1,7 +1,8 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 8 19:53:53 UTC 2011 - dimstar@opensuse.org
|
Thu Dec 8 19:53:53 UTC 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
- Split typelib file into typelib-1_0-GdmGreeter-1_0.
|
- 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
|
Fri Nov 4 14:23:29 UTC 2011 - dimstar@opensuse.org
|
||||||
|
34
gdm.spec
34
gdm.spec
@ -15,16 +15,15 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# 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
|
# 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
|
%define enable_split_authentication 0
|
||||||
|
|
||||||
Name: gdm
|
Name: gdm
|
||||||
|
Version: 3.2.0
|
||||||
|
Release: 0
|
||||||
|
Summary: The GNOME Display Manager
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Version: 3.2.0
|
|
||||||
Release: 1
|
|
||||||
Summary: The GNOME Display Manager
|
|
||||||
Url: http://projects.gnome.org/gdm/
|
Url: http://projects.gnome.org/gdm/
|
||||||
Source: http://download.gnome.org/sources/gdm/3.2/%{name}-%{version}.tar.bz2
|
Source: http://download.gnome.org/sources/gdm/3.2/%{name}-%{version}.tar.bz2
|
||||||
Source1: gdm.pamd
|
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.
|
providing graphical log-ins and managing local and remote displays.
|
||||||
|
|
||||||
%package -n libgdmgreeter1
|
%package -n libgdmgreeter1
|
||||||
License: GPL-2.0+
|
|
||||||
Summary: Client Library for Communicating with GDM Greeter Server
|
Summary: Client Library for Communicating with GDM Greeter Server
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Recommends: gdm
|
Recommends: gdm
|
||||||
@ -146,8 +144,18 @@ Recommends: gdm
|
|||||||
The GNOME Display Manager is a system service that is responsible for
|
The GNOME Display Manager is a system service that is responsible for
|
||||||
providing graphical log-ins and managing local and remote displays.
|
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
|
%package -n libgdmsimplegreeter1
|
||||||
License: GPL-2.0+
|
|
||||||
Summary: Library for GDM Simple Greeter Extensions
|
Summary: Library for GDM Simple Greeter Extensions
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Recommends: gdm
|
Recommends: gdm
|
||||||
@ -156,19 +164,9 @@ Recommends: gdm
|
|||||||
The GNOME Display Manager is a system service that is responsible for
|
The GNOME Display Manager is a system service that is responsible for
|
||||||
providing graphical log-ins and managing local and remote displays.
|
providing graphical log-ins and managing local and remote displays.
|
||||||
|
|
||||||
%package -n typelib-1_0-GdmGreeter-1_0
|
|
||||||
Summary: Library for GDM Simple Greeter Extensions
|
|
||||||
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.
|
|
||||||
|
|
||||||
%if %{enable_split_authentication}
|
%if %{enable_split_authentication}
|
||||||
|
|
||||||
%package simple-greeter-extensions
|
%package simple-greeter-extensions
|
||||||
|
|
||||||
License: GPL-2.0+
|
|
||||||
Summary: GDM Simple Greeter Extensions -- Fingerprint and Smartcard Support
|
Summary: GDM Simple Greeter Extensions -- Fingerprint and Smartcard Support
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Supplements: gdm
|
Supplements: gdm
|
||||||
@ -180,11 +178,11 @@ providing graphical log-ins and managing local and remote displays.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: GPL-2.0+
|
|
||||||
Summary: Libraries for GDM -- Development Files
|
Summary: Libraries for GDM -- Development Files
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
Requires: libgdmgreeter1 = %{version}
|
Requires: libgdmgreeter1 = %{version}
|
||||||
Requires: libgdmsimplegreeter1 = %{version}
|
Requires: libgdmsimplegreeter1 = %{version}
|
||||||
|
Requires: typelib-1_0-GdmGreeter-1_0 = %{version}
|
||||||
Provides: libgdmsimplegreeter-devel = %{version}
|
Provides: libgdmsimplegreeter-devel = %{version}
|
||||||
Obsoletes: libgdmsimplegreeter-devel < %{version}
|
Obsoletes: libgdmsimplegreeter-devel < %{version}
|
||||||
|
|
||||||
@ -193,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.
|
providing graphical log-ins and managing local and remote displays.
|
||||||
|
|
||||||
%package branding-upstream
|
%package branding-upstream
|
||||||
License: GPL-2.0+
|
|
||||||
Summary: The GNOME Display Manager -- Upstream default configuration
|
Summary: The GNOME Display Manager -- Upstream default configuration
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
@ -212,7 +209,6 @@ providing graphical log-ins and managing local and remote displays.
|
|||||||
This package provides the upstream default configuration for gdm.
|
This package provides the upstream default configuration for gdm.
|
||||||
|
|
||||||
%package -n gdmflexiserver
|
%package -n gdmflexiserver
|
||||||
License: GPL-2.0+
|
|
||||||
Summary: Gdmflexiserver Compatibility Wrapper for Display Managers
|
Summary: Gdmflexiserver Compatibility Wrapper for Display Managers
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Suggests: gdm
|
Suggests: gdm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user