From fa99585055cc9e0a099e06d9d9da4aef90469008 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Sat, 18 Mar 2017 22:57:51 +0100 Subject: [PATCH] 2017-03-18: Retired orphaned package, because it was orphaned for more than six weeks. --- .gitignore | 1 - dead.package | 3 +++ sources | 1 - xlogin.spec | 68 ---------------------------------------------------- 4 files changed, 3 insertions(+), 70 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 xlogin.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index bde5f03..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/xlogin-97667d7efe826c762d2b789ad5afc2c2516e44da.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..de64677 --- /dev/null +++ b/dead.package @@ -0,0 +1,3 @@ +2017-03-18: Retired orphaned package, because it was orphaned for +more than six weeks. + diff --git a/sources b/sources deleted file mode 100644 index 77aa5cc..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -91b8d800dbf116b69fc27530189554d4 xlogin-97667d7efe826c762d2b789ad5afc2c2516e44da.tar.gz diff --git a/xlogin.spec b/xlogin.spec deleted file mode 100644 index ea81ae1..0000000 --- a/xlogin.spec +++ /dev/null @@ -1,68 +0,0 @@ -%global commit0 97667d7efe826c762d2b789ad5afc2c2516e44da -%global c0date 20160114 - -Name: xlogin -Version: 0 -Release: 0.2.%{c0date}git%(c=%{commit0}; echo ${c:0:7})%{?dist} -Summary: Automatic X login service for systemd - -License: BSD -URL: https://github.com/joukewitteveen/%{name} -Source0: %{url}/archive/%{commit0}.tar.gz#/%{name}-%{commit0}.tar.gz - -BuildArch: noarch - -BuildRequires: systemd-units - -# runtime -Requires(post): systemd -Requires(preun): systemd -Requires(postun): systemd -Requires: systemd - -# we place additional configuration for X11 -Requires: xorg-x11-xinit - -%description -The files in this package make it possible to login -to X without a desktop manager. - - -%prep -%setup -qn%{name}-%{commit0} -# upstream issue #8 -sed -i -r 's,Description=.*,\0\nDocumentation=file:%{_pkgdocdir}/README,' *.service* - -%build - -%install -%make_install - - -# Caution: mind the star for an unknown user name -# FIXME can we run more than one user service with the same tty? -%post -%systemd_post %{name}@.service - -%preun -%systemd_preun %{name}@*.service - -%postun -%systemd_postun %{name}@*.service - - -%files -%license LICENSE -%doc README -%{_bindir}/x-daemon -%{_unitdir}/x@.service -%{_unitdir}/%{name}@.service -%config(noreplace) %{_sysconfdir}/X11/xinit/xinitrc.d/25-%{name} - - -%changelog -* Sat Feb 11 2017 Fedora Release Engineering - 0-0.2.20160114git97667d7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Thu Jan 14 2016 Raphael Groner 0-0.1.20160114git97667d7 -- initial