[packages/libevent] switch to python3

atler atler at pld-linux.org
Sat Feb 27 18:30:11 CET 2021


commit 11cee692213aa69db6904afa60144e5892358e8d
Author: Jan Palus <atler at pld-linux.org>
Date:   Sat Feb 27 18:28:23 2021 +0100

    switch to python3

 libevent.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libevent.spec b/libevent.spec
index 2fe6b63..94da2bf 100644
--- a/libevent.spec
+++ b/libevent.spec
@@ -68,7 +68,7 @@ Statyczna biblioteka libevent.
 %patch0 -p1
 %patch1 -p1
 
-%{__sed} -i -e '1s,/usr/bin/env python$,%{__python},' \
+%{__sed} -i -e '1s,/usr/bin/env python$,%{__python3},' \
 	event_rpcgen.py \
 	test/check-dumpevents.py
 
@@ -119,7 +119,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-# R: python
+# R: python3
 %attr(755,root,root) %{_bindir}/event_rpcgen.py
 %attr(755,root,root) %{_libdir}/libevent.so
 %attr(755,root,root) %{_libdir}/libevent_core.so
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libevent.git/commitdiff/caa0d5c3fc89181c0af5bbe1d727460237f76a57



More information about the pld-cvs-commit mailing list