Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Till Maas
fa99585055 2017-03-18: Retired orphaned package, because it was orphaned for
more than six weeks.
2017-03-18 22:57:51 +01:00
4 changed files with 3 additions and 70 deletions

1
.gitignore vendored
View file

@ -1 +0,0 @@
/xlogin-97667d7efe826c762d2b789ad5afc2c2516e44da.tar.gz

3
dead.package Normal file
View file

@ -0,0 +1,3 @@
2017-03-18: Retired orphaned package, because it was orphaned for
more than six weeks.

View file

@ -1 +0,0 @@
91b8d800dbf116b69fc27530189554d4 xlogin-97667d7efe826c762d2b789ad5afc2c2516e44da.tar.gz

View file

@ -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 <releng@fedoraproject.org> - 0-0.2.20160114git97667d7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Thu Jan 14 2016 Raphael Groner <projects.rg@smart.ms> 0-0.1.20160114git97667d7
- initial