SPECS: quagga-snmp.spec (NEW) - author Pawe³ Ko¶ka - pawel {at} ar...

wolvverine wolvverine at pld-linux.org
Wed Feb 14 04:52:18 CET 2007


Author: wolvverine                   Date: Wed Feb 14 03:52:18 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- author Pawe³ Ko¶ka - pawel {at} artfan {dot} net
- NFY

---- Files affected:
SPECS:
   quagga-snmp.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/quagga-snmp.spec
diff -u /dev/null SPECS/quagga-snmp.spec:1.1
--- /dev/null	Wed Feb 14 04:52:18 2007
+++ SPECS/quagga-snmp.spec	Wed Feb 14 04:52:13 2007
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+Summary:	Net-SNMP extension for monitoring Quagga bgpd
+Name:		quagga-snmp
+Version:	0.3
+Release:	0.1
+License:	GPLv2
+Group:		Applications
+Source0:	http://www.net-track.ch/opensource/quagga-snmp/%{name}-%{version}.tar.gz
+# Source0-md5:	a5c06a2ef8d164a0a4f04c1e3c7a2516
+URL:		http://www.net-track.ch/opensource/quagga-snmp/
+BuildRequires:	rpmbuild(macros) >= 1.228       
+BuildArch:      noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+quagga-snmp-bgpd is an extension for the Net-SNMP agent. It probes a
+running Quagga bgpd instance and makes show ip bgp summary statistics
+available through SNMP. Unlike the standard RFC 1657 BGP4 MIB, this
+includes the number of prefixes received from every peer. This makes
+it possible to see disappearing peers using a tool such as MRTG.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_sbindir}/*
+%{_mandir}/man8/*
+
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/02/14 03:52:13  wolvverine
+- author Pawe³ Ko¶ka - pawel {at} artfan {dot} net
+- NFY
+
================================================================


More information about the pld-cvs-commit mailing list