SPECS: python-pysnmp.spec - Version: 4.1.5a (please note, that all...

jajcus jajcus at pld-linux.org
Mon Feb 6 10:32:13 CET 2006


Author: jajcus                       Date: Mon Feb  6 09:32:13 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- Version: 4.1.5a (please note, that all current 4.1.x versions are marked "UNSTABLE ALPHA RELEASE")
- libsmi2pysnmp tool included in the package

---- Files affected:
SPECS:
   python-pysnmp.spec (1.26 -> 1.27) 

---- Diffs:

================================================================
Index: SPECS/python-pysnmp.spec
diff -u SPECS/python-pysnmp.spec:1.26 SPECS/python-pysnmp.spec:1.27
--- SPECS/python-pysnmp.spec:1.26	Fri Feb  3 15:44:02 2006
+++ SPECS/python-pysnmp.spec	Mon Feb  6 10:32:07 2006
@@ -5,12 +5,12 @@
 Summary:	SNMP engine for Python
 Summary(pl):	Obsługa SNMP dla Pythona
 Name:		python-%{module}
-Version:	4.1.3a
+Version:	4.1.5a
 Release:	1
 License:	BSD-like
 Group:		Libraries/Python
 Source0:	http://dl.sourceforge.net/pysnmp/%{module}-%{version}.tar.gz
-# Source0-md5:	9b882e6da36f3bef98124e29bb1d7c69
+# Source0-md5:	7527bec317a3cf2c3d8c9cdaa28baa71
 URL:		http://pysnmp.sourceforge.net/
 BuildRequires:	python >= 2.2.1
 %pyrequires_eq	python-modules
@@ -61,6 +61,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_examplesdir}/%{name}-%{version}}
 
 python setup.py install \
 	--optimize=2 \
@@ -68,8 +69,8 @@
 
 find $RPM_BUILD_ROOT%{py_sitescriptdir} -type f -name "*.py" '!' -path '*/v4/smi/mibs/*' | xargs rm
 
-install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+install tools/libsmi2pysnmp $RPM_BUILD_ROOT%{_bindir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -78,6 +79,7 @@
 %defattr(644,root,root,755)
 %doc README CHANGES TODO docs/mibs/*
 %{py_sitescriptdir}/%{module}/*
+%attr(755,root,root) %{_bindir}/*
 
 %files doc
 %defattr(644,root,root,755)
@@ -93,6 +95,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.27  2006/02/06 09:32:07  jajcus
+- Version: 4.1.5a (please note, that all current 4.1.x versions are marked "UNSTABLE ALPHA RELEASE")
+- libsmi2pysnmp tool included in the package
+
 Revision 1.26  2006/02/03 14:44:02  jajcus
 - keep *.py files for MIBS (those are not imported, but execfiled)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/python-pysnmp.spec?r1=1.26&r2=1.27&f=u



More information about the pld-cvs-commit mailing list