File slsnif.spec of Package slsnif
Name: slsnif
# List of additional build dependencies
#BuildRequires: gcc-c++ libxml2-devel
Version: 0.4.4
Release: 0
Summary: Serial line sniffer
License: GPL-2.0-or-later
Group: Development/Tools/Other
Source: slsnif-0.4.4.tar.gz
Patch0: slsnif-compiling_fixes.patch
%description
Serial line sniffer (slsnif). slsnif is a serial port logging utility.
It listens to the specified serial port and logs all data going
through this port in both directions.
%prep
%autosetup -p1
%build
%configure
%make_build
%install
%make_install
%files
%{_bindir}/*
%{_mandir}/man1/*
%changelog