Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Leap:15.2:Rings:1-MinimalX
telnet
telnet.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File telnet.spec of Package telnet
# # spec file for package telnet # # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # 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 http://bugs.opensuse.org/ # Name: telnet Version: 1.2 Release: 0 Summary: A client program for the telnet remote login protocol License: BSD-3-Clause Group: Productivity/Networking/Other Url: http://svnweb.freebsd.org/base/head/contrib/telnet/ Source: http://ftp.suse.com/pub/people/kukuk/ipv6/telnet-bsd-%{version}.tar.bz2 Source2: telnet.firewall Source3: telnet.socket Source4: telnet@.service Patch1: telnet-bsd-1.2-suppress_hostname.patch Patch2: telnet-bsd-1.2-man-page.patch Patch3: telnet-bsd-1.2-no_gethostbyname.patch #PATCH-FIX-UPSTREAM fix crash when using -b option bnc#700229 Patch4: telnet-bsd-1.2-hostalias.patch #PATCH-FIX-UPSTREAM bnc#898481 kstreitova@suse.com -- fix the infinite loop consumes an entire CPU Patch5: telnet-bsd-1.2-fix-infinite-loop.patch BuildRequires: ncurses-devel Requires: netcfg Provides: nkitb:%{_bindir}/telnet BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: systemd-rpm-macros %{?systemd_requires} %description Telnet is an old protocol for logging into remote systems. It is rarely used, since the transfer is not encrypted (ssh is mostly used these days). The telnet client is often used for debugging other network services. The command telnet localhost 25 connects to the local smtp server, for example. %package server Summary: A Server Program for the Telnet Remote Login Protocol Group: Productivity/Networking/Other Requires: netcfg Provides: nkitserv:%{_sbindir}/in.telnetd Obsoletes: nkitserv %description server Telnet is a popular protocol for logging into remote systems. This package provides the telnet daemon, which will allow remote logins into this machine. %prep %setup -q -n telnet-bsd-%{version} %patch1 %patch2 %patch3 %patch4 -p1 %patch5 -p1 %build export CFLAGS="%{optflags} -fpie $(ncurses6-config --cflags)" export LDFLAGS="-pie $(ncurses6-config --libs)" %configure make %{?_smp_mflags} %install install -d -m 755 %{buildroot}%{_prefix}/bin install -d -m 755 %{buildroot}%{_prefix}/sbin install -d -m 755 %{buildroot}%{_mandir}/man1 install -d -m 755 %{buildroot}%{_mandir}/man5 install -d -m 755 %{buildroot}%{_mandir}/man8 make DESTDIR=%{buildroot} install %{?_smp_mflags} install -d %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/ install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}-server install -D -m 644 %{SOURCE3} %{buildroot}/%{_unitdir}/telnet.socket install -D -m 644 %{SOURCE4} %{buildroot}/%{_unitdir}/telnet@.service %files %defattr(644,root,root,755) %doc COPYING ChangeLog README NEWS %attr(755,root,root) %{_bindir}/telnet %doc %{_mandir}/man1/telnet.1.gz %files server %defattr(644,root,root,755) %doc COPYING ChangeLog README NEWS %doc %{_mandir}/man8/in.telnetd.8.gz %doc %{_mandir}/man8/telnetd.8.gz %doc %{_mandir}/man5/issue.net.5.gz %attr(755,root,root) %{_sbindir}/in.telnetd %config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}-server %{_unitdir}/telnet@.service %{_unitdir}/telnet.socket %pre server %service_add_pre telnet.socket telnet@.service %post server %service_add_post telnet.socket telnet@.service %preun server %service_del_preun telnet.socket telnet@.service %postun server %service_del_postun telnet.socket telnet@.service %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor