forked from snar/bgpq3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bgpq3.spec
67 lines (49 loc) · 1.72 KB
/
bgpq3.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Name: bgpq3
Version: 0.1.35
Release: 0%{?dist}
Group: System/Utilities
Summary: Automate BGP filter generation based on routing database information
URL: http://snar.spb.ru/prog/bgpq3/
License: BSD
Source0: https://github.com/snar/bgpq3/archive/v0.1.35.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
You are running BGP in your network and want to automate filter generation for your routers? Well, with BGPQ3 it's easy.
%prep
%setup -q
%global debug_package %{nil}
%build
./configure --prefix=$RPM_BUILD_ROOT%{_prefix} --mandir=%{_mandir}
make
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/usr/bin
make install
%files
%defattr(-,root,root,-)
/usr/bin/bgpq3
/usr/man/man8/bgpq3.8.gz
%doc COPYRIGHT CHANGES
%clean
rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Nov 30 2018 Alexandre Snarskii <[email protected]> 0.1.35
- Version updated
* Fri Oct 14 2016 Alexandre Snarskii <[email protected]> 0.1.33
- Version updated
* Tue Jun 23 Alexandre Snarskii <[email protected]> 0.1.31
- Version updated
* Tue Mar 10 Alexandre Snarskii <[email protected]> 0.1.28
- Version updated
* Wed Oct 29 Alexandre Snarskii <[email protected]> 0.1.25
- Version updated
* Thu Jun 5 2014 Alexandre Snarskii <[email protected]> 0.1.21-0.snar
- Version updated
* Thu May 9 2013 Alexandre Snarskii <[email protected]> 0.1.19-0.snar
- Version updated
* Sun Feb 24 2013 Alexandre Snarskii <[email protected]> 0.1.18-3.snar
- License corrected
* Wed Feb 20 2013 Arnoud Vermeer <[email protected]> 0.1.18-2.tumblr
- Adding missing group info ([email protected])
* Wed Feb 20 2013 Arnoud Vermeer <[email protected]> 0.1.18-1.tumblr
- new package built with tito