]> git.pld-linux.org Git - SPECS.git/blob - sredird.spec
SPECS updated Sun 1 Aug 20:13:02 CEST 2021
[SPECS.git] / sredird.spec
1 Summary:        RFC 2217-compliant serial port redirector
2 Summary(pl.UTF-8):      Program przekierowujący port szeregowy zgodny z RFC 2217
3 Name:           sredird
4 Version:        2.2.2
5 Release:        1
6 License:        GPL
7 Group:          Networking
8 Source0:        ftp://metalab.unc.edu/pub/Linux/system/serial/%{name}-%{version}.tar.gz
9 # Source0-md5:  e541e4b1cb9fa8fc8ff0e76bb1127cda
10 URL:            http://www.ibiblio.org/pub/Linux/system/serial/!INDEX.html
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 sredird is a serial port redirector that is compliant with the RFC
15 2217 "Telnet Com Port Control Option" protocol. This protocol lets you
16 share a serial port through the network.
17
18 %description -l pl.UTF-8
19 sredird jest programem przekierowującym port szeregowy zgodnym z RFC
20 2217 (Telnet Com Port Control Option protocol). Protokół ten pozwala
21 na udostępnianie portu szeregowego przez sieć.
22
23 %prep
24 %setup -q
25
26 %build
27 %{__make} \
28         CC="%{__cc}" \
29         CFLAGS="%{rpmcflags}"
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT%{_sbindir}
34
35 install sredird $RPM_BUILD_ROOT%{_sbindir}
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc README
43 %attr(755,root,root) %{_sbindir}/*
This page took 0.047461 seconds and 3 git commands to generate.