[packages/python-pyinotify] fix shebang; rel 8

atler atler at pld-linux.org
Tue Mar 2 12:33:52 CET 2021


commit 4637e4c6a957b5e47d85fc0f2d94d59380fc0cd1
Author: Jan Palus <atler at pld-linux.org>
Date:   Tue Mar 2 12:33:15 2021 +0100

    fix shebang; rel 8

 python-pyinotify.spec | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/python-pyinotify.spec b/python-pyinotify.spec
index 54170ef..1d31a7a 100644
--- a/python-pyinotify.spec
+++ b/python-pyinotify.spec
@@ -4,7 +4,7 @@ Summary(hu.UTF-8):	Pyinotify egy egyszerű Python modul, amellyel a fájlrendsze
 Summary(pl.UTF-8):	Pyinotify - moduł w czystym Pythonie do monitorowania zmian w systemie plików
 Name:		python-%{module}
 Version:	0.9.6
-Release:	7
+Release:	8
 License:	MIT
 Group:		Development/Languages/Python
 Source0:	http://seb.dbzteam.org/pub/pyinotify/releases/%{module}-%{version}.tar.gz
@@ -53,6 +53,9 @@ systemie plików.
 %prep
 %setup -q -n %{module}-%{version}
 
+%{__sed} -i -e '1s,/usr/bin/env python,%{__python},' \
+	python2/examples/autocompile.py
+
 %build
 %py_build -b build_python2
 %py3_build -b build_python3
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-pyinotify.git/commitdiff/4637e4c6a957b5e47d85fc0f2d94d59380fc0cd1



More information about the pld-cvs-commit mailing list