forked from pool/gnuradio
Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
8321fabc97 | ||
|
0ac1aad603 | ||
|
7a35c53701 |
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ca658e6c4af9cfe144770757b34ab0edd23f6dcfaa6c5c46a7546233e5ecd29
|
||||
size 4659646
|
3
gnuradio-3.10.12.0.tar.gz
Normal file
3
gnuradio-3.10.12.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe78ad9f74c8ebf93d5c8ad6fa2c13236af330f3c67149d91a0647b3dc6f3958
|
||||
size 4978802
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 20 08:16:41 UTC 2025 - Wojciech Kazubski <wk@ire.pw.edu.pl>
|
||||
|
||||
- Update to version 3.10.12.0
|
||||
- A majority of the changes for this release related to
|
||||
* GRC-Qt fixes and parity with the Gtk version
|
||||
* UHD/RFNoC updates
|
||||
* CI, modtool, and other devel/infrastructure updates
|
||||
- New subpackages gnuradio-[bash|fish|zsh]-completion
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 25 12:22:27 UTC 2024 - Wojciech Kazubski <wk@ire.pw.edu.pl>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnuradio
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,14 +16,13 @@
|
||||
#
|
||||
|
||||
|
||||
%define sover 3_10_11
|
||||
%define sover 3_10_12
|
||||
%bcond_without docs
|
||||
Name: gnuradio
|
||||
Version: 3.10.11.0
|
||||
Version: 3.10.12.0
|
||||
Release: 0
|
||||
Summary: GNU software radio
|
||||
License: GPL-3.0-or-later
|
||||
Group: Productivity/Hamradio/Other
|
||||
URL: https://gnuradio.org
|
||||
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
|
||||
@ -38,6 +37,7 @@ BuildRequires: cppunit-devel
|
||||
BuildRequires: cppzmq-devel
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: fftw3-threads-devel
|
||||
BuildRequires: fish
|
||||
BuildRequires: gcc-c++ >= 9.3.0
|
||||
BuildRequires: gmp-devel
|
||||
BuildRequires: gobject-introspection
|
||||
@ -119,7 +119,6 @@ performance wireless devices into software problems.
|
||||
|
||||
%package -n libgnuradio-%{sover}
|
||||
Summary: Libraries for GNU Radio
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libgnuradio-%{sover}
|
||||
GNU Radio is a collection of software that when combined with minimal
|
||||
@ -132,7 +131,6 @@ This package contains the libraries for GNU Radio.
|
||||
|
||||
%package devel
|
||||
Summary: Deveopment files for GNU Radio
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name} = %{version}
|
||||
Requires: gmp-devel
|
||||
Requires: spdlog-devel
|
||||
@ -149,7 +147,6 @@ applications that use GNU Radio.
|
||||
|
||||
%package doc
|
||||
Summary: GNU Radio documentation
|
||||
Group: Documentation/HTML
|
||||
Requires: %{name} = %{version}
|
||||
BuildArch: noarch
|
||||
|
||||
@ -164,7 +161,6 @@ This package contains documentation for GNU Radio.
|
||||
|
||||
%package examples
|
||||
Summary: GNU Radio examples
|
||||
Group: Productivity/Hamradio/Other
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description examples
|
||||
@ -176,6 +172,34 @@ performance wireless devices into software problems.
|
||||
|
||||
This package contains some examples of using GNU Radio.
|
||||
|
||||
%package -n %{name}-bash-completion
|
||||
Summary: Bash Completion for %{name}
|
||||
Requires: %{name} = %{version}
|
||||
Requires: bash-completion
|
||||
Supplements: (%{name} and bash-completion)
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n %{name}-bash-completion
|
||||
Bash command line completion support for %{name}.
|
||||
|
||||
%package -n %{name}-fish-completion
|
||||
Summary: Fish Completion for %{name}
|
||||
Requires: %{name} = %{version}
|
||||
Supplements: (%{name} and fish)
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n %{name}-fish-completion
|
||||
Fish command line completion support for %{name}.
|
||||
|
||||
%package -n %{name}-zsh-completion
|
||||
Summary: Zsh Completion for %{name}
|
||||
Requires: %{name} = %{version}
|
||||
Supplements: (%{name} and zsh)
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n %{name}-zsh-completion
|
||||
zsh command line completion support for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -P 0 -p1
|
||||
@ -273,4 +297,13 @@ rm -rf %{buildroot}%{_datadir}/icons/gnome
|
||||
%dir %{_libdir}/gnuradio
|
||||
%{_libdir}/gnuradio/examples/
|
||||
|
||||
%files -n %{name}-bash-completion
|
||||
%{_datadir}/bash-completion/completions/gr_modtool
|
||||
|
||||
%files -n %{name}-fish-completion
|
||||
%{_datadir}/fish/vendor_completions.d/gr_modtool.fish
|
||||
|
||||
%files -n %{name}-zsh-completion
|
||||
%{_datadir}/zsh/site-functions/_gr_modtool
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user