Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d3f590703f | ||
|
|
f090a2929f | ||
|
|
d5b4bfe5f7 | ||
|
|
368248194d | ||
|
|
172449f637 | ||
|
|
dc0c478945 |
1 changed files with 6 additions and 3 deletions
|
|
@ -22,10 +22,10 @@
|
|||
|
||||
Name: gnuradio
|
||||
Version: 3.8.0.0
|
||||
Release: 7%{?alphatag:.%{alphatag}}%{?dist}
|
||||
Release: 8%{?alphatag:.%{alphatag}}%{?dist}
|
||||
Summary: Software defined radio framework
|
||||
|
||||
License: GPLv3
|
||||
License: GPLv3+
|
||||
URL: https://www.gnuradio.org/
|
||||
#Source0: http://gnuradio.org/releases/gnuradio/gnuradio-%%{version}%%{?alphatag}.tar.xz
|
||||
#Source0: http://gnuradio.org/releases/gnuradio/gnuradio-%%{version}.tar.gz
|
||||
|
|
@ -157,7 +157,6 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/gnuradio-grc.desktop
|
|||
# Remove extraneous desktop/icon/mime files
|
||||
rm -r %{buildroot}%{_datadir}/%{name}/grc/freedesktop
|
||||
rm -r %{buildroot}%{_datadir}/icons/gnome
|
||||
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
|
|
@ -196,6 +195,10 @@ rm -r %{buildroot}%{_datadir}/icons/gnome
|
|||
%{_datadir}/gnuradio/examples
|
||||
|
||||
%changelog
|
||||
* Wed Mar 12 2025 Jaroslav Škarvada <jskarvad@redhat.com> - 3.8.0.0-8
|
||||
- Fixed license tag
|
||||
Resolves: rhbz#2346825
|
||||
|
||||
* Tue Mar 24 2020 Jaroslav Škarvada <jskarvad@redhat.com> - 3.8.0.0-7
|
||||
- Added requirement on python3-six and python3-mako
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue