/[packages]/cauldron/aggregate/current/SPECS/aggregate.spec
ViewVC logotype

Contents of /cauldron/aggregate/current/SPECS/aggregate.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 750963 - (show annotations) (download)
Wed Oct 15 04:11:49 2014 UTC (9 years, 6 months ago) by umeabot
File size: 1103 byte(s)
Second Mageia 5 Mass Rebuild
1 Summary: Aggregate list of prefixes
2 Name: aggregate
3 Version: 1.6
4 Release: %mkrel 5
5 License: BSD-like
6 Group: Networking/Other
7 Source0: ftp://ftp.isc.org/isc/aggregate/%{name}-%{version}.tar.gz
8 Url: http://freshmeat.net/projects/aggregate
9
10 %description
11 Aggregate takes a list of prefixes in conventional format on stdin,
12 and performs two optimizations to reduce the length of the prefix
13 list. It removes any supplied prefixes which are superfluous because
14 they are already included in another supplied prefix (e.g.,
15 203.97.2.0/24 would be removed if 203.97.0.0/17 was also supplied),
16 and identifies adjacent prefixes that can be combined under a single,
17 shorter-length prefix (e.g., 203.97.2.0/24 and 203.97.3.0/24 can be
18 combined into the single prefix 203.97.2.0/23).
19
20 %prep
21 %setup -q
22
23 #fix rights
24 chmod 644 LICE*
25
26 %build
27 %configure2_5x
28 %make
29
30 %install
31 install -d %{buildroot}{%{_bindir},%{_mandir}/man1}
32
33 install -Dpm755 aggregate aggregate-ios %{buildroot}%{_bindir}
34 install -Dpm644 aggregate.1 aggregate-ios.1 %{buildroot}%{_mandir}/man1
35
36 %files
37 %doc LICEN* HISTORY
38 %{_bindir}/*
39 %{_mandir}/man1/*

  ViewVC Help
Powered by ViewVC 1.1.30