155f5fff84
Replace transitional %usrmerged macro with regular version check (boo#1206798) OBS-URL: https://build.opensuse.org/request/show/1055716 OBS-URL: https://build.opensuse.org/package/show/network:utilities/net-tools?expand=0&rev=67
162 lines
5.0 KiB
RPMSpec
162 lines
5.0 KiB
RPMSpec
#
|
|
# spec file for package net-tools
|
|
#
|
|
# Copyright (c) 2021 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: net-tools
|
|
Version: 2.10
|
|
Release: 0
|
|
Summary: Important Programs for Networking
|
|
License: GPL-2.0-or-later
|
|
Group: Productivity/Networking/Other
|
|
URL: https://sourceforge.net/projects/net-tools/
|
|
Source: https://sourceforge.net/projects/net-tools/files/net-tools-%{version}.tar.xz
|
|
# PATCH-FEATURE-SUSE: set configure values to our liking as we do not need
|
|
# everything here
|
|
Patch0: net-tools-configure.patch
|
|
# Git formatted patches described in each patch
|
|
Patch1: 0001-Add-ether-wake-binary.patch
|
|
Patch2: 0002-Do-not-warn-about-interface-socket-not-binded.patch
|
|
Patch4: 0004-By-default-do-not-fopen-anything-in-netrom_gr.patch
|
|
Patch6: 0006-Allow-interface-stacking.patch
|
|
Patch7: 0007-Introduce-T-notrim-option-in-netstat.patch
|
|
BuildRequires: help2man
|
|
Requires: hostname
|
|
Recommends: traceroute >= 2.0.0
|
|
Provides: net_tool = %{version}
|
|
Obsoletes: net_tool < %{version}
|
|
|
|
%description
|
|
This package contains programs for network administration and maintenance.
|
|
Most of the utilities formerly contained in this package (netstat, arp,
|
|
ifconfig, rarp, route) are obsoleted by the tools from iproute2 package (ip, ss)
|
|
and have been moved to net-tools-deprecated.
|
|
|
|
%package deprecated
|
|
Summary: Deprecated Networking Utilities
|
|
Group: Productivity/Networking/Other
|
|
|
|
%description deprecated
|
|
This package contains the deprecated network utilities arp, ifconfig, netstat and route,
|
|
which have been replaced by tools from the iproute2 package:
|
|
* arp -> ip [-r] neigh
|
|
* ifconfig -> ip a
|
|
* netstat -> ss [-r]
|
|
* route -> ip r
|
|
|
|
%lang_package
|
|
|
|
%prep
|
|
%setup -q
|
|
%autopatch -p1
|
|
|
|
%build
|
|
export CFLAGS="%{optflags}"
|
|
make %{?_smp_mflags} config
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
%make_install BINDIR=%{_bindir} SBINDIR=%{_sbindir}
|
|
|
|
# remove rarp as it is not usefull with our kernel
|
|
rm -fv %{buildroot}%{_prefix}/*bin/rarp
|
|
rm -fv %{buildroot}/%{_mandir}/man*/rarp.*
|
|
rm -fv %{buildroot}/%{_mandir}/*/man*/rarp.*
|
|
# Fix manpage locations
|
|
mv %{buildroot}/%{_mandir}/de_DE %{buildroot}/%{_mandir}/de
|
|
mv %{buildroot}/%{_mandir}/fr_FR %{buildroot}/%{_mandir}/fr
|
|
# Generate missing manpages
|
|
for tool in iptunnel ipmaddr; do
|
|
t="%{buildroot}/%{_mandir}/man8/${tool}.8"
|
|
help2man -s8 "%{buildroot}%{_sbindir}/${tool}" --no-discard-stderr >"${t}"
|
|
done
|
|
# generate bin/sbin compat symlinks
|
|
%if 0%{?suse_version} < 1550
|
|
mkdir -p %{buildroot}/sbin
|
|
mkdir -p %{buildroot}/bin
|
|
for i in ether-wake nameif plipconfig slattach arp ipmaddr iptunnel; do
|
|
ln -s %{_sbindir}/$i %{buildroot}/sbin/$i
|
|
done
|
|
for i in netstat ifconfig route; do
|
|
ln -s %{_bindir}/$i %{buildroot}/bin/$i
|
|
done
|
|
%endif
|
|
%find_lang %{name} --all-name
|
|
|
|
%files
|
|
%license COPYING
|
|
%doc README ABOUT-NLS
|
|
%{_sbindir}/ether-wake
|
|
%{_sbindir}/nameif
|
|
%{_sbindir}/plipconfig
|
|
%{_sbindir}/slattach
|
|
%if 0%{?suse_version} < 1550
|
|
/sbin/ether-wake
|
|
/sbin/nameif
|
|
/sbin/plipconfig
|
|
/sbin/slattach
|
|
%endif
|
|
%{_mandir}/de/man5/ethers.5%{?ext_man}
|
|
%{_mandir}/de/man8/plipconfig.8%{?ext_man}
|
|
%{_mandir}/de/man8/slattach.8%{?ext_man}
|
|
%{_mandir}/fr/man5/ethers.5%{?ext_man}
|
|
%{_mandir}/fr/man8/plipconfig.8%{?ext_man}
|
|
%{_mandir}/fr/man8/slattach.8%{?ext_man}
|
|
%{_mandir}/man5/ethers.5%{?ext_man}
|
|
%{_mandir}/man8/ether-wake.8%{?ext_man}
|
|
%{_mandir}/man8/nameif.8%{?ext_man}
|
|
%{_mandir}/man8/plipconfig.8%{?ext_man}
|
|
%{_mandir}/man8/slattach.8%{?ext_man}
|
|
|
|
%files deprecated
|
|
%license COPYING
|
|
%{_bindir}/ifconfig
|
|
%{_bindir}/netstat
|
|
%{_bindir}/route
|
|
%if 0%{?suse_version} < 1550
|
|
/bin/ifconfig
|
|
/bin/netstat
|
|
/bin/route
|
|
/sbin/arp
|
|
/sbin/ipmaddr
|
|
/sbin/iptunnel
|
|
%endif
|
|
%{_sbindir}/arp
|
|
%{_sbindir}/ipmaddr
|
|
%{_sbindir}/iptunnel
|
|
%{_mandir}/de/man8/arp.8%{?ext_man}
|
|
%{_mandir}/de/man8/ifconfig.8%{?ext_man}
|
|
%{_mandir}/de/man8/netstat.8%{?ext_man}
|
|
%{_mandir}/de/man8/route.8%{?ext_man}
|
|
%{_mandir}/fr/man8/arp.8%{?ext_man}
|
|
%{_mandir}/fr/man8/ifconfig.8%{?ext_man}
|
|
%{_mandir}/fr/man8/netstat.8%{?ext_man}
|
|
%{_mandir}/fr/man8/route.8%{?ext_man}
|
|
%{_mandir}/man8/arp.8%{?ext_man}
|
|
%{_mandir}/man8/ifconfig.8%{?ext_man}
|
|
%{_mandir}/man8/netstat.8%{?ext_man}
|
|
%{_mandir}/man8/route.8%{?ext_man}
|
|
%{_mandir}/man8/ipmaddr.8%{?ext_man}
|
|
%{_mandir}/man8/iptunnel.8%{?ext_man}
|
|
%{_mandir}/pt_BR/man8/arp.8%{?ext_man}
|
|
%{_mandir}/pt_BR/man8/ifconfig.8%{?ext_man}
|
|
%{_mandir}/pt_BR/man8/netstat.8%{?ext_man}
|
|
%{_mandir}/pt_BR/man8/route.8%{?ext_man}
|
|
|
|
%files lang -f %{name}.lang
|
|
|
|
%changelog
|