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:
parent
2a90a05cb0
commit
096a7fe453
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user