Accepting request 1161671 from home:pgajdos
- remove dependency on /usr/bin/python3 using %python3_fix_shebang macro, [bsc#1212476] OBS-URL: https://build.opensuse.org/request/show/1161671 OBS-URL: https://build.opensuse.org/package/show/hardware/libwacom?expand=0&rev=32
This commit is contained in:
parent
f94fbef610
commit
66a74be98a
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 26 08:58:37 UTC 2024 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- remove dependency on /usr/bin/python3 using
|
||||||
|
%python3_fix_shebang macro, [bsc#1212476]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 7 23:50:38 UTC 2024 - Aeneas Jaißle <aj@ajaissle.de>
|
Thu Mar 7 23:50:38 UTC 2024 - Aeneas Jaißle <aj@ajaissle.de>
|
||||||
|
|
||||||
|
@ -82,7 +82,7 @@ features. It provides easy access to information such as "is this a
|
|||||||
built-in on-screen tablet", "what is the size of this model", etc.
|
built-in on-screen tablet", "what is the size of this model", etc.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson -Db_lto=true -Dtests=disabled
|
%meson -Db_lto=true -Dtests=disabled
|
||||||
@ -93,6 +93,7 @@ built-in on-screen tablet", "what is the size of this model", etc.
|
|||||||
|
|
||||||
sed -e 's-#!/usr/bin/env python3-#!/usr/bin/python3-g' -i %{buildroot}%{_bindir}/*
|
sed -e 's-#!/usr/bin/env python3-#!/usr/bin/python3-g' -i %{buildroot}%{_bindir}/*
|
||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
|
%python3_fix_shebang
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%meson_test
|
%meson_test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user