File lightdm.spec of Package lightdm
#
# spec file for package lightdm
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2011 Guido Berhoerster.
#
# 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/
#
%define gobject_libname lightdm-gobject-1
%define gobject_lib lib%{gobject_libname}-0
%define qt_libname lightdm-qt-3
%define qt_lib lib%{qt_libname}-0
%define qt5_libname lightdm-qt5-3
%define qt5_lib lib%{qt5_libname}-0
%define typelibname typelib-1_0-LightDM-1
%define rundir /run
Name: lightdm
Version: 1.15.0
Release: 0
Summary: Lightweight, Cross-desktop Display Manager
License: GPL-3.0+
Group: System/X11/Displaymanagers
Url: http://www.freedesktop.org/wiki/Software/LightDM
Source0: https://launchpad.net/lightdm/1.15/%{version}/+download/%{name}-%{version}.tar.xz
Source1: %{name}-greeter.pamd
Source2: X11-displaymanagers-%{name}
Source3: gdmflexiserver
Source4: 50-suse-defaults.conf
Source5: users.conf
Source100: %{name}-rpmlintrc
# PATCH-FEATURE-OPENSUSE lightdm-sysconfig-support.patch gber@opensuse.org -- Adds support for reading configuration options from /etc/sysconfig/displaymanager and /etc/sysconfig/windowmanager
Patch0: lightdm-sysconfig-support.patch
# PATCH-FEATURE-OPENSUSE lightdm-xauthlocalhostname-support.patch bnc#796230 gber@opensuse.org -- Set XAUTHLOCALHOSTNAME to the hostname for local logins to avoid issues in the session in case the hostname changes
Patch1: lightdm-xauthlocalhostname-support.patch
# PATCH-FEATURE-OPENSUSE lightdm-set-gdmflexiserver-envvar.patch gber@opensuse.org -- Sets the GDMFLEXISERVER environment variable for the gdmflexiserver wrapper
Patch2: lightdm-set-gdmflexiserver-envvar.patch
# PATCH-FIX-OPENSUSE lightdm-disable-utmp-handling.patch gber@opensuse.org -- Disable utmp handling since this is handled in the Xstartup/Xreset scripts
Patch5: lightdm-disable-utmp-handling.patch
# PATCH-FIX-OPENSUSE lightdm-use-run-dir.patch gber@opensuse.org -- Use /run instead of /var/run
Patch6: lightdm-use-run-dir.patch
BuildRequires: gcc-c++
BuildRequires: gnome-common
BuildRequires: intltool
BuildRequires: libgcrypt-devel
BuildRequires: pam-devel
BuildRequires: xdm
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gio-unix-2.0)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gtk-doc)
BuildRequires: pkgconfig(libxklavier)
BuildRequires: pkgconfig(QtCore)
BuildRequires: pkgconfig(QtDBus)
BuildRequires: pkgconfig(QtGui)
%if 0%{?suse_version} >= 1310
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(Qt5Gui)
%endif
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcb)
BuildRequires: pkgconfig(xdmcp)
Requires: gdmflexiserver
# 3rd party greeters don't have to follow
# the same versioning of lightdm
Requires: lightdm-greeter
# uses pam configuration and relies on scripts provided by xdm
Requires: xdm
Requires(pre): pwdutils
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
LightDM is a lightweight, cross-desktop display manager. Its main features are
a well-defined greeter API allowing multiple GUIs, support for all display
manager use cases, with plugins where appropriate, low code complexity, and
fast performance. Due to its cross-platform nature greeters can be written in
several toolkits such as Qt and GTK.
%lang_package
%package -n %{gobject_lib}
Summary: LightDM GObject-based Client Library
License: LGPL-2.0 or LGPL-3.0
Group: System/Libraries
Recommends: accountsservice
%description -n %{gobject_lib}
A GObject-based library for LightDM clients to use to interface with LightDM.
%package gobject-devel
Summary: Development Files for %{gobject_lib}
License: LGPL-2.0 or LGPL-3.0
Group: Development/Libraries/C and C++
Requires: %{gobject_lib} = %{version}
%description gobject-devel
This package contains development files needed for developing GObject-based
LightDM clients.
%package -n %{typelibname}
Summary: GObject Introspection Bindings for the LightDM Client Library
License: LGPL-2.0 or LGPL-3.0
Group: System/Libraries
%description -n %{typelibname}
This package contains the GObject Introspection bindings for the LightDM client
library.
%package -n %{qt_lib}
Summary: LightDM Qt-based Client Library
License: LGPL-2.0 or LGPL-3.0
Group: System/Libraries
%description -n %{qt_lib}
A Qt-based library for LightDM clients to use to interface with LightDM.
%package qt-devel
Summary: Development Files for %{qt_lib}
License: LGPL-2.0 or LGPL-3.0
Group: Development/Libraries/C and C++
Requires: %{qt_lib} = %{version}
%description qt-devel
This package contains development files needed for developing Qt-based
LightDM clients.
%if 0%{?suse_version} >= 1310
%package -n %{qt5_lib}
License: LGPL-2.0 or LGPL-3.0
Summary: LightDM Qt5-based Client Library
Group: System/Libraries
%description -n %{qt5_lib}
A Qt5-based library for LightDM clients to use to interface with LightDM.
%package qt5-devel
Summary: Development Files for %{qt5_lib}
License: LGPL-2.0 or LGPL-3.0
Group: Development/Libraries/C and C++
Requires: %{qt5_lib} = %{version}
%description qt5-devel
This package contains development files needed for developing Qt5-based
LightDM clients.
%endif
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch5 -p1
%patch6 -p1
%build
%if 0%{?suse_version} >= 1310
export MOC4='%{_bindir}/moc'
export MOC5='%{_libqt5_bindir}/moc'
%endif
bash ./autogen.sh
%configure \
--libexecdir=%{_libexecdir} \
--disable-static \
--enable-gtk-doc \
--with-user-session=twm \
--with-greeter-session=lightdm-default-greeter \
--with-greeter-user=lightdm
make %{?_smp_mflags} V=1
%install
%make_install
find %{buildroot} -type f -name "*.la" -delete -print
# configuration is delivered in %%{_datadir}/lightdm/lightdm.conf.d
rm %{buildroot}%{_sysconfdir}/lightdm/lightdm.conf
# upstart configuration is not needed
rm -rf %{buildroot}%{_sysconfdir}/init/
# there is no guest session support in openSUSE
rm -rf %{buildroot}%{_sysconfdir}/apparmor.d/
rm -rf %{buildroot}%{_libexecdir}/lightdm-guest-session
# these are useless stubs for now
rm -rf %{buildroot}%{_datadir}/help/
# xdm and xdm-np are used instead
rm %{buildroot}%{_sysconfdir}/pam.d/lightdm \
%{buildroot}%{_sysconfdir}/pam.d/lightdm-autologin
ln -sf %{_sysconfdir}/pam.d/xdm %{buildroot}%{_sysconfdir}/pam.d/lightdm
ln -sf %{_sysconfdir}/pam.d/xdm-np %{buildroot}%{_sysconfdir}/pam.d/lightdm-autologin
ln data/lightdm.conf data/lightdm.conf.example
install -d %{buildroot}%{_sysconfdir}/xdg/lightdm/lightdm.conf.d
install -d %{buildroot}%{_datadir}/lightdm/greeters
install -d %{buildroot}%{_datadir}/lightdm/lightdm.conf.d
install -d %{buildroot}%{_datadir}/lightdm/remote-sessions
install -d %{buildroot}%{_datadir}/lightdm/sessions
install -d %{buildroot}%{_datadir}/xgreeters
install -d %{buildroot}%{_localstatedir}/cache/lightdm
install -d %{buildroot}%{_localstatedir}/lib/lightdm
install -d %{buildroot}%{_localstatedir}/lib/lightdm-data
install -d %{buildroot}%{_localstatedir}/log/lightdm
install -d %{buildroot}%{rundir}/lightdm
install -D -m 644 -p %{SOURCE1} %{buildroot}%{_sysconfdir}/pam.d/lightdm-greeter
install -D -m 644 -p %{SOURCE2} %{buildroot}%{_libexecdir}/X11/displaymanagers/lightdm
install -D -m 755 -p %{SOURCE3} %{buildroot}%{_libexecdir}/lightdm/gdmflexiserver
install -D -m 644 -p %{SOURCE4} %{buildroot}%{_datadir}/lightdm/lightdm.conf.d/50-suse-defaults.conf
install -D -m 644 -p %{SOURCE5} %{buildroot}%{_sysconfdir}/lightdm/users.conf
%find_lang %{name} %{?no_lang_C}
%pre
%{_sbindir}/groupadd -r lightdm 2> /dev/null || :
%{_sbindir}/useradd -r -g lightdm -s /bin/false -c "LightDM daemon" \
-d %{_localstatedir}/lib/lightdm lightdm 2> /dev/null || :
%post
. /etc/sysconfig/displaymanager
if [ "$DISPLAYMANAGER" == "" ] ; then
sed -i 's/^DISPLAYMANAGER=""/DISPLAYMANAGER="lightdm"/' /etc/sysconfig/displaymanager
fi
%postun
if [ "$1" -eq 0 ]; then
. /etc/sysconfig/displaymanager
if [ "$DISPLAYMANAGER" == "lightdm" ] ; then
sed -i 's/^DISPLAYMANAGER="lightdm"/DISPLAYMANAGER=""/' /etc/sysconfig/displaymanager
fi
fi
%post -n %{gobject_lib} -p /sbin/ldconfig
%postun -n %{gobject_lib} -p /sbin/ldconfig
%post -n %{qt_lib} -p /sbin/ldconfig
%postun -n %{qt_lib} -p /sbin/ldconfig
%if 0%{?suse_version} >= 1310
%post -n %{qt5_lib} -p /sbin/ldconfig
%postun -n %{qt5_lib} -p /sbin/ldconfig
%endif
%files
%defattr(-,root,root,-)
%doc COPYING.GPL3 NEWS data/lightdm.conf.example
%{_bindir}/dm-tool
%{_sbindir}/lightdm
%dir %{_libexecdir}/lightdm/
%{_libexecdir}/%{name}/gdmflexiserver
%dir %{_sysconfdir}/xdg/lightdm/
%dir %{_sysconfdir}/xdg/lightdm/lightdm.conf.d/
%dir %{_sysconfdir}/lightdm/
%config(noreplace) %{_sysconfdir}/lightdm/users.conf
%config(noreplace) %{_sysconfdir}/lightdm/keys.conf
%config %{_sysconfdir}/pam.d/lightdm
%config %{_sysconfdir}/pam.d/lightdm-autologin
%config %{_sysconfdir}/pam.d/lightdm-greeter
%config %{_sysconfdir}/dbus-1/system.d/org.freedesktop.DisplayManager.conf
%dir %{_libexecdir}/X11/displaymanagers/
%{_libexecdir}/X11/displaymanagers/lightdm
%{_datadir}/lightdm
%dir %{_datadir}/bash-completion/
%dir %{_datadir}/bash-completion/completions/
%{_datadir}/bash-completion/completions/dm-tool
%{_datadir}/bash-completion/completions/lightdm
%dir %{_datadir}/xgreeters/
%ghost %attr(711,lightdm,lightdm) %dir %{rundir}/lightdm
%attr(750,lightdm,lightdm) %dir %{_localstatedir}/log/lightdm
%attr(750,lightdm,lightdm) %dir %{_localstatedir}/lib/lightdm
%attr(750,lightdm,lightdm) %dir %{_localstatedir}/lib/lightdm-data
%ghost %attr(711,root,root) %dir %{_localstatedir}/cache/lightdm
%{_mandir}/man1/lightdm.1*
%{_mandir}/man1/dm-tool.1*
%files lang -f %{name}.lang
%defattr(-,root,root)
%files -n %{gobject_lib}
%defattr(-,root,root,-)
%doc COPYING.LGPL2 COPYING.LGPL3
%{_libdir}/lib%{gobject_libname}.so.*
%files gobject-devel
%defattr(-,root,root,-)
%{_libdir}/lib%{gobject_libname}.so
%{_libdir}/pkgconfig/lib%{gobject_libname}.pc
%{_includedir}/%{gobject_libname}/
%{_datadir}/gir-1.0/LightDM-1.gir
%dir %{_datadir}/vala
%dir %{_datadir}/vala/vapi
%{_datadir}/vala/vapi/liblightdm-gobject-1.vapi
%doc %{_datadir}/gtk-doc/html/%{gobject_libname}/
%files -n %{typelibname}
%defattr(-,root,root,-)
%{_libdir}/girepository-1.0/LightDM-1.typelib
%files -n %{qt_lib}
%defattr(-,root,root,-)
%doc COPYING.LGPL2 COPYING.LGPL3
%{_libdir}/lib%{qt_libname}.so.*
%files qt-devel
%defattr(-,root,root,-)
%{_libdir}/lib%{qt_libname}.so
%{_libdir}/pkgconfig/lib%{qt_libname}.pc
%{_includedir}/%{qt_libname}/
%if 0%{?suse_version} >= 1310
%files -n %{qt5_lib}
%defattr(-,root,root,-)
%doc COPYING.LGPL2 COPYING.LGPL3
%{_libdir}/lib%{qt5_libname}.so.*
%files qt5-devel
%defattr(-,root,root,-)
%{_libdir}/lib%{qt5_libname}.so
%{_libdir}/pkgconfig/lib%{qt5_libname}.pc
%{_includedir}/%{qt5_libname}/
%endif
%changelog