Files
microcom/microcom.spec
Dirk Mueller fe5026e867 - Updat to version 2023.09.0.0
* use flock(2) instead of POSIX locking
  * A new command sendescape to send a Ctrl-\. This makes it possible to drive a nested microcom instance.
  * Several fixes, e.g. consistently use LFS and improve on rfc2217 subnegotiation handling

OBS-URL: https://build.opensuse.org/package/show/Base:System/microcom?expand=0&rev=7
2024-10-25 15:01:12 +00:00

56 lines
1.5 KiB
RPMSpec

#
# spec file for package microcom
#
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: microcom
Version: 2023.09.0.0
Release: 0
Summary: Minimalistic terminal program
License: GPL-2.0-only
Group: System/Console
URL: https://github.com/pengutronix/microcom.git
Source0: microcom-%{version}.tar
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: readline-devel
%description
microcom is a minimalistic terminal program for communicating with devices over
a serial connection (e.g. embedded systems, switches, modems). It features
connection via RS232 serial interfaces (including setting of transfer rates) as
well as in "Telnet mode" as specified in [RFC 2217].
[RFC 2217]: https://tools.ietf.org/html/rfc2217
%prep
%setup -q
%build
autoreconf -i
%configure
%make_build
%install
%make_install
%files
%{_mandir}/man1/microcom.1%{?ext_man}
%license COPYING
%{_bindir}/microcom
%changelog