Stefan Dirsch
0263fd5e6f
- Move forward to systemd, that is use a real service unit file (bnc#869260) OBS-URL: https://build.opensuse.org/request/show/226983 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xdm?expand=0&rev=62
232 lines
6.5 KiB
RPMSpec
232 lines
6.5 KiB
RPMSpec
#
|
|
# spec file for package xdm
|
|
#
|
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
#
|
|
# 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/
|
|
#
|
|
|
|
|
|
%if 0%{?suse_version} > 1220
|
|
%define with_systemd 1
|
|
%else
|
|
%define with_systemd 0
|
|
%endif
|
|
|
|
%define _dminitdir %{_libexecdir}/X11/displaymanagers
|
|
|
|
%if 0%{?suse_version} < 01210
|
|
%define dm_fallbacks 1
|
|
%else
|
|
%define dm_fallbacks 0
|
|
%endif
|
|
|
|
Name: xdm
|
|
Version: 1.1.10
|
|
Release: 0
|
|
Summary: X Display Manager
|
|
License: MIT
|
|
Group: System/X11/Utilities
|
|
Url: http://xorg.freedesktop.org/
|
|
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
|
Source1: xdm.tar.bz2
|
|
Source2: HOWTO.xdm
|
|
Source3: xdm-fallbacks.tar.bz2
|
|
Source4: display-manager.service
|
|
%if !%with_systemd
|
|
Patch0: xdm-consolekit.diff
|
|
%endif
|
|
Patch1: xdm-tolerant-hostname-changes.diff
|
|
Patch2: U_xdm_config-AC_LIBTOOL_DLOPEN-is-required-for-dynamic-lin.patch
|
|
Patch3: U_xdm_config-use-libtool-export-dynamic-option-for-reverse.patch
|
|
Patch4: U_xdm_Fix-missing-linking-dependency-on-ldl.patch
|
|
%if 0%{?suse_version} >= 01140 && 0%{?suse_version} < 1320
|
|
# Needed to create the man page symlink to init.d
|
|
BuildRequires: aaa_base-extras
|
|
%endif
|
|
# needed for patch0, patch2, patch3, patch4
|
|
BuildRequires: libtool
|
|
BuildRequires: pam-devel
|
|
BuildRequires: pkg-config
|
|
BuildRequires: pkgconfig(x11)
|
|
BuildRequires: pkgconfig(xau)
|
|
BuildRequires: pkgconfig(xaw7)
|
|
BuildRequires: pkgconfig(xdmcp)
|
|
BuildRequires: pkgconfig(xext)
|
|
BuildRequires: pkgconfig(xft)
|
|
BuildRequires: pkgconfig(xinerama)
|
|
BuildRequires: pkgconfig(xmu)
|
|
BuildRequires: pkgconfig(xorg-macros) >= 1.4
|
|
BuildRequires: pkgconfig(xpm)
|
|
BuildRequires: pkgconfig(xt)
|
|
BuildRequires: pkgconfig(xtrans)
|
|
%if !%with_systemd
|
|
BuildRequires: ConsoleKit-devel
|
|
Requires: ConsoleKit
|
|
%else
|
|
BuildRequires: systemd-rpm-macros
|
|
%{?systemd_requires}
|
|
%endif
|
|
Requires: /sbin/pidof
|
|
Requires: logrotate
|
|
Requires: sessreg
|
|
Requires: xrdb
|
|
Requires: xterm
|
|
Recommends: dbus-1-x11
|
|
# This was part of the xorg-x11 package up to version 7.6
|
|
Conflicts: xorg-x11 <= 7.6
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
%if !%with_systemd
|
|
%define _unitdir /usr/lib/systemd/system
|
|
%endif
|
|
|
|
%description
|
|
Xdm manages a collection of X displays, which may be on the local host
|
|
or remote servers.
|
|
|
|
%prep
|
|
%setup -q
|
|
cp %{SOURCE2} .
|
|
%if !%with_systemd
|
|
%patch0 -p1
|
|
%endif
|
|
%patch1 -p1
|
|
%patch2 -p1
|
|
%patch3 -p1
|
|
%patch4 -p1
|
|
# needed for patch0, patch2, patch3, patch4
|
|
autoreconf -fi
|
|
|
|
%build
|
|
%configure \
|
|
--disable-static \
|
|
--with-pam \
|
|
--with-xdmconfigdir=%{_sysconfdir}/X11/xdm \
|
|
--with-xdmscriptdir=%{_sysconfdir}/X11/xdm
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
%make_install
|
|
# Not used anymore by SuSE
|
|
rm %{buildroot}%{_sysconfdir}/X11/xdm/{GiveConsole,TakeConsole,Xsetup_0}
|
|
|
|
pushd %{buildroot}
|
|
# SuSE default XDM configuration
|
|
tar xf %{SOURCE1}
|
|
%if %dm_fallbacks
|
|
tar xf %{SOURCE3}
|
|
%endif
|
|
%ifarch s390 s390x
|
|
sed -i -e "s+DISPLAYMANAGER_REMOTE_ACCESS=.*+DISPLAYMANAGER_REMOTE_ACCESS=\"yes\"+g" \
|
|
-e "s+DISPLAYMANAGER_REMOTE_ACCESS=.*+DISPLAYMANAGER_REMOTE_ACCESS=\"no\"+g" \
|
|
var/adm/fillup-templates/sysconfig.displaymanager
|
|
%endif
|
|
popd
|
|
|
|
# Correct location (FHS-2.1)
|
|
ln -s %{_localstatedir}/lib/xdm/authdir %{buildroot}%{_sysconfdir}/X11/xdm/authdir
|
|
# bnc#223734
|
|
rm %{buildroot}%{_libdir}/X11/xdm/libXdmGreet.la
|
|
# for FHS compliance (bnc#21857)
|
|
mv %{buildroot}%{_libdir}/X11/xdm/chooser %{buildroot}%{_bindir}
|
|
# fdo#35868 (closed INVALID, but because of above fix, we want it)
|
|
ln -s xdm.1%{?ext_man} %{buildroot}%{_mandir}/man1/chooser.1%{?ext_man}
|
|
%if 0%{?suse_version} < 1320
|
|
# missing manual page
|
|
mkdir -p %{buildroot}%{_mandir}/man8
|
|
ln -s ../man7/init.d.7%{?ext_man} %{buildroot}%{_mandir}/man8/rcxdm.8%{?ext_man}
|
|
ln -sf %{_sysconfdir}/init.d/xdm %{buildroot}%{_sbindir}/rcxdm
|
|
%else
|
|
rm -f %{buildroot}%{_sbindir}/rcxdm
|
|
install -D %{S:4} -m 0644 %{buildroot}%{_unitdir}/display-manager.service
|
|
ln -sf service %{buildroot}%{_sbindir}/rcdisplay-manager
|
|
cat > %{buildroot}%{_sbindir}/rcxdm <<-'EOF'
|
|
#!/bin/bash
|
|
exec -a rcdisplay-manager %{_sbindir}/rcdisplay-manager ${1+"$@"}
|
|
EOF
|
|
chmod 0755 %{buildroot}%{_sbindir}/rcxdm
|
|
%endif
|
|
|
|
# Note:
|
|
# no %%stop_on_removal in %%preun
|
|
# no %%restart_on_update in %%postun
|
|
# => we don't want to end an existing session
|
|
|
|
%post
|
|
%if 0%{?suse_version} < 1320
|
|
%{fillup_and_insserv -Y xdm}
|
|
%else
|
|
%service_add_post display-manager.service
|
|
%endif
|
|
%{fillup_only -n displaymanager}
|
|
|
|
%postun
|
|
%if 0%{?suse_version} < 1320
|
|
%{insserv_cleanup}
|
|
%else
|
|
%service_del_postun display-manager.service
|
|
%endif
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc AUTHORS ChangeLog COPYING README
|
|
%doc HOWTO.xdm
|
|
%dir %{_dminitdir}
|
|
%{_dminitdir}/xdm
|
|
%if %dm_fallbacks
|
|
%{_dminitdir}/entrance.fallback
|
|
%{_dminitdir}/gdm.fallback
|
|
%{_dminitdir}/kdm.fallback
|
|
%{_dminitdir}/lxdm.fallback
|
|
%{_dminitdir}/slim.fallback
|
|
%{_dminitdir}/wdm.fallback
|
|
%endif
|
|
%config %{_sysconfdir}/X11/xdm/
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/xdmcp
|
|
%if 0%{?suse_version} < 1320
|
|
%{_sysconfdir}/init.d/xdm
|
|
%exclude %{_libexecdir}/X11/display-manager
|
|
%else
|
|
%exclude %{_sysconfdir}/init.d/xdm
|
|
%{_unitdir}/display-manager.service
|
|
%{_libexecdir}/X11/display-manager
|
|
%endif
|
|
%config %{_sysconfdir}/logrotate.d/xdm
|
|
%config %{_sysconfdir}/pam.d/xdm
|
|
%config %{_sysconfdir}/pam.d/xdm-np
|
|
%dir %{_localstatedir}/lib/xdm/
|
|
%{_localstatedir}/adm/fillup-templates/sysconfig.displaymanager
|
|
%{_localstatedir}/lib/xdm/authdir/
|
|
%ghost %{_localstatedir}/log/xdm.errors
|
|
%ghost %{_localstatedir}/run/xdm.pid
|
|
%{_bindir}/chooser
|
|
%{_bindir}/xdm
|
|
%{_bindir}/xdmshell
|
|
%{_sbindir}/rcxdm
|
|
%if 0%{?suse_version} >= 1320
|
|
%{_sbindir}/rcdisplay-manager
|
|
%endif
|
|
%{_libdir}/X11/xdm/
|
|
%dir %{_datadir}/X11/app-defaults
|
|
%{_datadir}/X11/app-defaults/Chooser
|
|
%{_mandir}/man1/chooser.1%{?ext_man}
|
|
%{_mandir}/man1/xdm.1%{?ext_man}
|
|
%if 0%{?suse_version} < 1320
|
|
%{_mandir}/man8/rcxdm.8%{?ext_man}
|
|
%endif
|
|
%ifnarch %ix86
|
|
%dir %{_libdir}/X11
|
|
%endif
|
|
|
|
%changelog
|