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