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