Ana Guerrero 2024-03-26 18:25:40 +00:00 committed by Git OBS Bridge
commit 5872ac2830
2 changed files with 8 additions and 1 deletions

View File

@ -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>

View File

@ -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.
%prep
%setup -q
%autosetup -p1
%build
%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}/*
find %{buildroot} -type f -name "*.la" -delete -print
%python3_fix_shebang
%check
%meson_test