auto-import changelog data from mrtg-2.9.17-7.src.rpm
Wed May 29 2002 Chip Turner <cturner@redhat.com> - added filter for soft perl dependencies Sun May 26 2002 Tim Powers <timp@redhat.com> - automated rebuild Fri May 17 2002 Nalin Dahyabhai <nalin@redhat.com> 2.9.17-4 - rebuild in new environment
This commit is contained in:
parent
91c3e82bdf
commit
71e1281574
3
filter-requires-mrtg.sh
Executable file
3
filter-requires-mrtg.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
/usr/lib/rpm/find-requires $* | grep -v 'perl(GD)' | grep -v 'perl(MRP::BaseClass)' | grep -v 'perl(Net::Netmask)' | grep -v 'perl(Net::Telnet)'
|
14
mrtg.spec
14
mrtg.spec
@ -3,12 +3,13 @@
|
||||
Summary: Multi Router Traffic Grapher
|
||||
Name: mrtg
|
||||
Version: 2.9.17
|
||||
Release: 3
|
||||
Release: 7
|
||||
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
|
||||
Source2: README-14allcgi
|
||||
Source3: 14all.cgi
|
||||
Source4: filter-requires-mrtg.sh
|
||||
License: GPL
|
||||
Group: Applications/Internet
|
||||
Requires: perl >= 5.004
|
||||
@ -16,6 +17,8 @@ Requires: gd
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildPrereq: freetype-devel, gd-devel, libjpeg-devel, libpng-devel
|
||||
|
||||
%define __find_requires %{SOURCE4}
|
||||
|
||||
%description
|
||||
The Multi Router Traffic Grapher (MRTG) is a tool to monitor the traffic
|
||||
load on network-links. MRTG generates HTML pages containing PNG
|
||||
@ -90,6 +93,15 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/*/*
|
||||
|
||||
%changelog
|
||||
* Wed May 29 2002 Chip Turner <cturner@redhat.com>
|
||||
- added filter for soft perl dependencies
|
||||
|
||||
* Sun May 26 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
||||
* Fri May 17 2002 Nalin Dahyabhai <nalin@redhat.com> 2.9.17-4
|
||||
- rebuild in new environment
|
||||
|
||||
* Fri Feb 22 2002 Nalin Dahyabhai <nalin@redhat.com> 2.9.17-3
|
||||
- rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user