forked from pool/bladeRF
- Clarify license status
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/bladeRF?expand=0&rev=21
This commit is contained in:
parent
0a82f7f761
commit
bafd2eb0be
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 7 12:05:23 UTC 2018 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
- Clarify license status
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 5 19:10:47 UTC 2018 - mardnh@gmx.de
|
Wed Sep 5 19:10:47 UTC 2018 - mardnh@gmx.de
|
||||||
|
|
||||||
|
11
bladeRF.spec
11
bladeRF.spec
@ -13,7 +13,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -27,9 +27,9 @@ Name: bladeRF
|
|||||||
Version: 1.4.0
|
Version: 1.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: SDR radio receiver
|
Summary: SDR radio receiver
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only AND AGPL-3.0-or-later
|
||||||
Group: Productivity/Hamradio/Other
|
Group: Productivity/Hamradio/Other
|
||||||
Url: http://nuand.com/
|
URL: http://nuand.com/
|
||||||
#Git-Clone: https://github.com/Nuand/bladeRF.git
|
#Git-Clone: https://github.com/Nuand/bladeRF.git
|
||||||
Source: https://github.com/Nuand/bladeRF/archive/%{release_name}.tar.gz#/%{name}-%{release_name}.tar.xz
|
Source: https://github.com/Nuand/bladeRF/archive/%{release_name}.tar.gz#/%{name}-%{release_name}.tar.xz
|
||||||
BuildRequires: cmake >= 2.8.4
|
BuildRequires: cmake >= 2.8.4
|
||||||
@ -106,10 +106,11 @@ getent group %{bladerf_group} >/dev/null || groupadd -r %{bladerf_group}
|
|||||||
%udev_rules_update
|
%udev_rules_update
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README.md COPYING CONTRIBUTORS
|
%license COPYING
|
||||||
|
%doc README.md CONTRIBUTORS
|
||||||
%{_bindir}/bladeRF-cli
|
%{_bindir}/bladeRF-cli
|
||||||
%{_bindir}/bladeRF-fsk
|
%{_bindir}/bladeRF-fsk
|
||||||
%{_mandir}/man1/bladeRF-cli.1%{ext_man}
|
%{_mandir}/man1/bladeRF-cli.1%{?ext_man}
|
||||||
|
|
||||||
%files udev
|
%files udev
|
||||||
%{_udevrulesdir}/88-nuand.rules
|
%{_udevrulesdir}/88-nuand.rules
|
||||||
|
Loading…
Reference in New Issue
Block a user