SPECS: net-snmp-mibs-hp-procurve.spec (NEW) - mibs for hp procurve...

arekm arekm at pld-linux.org
Tue Oct 11 23:15:42 CEST 2005


Author: arekm                        Date: Tue Oct 11 21:15:42 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- mibs for hp procurve family

---- Files affected:
SPECS:
   net-snmp-mibs-hp-procurve.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/net-snmp-mibs-hp-procurve.spec
diff -u /dev/null SPECS/net-snmp-mibs-hp-procurve.spec:1.1
--- /dev/null	Tue Oct 11 23:15:42 2005
+++ SPECS/net-snmp-mibs-hp-procurve.spec	Tue Oct 11 23:15:37 2005
@@ -0,0 +1,48 @@
+# $Revision$, $Date$
+Summary:	MIBs for HP ProCurve
+Name:		net-snmp-mibs-hp-procurve
+Version:	0.Feb.2005
+Release:	1
+License:	Unknown
+Group:		Applications/System
+Source0:	ftp://ftp.hp.com/pub/networking/software/mibs_feb05.tar.Z
+# Source0-md5:	73d3da7c89eb35f9a727ddb527f16561
+URL:		http://www.hp.com/rnd/software/MIBs.htm
+Requires:	net-snmp-mibs
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+MIBs for HP ProCurve Family Hardware.
+
+%prep
+%setup -q -c
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/snmp/mibs
+
+for file in *.mib; do
+	b=$(basename "$file" .mib)
+	install "$file" $RPM_BUILD_ROOT%{_datadir}/snmp/mibs/mib-${b}.txt
+done
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.htm *.txt
+%{_datadir}/snmp/mibs/*.*
+
+%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  2005/10/11 21:15:37  arekm
+- mibs for hp procurve family
+
================================================================



More information about the pld-cvs-commit mailing list