rpms/net-snmp/devel net-snmp.spec,1.66,1.67

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Mar 20 11:23:18 UTC 2006


Author: rvokal

Update of /cvs/dist/rpms/net-snmp/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv4957

Modified Files:
	net-snmp.spec 
Log Message:
- allow disman/event-mib



Index: net-snmp.spec
===================================================================
RCS file: /cvs/dist/rpms/net-snmp/devel/net-snmp.spec,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- net-snmp.spec	11 Feb 2006 04:44:37 -0000	1.66
+++ net-snmp.spec	20 Mar 2006 11:23:16 -0000	1.67
@@ -3,7 +3,7 @@
 Summary: A collection of SNMP protocol tools and libraries.
 Name: net-snmp
 Version: 5.3
-Release: 4.2
+Release: 5
 License: BSDish
 Group: System Environment/Daemons
 URL: http://net-snmp.sourceforge.net/
@@ -150,7 +150,7 @@
 	--with-logfile="/var/log/snmpd.log"		\
 	--with-persistent-directory="/var/net-snmp"	\
 %ifarch %{ix86} x86_64
-	--with-mib-modules="host agentx smux ucd-snmp/lmSensors ucd-snmp/diskio"	\
+	--with-mib-modules="host agentx smux ucd-snmp/lmSensors ucd-snmp/diskio disman/event-mib" \
 %else
 	--with-mib-modules="host agentx smux "	\
 %endif
@@ -172,9 +172,8 @@
 
 pushd perl
 # Use just built libs for perl module building, not the system libs.
-perl Makefile.PL -NET-SNMP-IN-SOURCE=true PREFIX=${RPM_BUILD_ROOT}/%{_prefix} INSTALLDIRS=vendor
+perl Makefile.PL -NET-SNMP-IN-SOURCE=true PREFIX=${RPM_BUILD_ROOT}/%{_prefix} INSTALLDIRS=vendor -NET-SNMP-CONFIG="sh ../../net-snmp-config"
 perl -pi -e 's/^LD_RUN_PATH.*//;s/LD_RUN_PATH=\".*\" //;' default_store/Makefile OID/Makefile agent/Makefile agent/default_store/Makefile ASN/Makefile SNMP/Makefile
-#perl Makefile.PL PREFIX=${RPM_BUILD_ROOT}/%{_prefix} INSTALLDIRS=vendor -NET-SNMP-CONFIG="sh ../../net-snmp-config" -NET-SNMP-IN-SOURCE=true
 make
 popd
 
@@ -317,6 +316,9 @@
 %{_libdir}/*.a
 
 %changelog
+* Mon Mar 20 2006 Radek Vokal <rvokal at redhat.com> 5.3-5
+- allow disman/event-mib
+
 * Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> - 5.3-4.2
 - bump again for double-long bug on ppc(64)
 




More information about the fedora-cvs-commits mailing list