Author: qboosh Date: Sat Jan 5 01:33:00 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - pl fixes - no aclocal used - one copy of LICENSE is enough
---- Files affected: SPECS: aggregate.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/aggregate.spec diff -u SPECS/aggregate.spec:1.1 SPECS/aggregate.spec:1.2 --- SPECS/aggregate.spec:1.1 Thu Dec 20 23:43:32 2007 +++ SPECS/aggregate.spec Sat Jan 5 02:32:55 2008 @@ -1,6 +1,6 @@ # $Revision$, $Date$ -Summary: aggregate list of prefixes -Summary(pl.UTF-8): agregacja listy adresów +Summary: Aggregate list of prefixes +Summary(pl.UTF-8): Agregacja listy adresów Name: aggregate Version: 1.6 Release: 1 @@ -9,7 +9,6 @@ Source0: ftp://ftp.isc.org/isc/aggregate/%{name}-%{version}.tar.gz # Source0-md5: 6fcc515388bf2c5b0c8f9f733bfee7e1 BuildRequires: autoconf -BuildRequires: automake BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -23,20 +22,18 @@ combined into the single prefix 203.97.2.0/23). %description -l pl.UTF-8 -aggregate bierze listę adresów sieci w tradycyjnej formie na -standardowym wejściu i wykonuje dwie optymalizacje by zmniejszyć jej -wielkość. Usuwa wszelkie adresy sieci zawierające się w innych -adresach (np 203.97.2.0/24 będzie usunięte jeżeli jest podana -także 203.97.0.0/17), oraz rozpoznaje przystające adresy sieci -które mogą być połączone w jeden, krótszy adres (np -203.97.2.0/24 i 203.97.3.0/24 będą połączone w pojedyńczy adres -203.97.2.0/23). +aggregate pobiera ze standardowego wejścia listę adresów sieci w +tradycyjnej postaci i wykonuje dwie optymalizacje aby zmniejszyć jej +długość. Usuwa wszelkie adresy sieci zawierające się w innych adresach +(np. 203.97.2.0/24 będzie usunięte jeżeli jest podana także +203.97.0.0/17), oraz rozpoznaje przystające adresy sieci, które mogą +być połączone w jeden, krótszy adres (np. 203.97.2.0/24 i +203.97.3.0/24 będą połączone w pojedynczy adres 203.97.2.0/23). %prep %setup -q %build -%{__aclocal} %{__autoconf} %configure %{__make} @@ -54,9 +51,9 @@ %files %defattr(644,root,root,755) -%doc LICEN* HISTORY -%attr(755,root,root) %{_bindir}/* -%{_mandir}/man1/* +%doc LICENSE HISTORY +%attr(755,root,root) %{_bindir}/aggregate* +%{_mandir}/man1/aggregate*.1* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -64,6 +61,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2008-01-05 01:32:55 qboosh +- pl fixes +- no aclocal used +- one copy of LICENSE is enough + Revision 1.1 2007-12-20 22:43:32 undefine - initial - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/aggregate.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
