From: Jan Rękorajski Date: Fri, 25 Dec 2015 21:36:13 +0000 (+0100) Subject: - fix python install X-Git-Tag: auto/th/net-snmp-5.7.3-8 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fnet-snmp.git;a=commitdiff_plain;h=b166dbc48126f4b71fad7c03c52c28714fd7bfb0 - fix python install - rel 8 --- diff --git a/net-snmp-python.patch b/net-snmp-python.patch index 3dc585d..7208ec1 100644 --- a/net-snmp-python.patch +++ b/net-snmp-python.patch @@ -5,7 +5,7 @@ pythoninstall: - @(dir=`pwd`; cd python; $(PYMAKE) install --basedir=$$dir) ; \ -+ @(dir=`pwd`; cd python; $(PYMAKE) install --optimize=2 --root=$(DESTDIR) --basedir=$$dir) ; \ ++ @(dir=`pwd`; cd python; $(PYMAKE) install --optimize=2 --root=$(DESTDIR) --prefix=$(prefix) --basedir=$$dir) ; \ if test $$? != 0 ; then \ exit 1 ; \ fi diff --git a/net-snmp.spec b/net-snmp.spec index 5ff023b..e8dee3f 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -26,7 +26,7 @@ Summary(ru.UTF-8): Набор утилит для протокола SNMP от U Summary(uk.UTF-8): Набір утиліт для протоколу SNMP від UC-Davis Name: net-snmp Version: 5.7.3 -Release: 7 +Release: 8 License: BSD-like Group: Networking/Daemons Source0: http://downloads.sourceforge.net/net-snmp/%{name}-%{version}.tar.gz