rpms/net-snmp/devel net-snmp.spec,1.201,1.202

Jan Šafránek jsafrane at fedoraproject.org
Wed Jan 6 08:33:56 UTC 2010


Author: jsafrane

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

Modified Files:
	net-snmp.spec 
Log Message:
fix compilation with rpm-4.8


Index: net-snmp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/net-snmp/devel/net-snmp.spec,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -p -r1.201 -r1.202
--- net-snmp.spec	5 Jan 2010 13:49:14 -0000	1.201
+++ net-snmp.spec	6 Jan 2010 08:33:55 -0000	1.202
@@ -1,12 +1,12 @@
 # use netsnmp_tcp_wrappers 0 to disable tcp_wrappers support
-%{!?netsnmp_tcp_wrappers:%define netsnmp_tcp_wrappers 1}
+%{!?netsnmp_tcp_wrappers:%global netsnmp_tcp_wrappers 1}
 # use nestnmp_check 0 to speed up packaging by disabling 'make test'
-%{!?netsnmp_check: %define netsnmp_check 1}
+%{!?netsnmp_check: %global netsnmp_check 1}
 
 # Arches on which we need to prevent arch conflicts on net-snmp-config.h
 %define multilib_arches %{ix86} ia64 ppc ppc64 s390 s390x x86_64 sparc sparcv9 sparc64
 # allow compilation on old Fedoras
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Summary: A collection of SNMP protocol tools and libraries
 Name: net-snmp




More information about the fedora-extras-commits mailing list