forked from pool/gnuradio
Accepting request 1152202 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/1152202 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuradio?expand=0&rev=69
This commit is contained in:
commit
95c74d8d27
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 27 11:05:06 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 18 18:18:27 UTC 2024 - Wojciech Kazubski <wk@ire.pw.edu.pl>
|
Thu Jan 18 18:18:27 UTC 2024 - Wojciech Kazubski <wk@ire.pw.edu.pl>
|
||||||
|
|
||||||
|
@ -175,8 +175,8 @@ This package contains some examples of using GNU Radio.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch -P 0 -p1
|
||||||
%patch1 -p1 -R
|
%patch -P 1 -p1 -R
|
||||||
|
|
||||||
# protect the template files from %%cmake macro magic / mangling
|
# protect the template files from %%cmake macro magic / mangling
|
||||||
find gr-utils/modtool/templates/gr-newmod -name CMakeLists.txt -ls -exec mv '{}' '{}.tmpl' \;
|
find gr-utils/modtool/templates/gr-newmod -name CMakeLists.txt -ls -exec mv '{}' '{}.tmpl' \;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user