File babeld.spec of Package babeld

#
# spec file for package babeld
#
# Copyright (c) 2024 Tianyu Chen <billchenchina2001@gmail.com>
#
# 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:           babeld
Version:        1.13.1
Release:        0
Summary:        A loop-avoiding distance-vector routing protocol
License:        MIT
Group:          Productivity/Networking/Routing
URL:            https://www.irif.fr/~jch/software/babel/
Source0:        https://www.irif.fr/~jch/software/files/%{name}-%{version}.tar.gz
Source1:        https://www.irif.fr/~jch/software/files/%{name}-%{version}.tar.gz.asc
Source2:        https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xf8e70aad74d32cac27b9afd62652c881eadb5526#/%{name}.keyring

BuildRequires:  gcc
BuildRequires:  make
Requires:       iproute2

%description
Babel is a loop-avoiding distance-vector routing protocol for IPv6 and IPv4
with fast convergence properties. It is based on the ideas in DSDV, AODV and
Cisco's EIGRP, but is designed to work well not only in wired networks but
also in wireless mesh networks, and has been extended with support for
overlay networks. Babel is an IETF Standard.

%prep
%autosetup -p1

%build
%make_build

%install
%make_install TARGET=%{buildroot} PREFIX=%{_prefix}

%files
%license LICENCE
%doc README
%{_bindir}/babeld
%{_mandir}/man8/babeld.8%{?ext_man}

%changelog
openSUSE Build Service is sponsored by