Author: glen Date: Sat Oct 11 10:38:13 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: net-snmp-mibs-nagios.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/net-snmp-mibs-nagios.spec diff -u /dev/null SPECS/net-snmp-mibs-nagios.spec:1.1 --- /dev/null Sat Oct 11 12:38:13 2008 +++ SPECS/net-snmp-mibs-nagios.spec Sat Oct 11 12:38:08 2008 @@ -0,0 +1,42 @@ +# $Revision$, $Date$ +Summary: MIBs for Nagios +Name: net-snmp-mibs-nagios +Version: 1.0.0 +Release: 1 +License: GPL v2 +Group: Applications/System +Source0: http://dl.sourceforge.net/nagiosplug/nagiosmib-%{version}.tar.gz +# Source0-md5: 88a74f2bda5440a70a3f8e29b9c82628 +URL: http://sourceforge.net/projects/nagiosplug/ +Requires: net-snmp-mibs +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define mibdir %{_datadir}/snmp/mibs + +%description +MIBs for Nagios. + +%prep +%setup -q -c + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{mibdir} +cp -a MIB/*-MIB $RPM_BUILD_ROOT%{mibdir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%{mibdir}/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2008/10/11 10:38:08 glen +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
