]> git.pld-linux.org Git - packages/slsnif.git/blob - slsnif.spec
- rel 1
[packages/slsnif.git] / slsnif.spec
1 Summary:        Serial line sniffer
2 Summary(pl.UTF-8):      Sniffer dla linii szeregowej
3 Name:           slsnif
4 Version:        0.4.4
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications
8 Source0:        http://dl.sourceforge.net/slsnif/%{name}-%{version}.tar.gz
9 # Source0-md5:  78eeff8ba36ee0c3a954ec0878d2a997
10 URL:            http://www.sourceforge.net/projects/slsnif/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 Serial line sniffer (slsnif). slsnif is a serial port logging utility.
15 It listens to the specified serial port and logs all data going
16 through this port in both directions.
17
18 %description -l pl.UTF-8
19 slsnif to narzędzie do logowania z portu szeregowego. Nasłuchuje na
20 określonym porcie i loguje wszystkie dane przechodzące przez ten port
21 w obu kierunkach.
22
23 %prep
24 %setup -q
25
26 %build
27 %configure
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 %{__make} install \
34         DESTDIR=$RPM_BUILD_ROOT
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc AUTHORS ChangeLog NEWS README TODO slsnifrc-example
42 %attr(755,root,root) %{_bindir}/*
43 %{_mandir}/man1/slsnif.1*
This page took 0.060245 seconds and 4 git commands to generate.