]> git.pld-linux.org Git - packages/consd.git/blame - consd.spec
- up to 1.5.8
[packages/consd.git] / consd.spec
CommitLineData
07369127 1Summary: Virtual console management daemon
36d940a7 2Summary(pl.UTF-8): Zarządca wirtualnych konsol
cec89a30 3Name: consd
e68f5684 4Version: 1.5.8
cec89a30 5Release: 1
4dd311d1 6License: GPL
1b23fd8d 7Group: Daemons
cec89a30 8Source0: ftp://sunsite.unc.edu/pub/Linux/utils/console/%{name}-%{version}.tgz
e68f5684 9# Source0-md5: 6a18c17650286f9426d308b29a46e258
8a81d941 10BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
cec89a30 11
cec89a30 12%description
1b23fd8d
JB
13Virtual console management daemon - starts and kills gettys as needed
14(depending on the amount of currently idle gettys). Runs automatically
15in the background. Can coexist with gettys started by init. There's
16also a helper daemon that can display what process is running on the
17current console.
cec89a30 18
09edb94e
JR
19%description -l pl.UTF-8
20Jest to program zarządzający wirtualnymi konsolami - uruchamia i
21zabija getty w razie potrzeby (w zależności od ilości nieaktywnych
22getty). Działa automatycznie w tle. Może współistnieć z getty
23uruchomionymi przez inita. Zawiera także pomocniczego demona, który
24może wyświetlać, jaki proces jest uruchomiony na aktualnej konsoli.
cec89a30 25
26%prep
27%setup -q
cec89a30 28
29%build
08ea1945 30%{__make} \
31 CC="%{__cc}" CFLAGS="%{rpmcflags}"
cec89a30 32
33%install
34rm -rf $RPM_BUILD_ROOT
1b23fd8d
JB
35install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
36
37install consd consinfod $RPM_BUILD_ROOT%{_sbindir}
38install consd.8 consinfod.8 $RPM_BUILD_ROOT%{_mandir}/man8
39
cec89a30 40%clean
41rm -rf $RPM_BUILD_ROOT
42
43%files
44%defattr(644,root,root,755)
94b74221 45%doc Changelog README
1b23fd8d
JB
46%attr(755,root,root) %{_sbindir}/*
47%{_mandir}/man8/*.8*
This page took 0.053082 seconds and 4 git commands to generate.