- Fix source url
- Use ninja for building OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=94
This commit is contained in:
parent
3bd7534b98
commit
df4e12476e
3
gnuradio-3.8.3.0.tar.gz
Normal file
3
gnuradio-3.8.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7135067362625a6e56fa3f57f6cd100effa2d4615f5993aad67eeef208cfb05f
|
||||||
|
size 3390327
|
BIN
gnuradio-3.8.3.0.tar.xz
(Stored with Git LFS)
BIN
gnuradio-3.8.3.0.tar.xz
(Stored with Git LFS)
Binary file not shown.
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 12 07:05:36 UTC 2021 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
- Fix source url
|
||||||
|
- Use ninja for building
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 22 23:32:03 UTC 2021 - Wojciech Kazubski <wk@ire.pw.edu.pl>
|
Mon Mar 22 23:32:03 UTC 2021 - Wojciech Kazubski <wk@ire.pw.edu.pl>
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ Summary: GNU software radio
|
|||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: Productivity/Hamradio/Other
|
Group: Productivity/Hamradio/Other
|
||||||
URL: https://gnuradio.org
|
URL: https://gnuradio.org
|
||||||
Source0: https://github.com/gnuradio/gnuradio/releases/download/v%{version}/gnuradio-%{version}.tar.xz
|
Source0: https://github.com/gnuradio/gnuradio/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
# http://www.nathanwest.us/grc_to_37.sh
|
# http://www.nathanwest.us/grc_to_37.sh
|
||||||
Source4: grc_to_37.sh
|
Source4: grc_to_37.sh
|
||||||
Source99: %{name}-rpmlintrc
|
Source99: %{name}-rpmlintrc
|
||||||
@ -53,6 +53,7 @@ BuildRequires: libgsm-devel
|
|||||||
BuildRequires: libjack-devel
|
BuildRequires: libjack-devel
|
||||||
BuildRequires: libmpir-devel
|
BuildRequires: libmpir-devel
|
||||||
BuildRequires: log4cpp-devel
|
BuildRequires: log4cpp-devel
|
||||||
|
BuildRequires: ninja
|
||||||
BuildRequires: orc
|
BuildRequires: orc
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: portaudio-devel
|
BuildRequires: portaudio-devel
|
||||||
@ -162,10 +163,7 @@ performance wireless devices into software problems.
|
|||||||
This package contains some examples of using GNU Radio.
|
This package contains some examples of using GNU Radio.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
%patch0 -p1
|
|
||||||
%patch1 -p1
|
|
||||||
%patch2 -p1
|
|
||||||
|
|
||||||
# remove buildtime from documentation
|
# remove buildtime from documentation
|
||||||
sed -i 's|^HTML_TIMESTAMP = YES|HTML_TIMESTAMP = NO|' docs/doxygen/Doxyfile.in
|
sed -i 's|^HTML_TIMESTAMP = YES|HTML_TIMESTAMP = NO|' docs/doxygen/Doxyfile.in
|
||||||
@ -175,6 +173,7 @@ sed -i 's|^HTML_TIMESTAMP = YES|HTML_TIMESTAMP = NO|' docs/doxyg
|
|||||||
find gr-utils/python/modtool/templates/gr-newmod -name CMakeLists.txt -exec mv '{}' '{}.tmpl' \;
|
find gr-utils/python/modtool/templates/gr-newmod -name CMakeLists.txt -exec mv '{}' '{}.tmpl' \;
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%define __builder ninja
|
||||||
%cmake \
|
%cmake \
|
||||||
-DENABLE_GRC=ON \
|
-DENABLE_GRC=ON \
|
||||||
%ifarch armv6l armv6hl
|
%ifarch armv6l armv6hl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user