b171322
Name:           aggregate
b171322
Version:        1.6
b171322
Release:        3%{?dist}
b171322
Summary:        IPv4 CIDR prefix aggregator
b171322
b171322
License:        ISC
b171322
URL:            http://ftp.isc.org/isc/aggregate/
b171322
Source0:        http://ftp.isc.org/isc/aggregate/aggregate-%{version}.tar.gz
b171322
Patch0:         aggregate-fedora.patch
b171322
b171322
%description
b171322
aggregate takes a list of prefixes in conventional format on stdin, 
b171322
and performs two optimizations to attempt to reduce the length of 
b171322
the prefix list.
b171322
b171322
b171322
%package ios
b171322
Summary: Cisco/IOS IPv4 prefix lists aggregator
b171322
Requires: aggregate
b171322
BuildArch: noarch
b171322
b171322
%description ios
b171322
aggregate-ios takes Cisco IOS configuration on stdin, and optimizes 
b171322
any prefix filters found using aggregate.
b171322
b171322
%prep
b171322
%setup -q
b171322
chmod -x LICENSE
b171322
%patch0 -p1 -b .fedora
b171322
b171322
b171322
%build
b171322
%configure
b171322
make %{?_smp_mflags}
b171322
b171322
b171322
%install
b171322
make install DESTDIR=$RPM_BUILD_ROOT
b171322
b171322
b171322
%files
b171322
%{_bindir}/aggregate
b171322
%{_mandir}/man1/aggregate.1.*
b171322
%doc HISTORY LICENSE
b171322
b171322
%files ios
b171322
%{_bindir}/aggregate-ios
b171322
%{_mandir}/man1/aggregate-ios.1.*
b171322
b171322
b171322
%changelog
b171322
* Mon May 20 2013 Yanko Kaneti <yaneti@declera.com> 1.6-3
b171322
- Make the -ios subpackage noarch
b171322
b171322
* Fri Dec  9 2011 Yanko Kaneti <yaneti@declera.com> 1.6-2
b171322
- Some changes suggested by review comment #1
b171322
b171322
* Fri May 20 2011 Yanko Kaneti <yaneti@declera.com> 1.6-1
b171322
- First attempt at packaging.