%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}} Summary: Automate BGP filter generation based on routing database information Name: bgpq4 Version: 1.7 Release: 1%{?dist} # bgpq4 itself is BSD-2-Clause but uses other source codes, breakdown: # BSD-3-Clause: include/sys/queue.h # ISC: compat/strlcpy.c # LicenseRef-Fedora-Public-Domain: include/{string,sys/{_null,types}}.h License: BSD-2-Clause AND BSD-3-Clause AND ISC AND LicenseRef-Fedora-Public-Domain URL: https://github.com/bgp/bgpq4 Source0: https://github.com/bgp/bgpq4/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool BuildRequires: gcc BuildRequires: make %description The bgpq4 utility can be used to generate BGP filter configurations such as prefix lists, (extended) access lists, policy statement terms and AS path lists based on routing database information and supports output formats for BIRD, Cisco, Huawei, Juniper, MikroTik, Nokia and OpenBGPD routers as well as generic JSON. %prep %setup -q autoreconf --install %build %configure --docdir=%{_pkgdocdir} %make_build %install %make_install %files %license COPYRIGHT %doc README.md CHANGES %{_bindir}/%{name} %{_mandir}/man8/%{name}.8* %changelog * Fri Nov 04 2022 Robert Scheck 1.7-1 - Upgrade to 1.7 (#2139999) * Thu Sep 08 2022 Robert Scheck 1.6-1 - Upgrade to 1.6 (#2125187) * Tue Jul 26 2022 Robert Scheck 1.5-1 - Upgrade to 1.5 (#2110794) * Wed Jul 20 2022 Fedora Release Engineering - 1.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jan 19 2022 Fedora Release Engineering - 1.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Aug 20 2021 Robert Scheck 1.4-1 - Upgrade to 1.4 (#1996194) * Thu Aug 19 2021 Robert Scheck 1.2-1 - Upgrade to 1.2 (#1995834) * Wed Aug 18 2021 Robert Scheck 0.0.9-1 - Upgrade to 0.0.9 (#1994843) * Wed Jul 21 2021 Fedora Release Engineering - 0.0.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Mon Apr 26 2021 Robert Scheck 0.0.7-1 - Upgrade to 0.0.7 (#1953767) * Tue Jan 26 2021 Fedora Release Engineering - 0.0.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering - 0.0.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jun 16 2020 Robert Scheck 0.0.6-1 - Upgrade to 0.0.6 (#1847220) - Initial spec file for Fedora and Red Hat Enterprise Linux