SHA256
1
0
forked from pool/gpsd

Accepting request 1152174 from home:dimstar:rpm4.20:g

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1152174
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=157
This commit is contained in:
Martin Pluskal 2024-02-27 11:21:02 +00:00 committed by Git OBS Bridge
parent 2a90a05cb0
commit 096a7fe453
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 27 11:11:27 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Mon Sep 18 13:55:33 UTC 2023 - Christophe Marin <christophe@krop.fr>

View File

@ -178,15 +178,15 @@ can run on a serial terminal or terminal emulator.
mkdir -p %{name}-%{version}/python2
tar -xf %{SOURCE0} -C %{name}-%{version}/python2
pushd %{name}-%{version}/python2/%{name}-%{version}
%patch0
%patch1
%patch -P 0
%patch -P 1
popd
%endif
mkdir -p %{name}-%{version}/python3
tar -xf %{SOURCE0} -C %{name}-%{version}/python3
pushd %{name}-%{version}/python3/%{name}-%{version}
%patch0
%patch1
%patch -P 0
%patch -P 1
popd
%build