Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37542534
en ru br
ALT Linux repos
S:0.23-alt1_1

Group :: System/Libraries
RPM: libtelnet

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Group: System/Libraries
%add_optflags %optflags_shared
# see https://bugzilla.altlinux.org/show_bug.cgi?id=10382
%define _localstatedir %{_var}
Name:       libtelnet
Version:    0.23
Release:    alt1_1
Summary:    TELNET protocol parsing framework
License:    Public Domain
URL:        http://github.com/seanmiddleditch/libtelnet

Source0:    %{url}/releases/download/%{version}/%{name}-%{version}.tar.gz

BuildRequires:  doxygen
BuildRequires:  gcc
BuildRequires:  zlib-devel
Source44: import.info

%description
Small library for parsing the TELNET protocol, responding to TELNET commands via
an event interface, and generating valid TELNET commands.

libtelnet includes support for the non-official MCCP, MCCP2, ZMP, and MSSP
protocols used by MUD servers and clients.

%package devel
Group: Development/Other
Summary:    Header files for libtelnet
Requires:   pkgconfig

%description devel
Header files for developing applications making use of %{name}.

%package utils
Group: Networking/WWW
Summary:    TELNET utility programs from libtelnet

%description utils
Provides three utilities based on the libtelnet library.
 * telnet-proxy - a TELNET proxy and debugging daemon
 * telnet-client - simple TELNET client
 * telnet-chatd - no-features chat server for testing TELNET clients.

%prep
%setup -q


%build
%configure \
 --disable-static
%make_build

%install
%makeinstall_std
find %{buildroot} -name "*.la" -delete



%files
%doc --no-dereference COPYING
%doc AUTHORS NEWS
%{_libdir}/%{name}.so.2
%{_libdir}/%{name}.so.2.0.0

%files devel
%doc %{_datadir}/man/man1/*
%doc %{_datadir}/man/man3/*
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/*

%files utils
%{_bindir}/telnet-chatd
%{_bindir}/telnet-client
%{_bindir}/telnet-proxy

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin