]> git.pld-linux.org Git - packages/conserver.git/blob - conserver.spec
cc56ebdc3e2460c137d8bfb8c6f85902ca8c3edf
[packages/conserver.git] / conserver.spec
1 Summary:        Console server
2 Summary(pl):    Serwer konsoli
3 Name:           conserver
4 Version:        8.1.0
5 Release:        0.1
6 License:        BSD-like
7 Group:          Daemons
8 Source0:        http://www.conserver.com/%{name}-%{version}.tar.gz
9 # Source0-md5:  -
10 URL:            http://www.conserver.com/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 Conserver is an application that allows multiple users to watch a
15 serial console at the same time.  It can log the data, allows users
16 to take write-access of a console (one at a time), and has a
17 variety of bells and whistles to accentuate that basic
18 functionality.
19
20 %description -l pl
21 Conserver jest aplikacj± która umo¿liwia kilku u¿ytkownikom naraz
22 ogl±daæ logi na konsoli szeregowej. Mo¿e zapisywaæ zebrane dane, pozwalaæ
23 u¿ytkownikom na pe³ne korzystanie z konsoli (ale tylko jednemu naraz),
24 oraz posiada mnóstwo dodatków rozszerzaj±cych tê podstawow±
25 funkcjonalno¶æ.
26
27 %prep
28 %setup -q
29
30 %build
31 %{__aclocal}
32 %{__autoconf}
33 %{__autoheader}
34 %configure
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42 mv $RPM_BUILD_ROOT%{_datadir}/examples/conserver examples
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %pre
48
49 %post
50
51 %preun
52
53 %postun
54
55 %files
56 %defattr(644,root,root,755)
57 %doc CHANGES FAQ README TODO
58 %doc examples LICENSE
59 %attr(755,root,root) %{_bindir}/*
60 %attr(755,root,root) %{_sbindir}/*
61 %{_mandir}/man*/*
This page took 0.024045 seconds and 2 git commands to generate.