commit 6dd1ce384fd9eb57deb27e7a14eb3804d4af34bd
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed May 8 21:49:20 2019 +0100
Remove shebang so python2-vlc doesn't require python3
python-vlc.spec | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/python-vlc.spec b/python-vlc.spec
index d410645..2e8b6ba 100644
--- a/python-vlc.spec
+++ b/python-vlc.spec
@@ -8,7 +8,7 @@
Name: python-%{srcname}
Version: 3.0.6109
-Release: 0.1.%{gitdate}%{?dist}
+Release: 0.2.%{gitdate}%{?dist}
Summary: VLC Media Player binding for Python
License: GPLv2+
URL:
http://www.videolan.org/
@@ -39,7 +39,8 @@ Requires: vlc-core >= 1.1.0
%prep
%setup -q
-sed -i "s|! /usr/bin/python|! %{__python3}|" examples/*.py
+# Remove shebang so python2-vlc doesn't require python3
+sed -i "s|#! /usr/bin/python||" examples/*.py
%build
pushd generated/3.0
@@ -87,6 +88,9 @@ popd
%changelog
+* Wed May 08 2019 Leigh Scott <leigh123linux(a)gmail.com> -
3.0.6109-0.2.20190508git949d19e
+- Remove shebang so python2-vlc doesn't require python3
+
* Wed May 08 2019 Leigh Scott <leigh123linux(a)gmail.com> -
3.0.6109-0.1.20190508git949d19e
- Update to 3.0.6109
- Remove Group tag