[packages/libbtbb] - rel 4, fix missing version in python setup
baggins
baggins at pld-linux.org
Tue May 27 05:15:41 CEST 2025
commit e2b584fc0597959c393661f4d5bb35a6f1845513
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Tue May 27 05:38:52 2025 +0200
- rel 4, fix missing version in python setup
libbtbb.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/libbtbb.spec b/libbtbb.spec
index ea0b788..833a9f7 100644
--- a/libbtbb.spec
+++ b/libbtbb.spec
@@ -7,7 +7,7 @@ Summary(pl.UTF-8): Biblioteka dekodowania warstwy baseband Bluetooth
Name: libbtbb
%define tag_ver 2020-12-R1
Version: %(echo %{tag_ver} | tr - _)
-Release: 3
+Release: 4
License: GPL v2+
Group: Libraries
#Source0Download: https://github.com/greatscottgadgets/libbtbb/releases
@@ -75,6 +75,8 @@ libbtbb.
%setup -q -n %{name}-%{tag_ver}
%patch -P 0 -p1
+%{__sed} -i -e 's/${PACKAGE_VERSION}/0.8/' python/pcaptools/setup.py.in
+
%{__sed} -i -e '1s,/usr/bin/env python3,%{__python3},' \
python/pcaptools/btaptap
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libbtbb.git/commitdiff/e2b584fc0597959c393661f4d5bb35a6f1845513
More information about the pld-cvs-commit
mailing list