diff --git a/mrtg.spec b/mrtg.spec index 015259b..e47a20a 100644 --- a/mrtg.spec +++ b/mrtg.spec @@ -3,7 +3,7 @@ Summary: Multi Router Traffic Grapher Name: mrtg Version: 2.9.6 -Release: 5 +Release: 6 URL: http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/mrtg.html Source0: http://www.ee.ethz.ch/~oetiker/webtools/mrtg/pub/%{name}-%{version}.tar.gz Source1: mrtg.cfg @@ -18,7 +18,7 @@ BuildPrereq: freetype-devel, gd-devel, libjpeg-devel, libpng-devel %description The Multi Router Traffic Grapher (MRTG) is a tool to monitor the traffic -load on network-links. MRTG generates HTML pages containing GIF +load on network-links. MRTG generates HTML pages containing PNG images which provide a LIVE visual representation of this traffic. %prep @@ -96,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/* %changelog +* Tue Jul 3 2001 Tim Powers +- changed description to indicate that it creates PNG images and not GIF images + * Mon Jun 25 2001 Nalin Dahyabhai - set LIBS=-lfreetype and LDFLAGS="-lgd -lpng -lfreetype -lm" to link the gd support with freetype, which it needs