rpms/net-snmp/devel net-snmp.spec,1.163,1.164

Jan Šafránek jsafrane at fedoraproject.org
Thu Nov 20 11:50:56 UTC 2008


Author: jsafrane

Update of /cvs/pkgs/rpms/net-snmp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20198

Modified Files:
	net-snmp.spec 
Log Message:
run 'make test' during build


Index: net-snmp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/net-snmp/devel/net-snmp.spec,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -r1.163 -r1.164
--- net-snmp.spec	3 Nov 2008 09:01:59 -0000	1.163
+++ net-snmp.spec	20 Nov 2008 11:50:24 -0000	1.164
@@ -8,7 +8,7 @@
 Summary: A collection of SNMP protocol tools and libraries
 Name: net-snmp
 Version: %{major_ver}
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch: 1
 
 License: BSD and MIT
@@ -232,6 +232,9 @@
 %{__python} setup.py --basedir="../" build
 popd
 
+%check
+make test
+
 %install
 rm -rf ${RPM_BUILD_ROOT}
 %makeinstall  ucdincludedir=${RPM_BUILD_ROOT}/usr/include/ucd-snmp
@@ -414,6 +417,8 @@
 %{_datadir}/snmp/mibs
 
 %changelog
+* Thu Nov 20 2008 Jan Safranek <jsafranek at redhat.com> 5.4.2.1-2
+
 * Mon Nov  3 2008 Jan Safranek <jsafranek at redhat.com> 5.4.2.1-1
 - explicitly require the right version and release of net-snmp and
   net-snmp-libs




More information about the fedora-extras-commits mailing list