forked from pool/airspyhf
Accepting request 792792 from home:mnhauke:sdr-devel
- Update to version 1.6.8 * add airspyhf_* tools - Update patch * libairspyhf/src/CMakeLists.txt OBS-URL: https://build.opensuse.org/request/show/792792 OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/airspyhf?expand=0&rev=13
This commit is contained in:
parent
a2fa2fb125
commit
f241323e75
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:270c332e16677469d7644053e4905106ef0aa52f0da10fd9f22cca05fe1dd2ef
|
|
||||||
size 21917
|
|
3
airspyhf-1.6.8.tar.gz
Normal file
3
airspyhf-1.6.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cd1e5ae89e09b813b096ae4a328e352c9432a582e03fd7da86760ba60efa77ab
|
||||||
|
size 33527
|
@ -1,8 +1,8 @@
|
|||||||
diff --git a/libairspyhf/src/CMakeLists.txt b/libairspyhf/src/CMakeLists.txt
|
diff --git a/libairspyhf/src/CMakeLists.txt b/libairspyhf/src/CMakeLists.txt
|
||||||
index 2ab698b..21be9ed 100644
|
index 9d8d483..da1f966 100644
|
||||||
--- a/libairspyhf/src/CMakeLists.txt
|
--- a/libairspyhf/src/CMakeLists.txt
|
||||||
+++ b/libairspyhf/src/CMakeLists.txt
|
+++ b/libairspyhf/src/CMakeLists.txt
|
||||||
@@ -63,7 +63,7 @@ set_target_properties(airspyhf PROPERTIES CLEAN_DIRECT_OUTPUT 1)
|
@@ -58,7 +58,7 @@ set_target_properties(airspyhf PROPERTIES CLEAN_DIRECT_OUTPUT 1)
|
||||||
set_target_properties(airspyhf-static PROPERTIES CLEAN_DIRECT_OUTPUT 1)
|
set_target_properties(airspyhf-static PROPERTIES CLEAN_DIRECT_OUTPUT 1)
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 9 18:11:02 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- Update to version 1.6.8
|
||||||
|
* add airspyhf_* tools
|
||||||
|
- Update patch
|
||||||
|
* libairspyhf/src/CMakeLists.txt
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 17 12:58:51 UTC 2019 - Richard Brown <rbrown@suse.com>
|
Thu Oct 17 12:58:51 UTC 2019 - Richard Brown <rbrown@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package airspyhf
|
# spec file for package airspyhf
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
# Copyright (c) 2017, Martin Hauke <mardnh@gmx.de>
|
# Copyright (c) 2017, Martin Hauke <mardnh@gmx.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -21,11 +21,11 @@
|
|||||||
%define airspyhf_group airspyhf
|
%define airspyhf_group airspyhf
|
||||||
%define libname lib%{name}%{sover}
|
%define libname lib%{name}%{sover}
|
||||||
Name: airspyhf
|
Name: airspyhf
|
||||||
Version: 1.1.5
|
Version: 1.6.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Support programs for Airspy HF+ SDR
|
Summary: Support programs for Airspy HF+ SDR
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Url: http://www.airspy.com/airspy-hf-plus
|
URL: http://www.airspy.com/airspy-hf-plus
|
||||||
#Git-Clone: https://github.com/airspy/airspyhf.git
|
#Git-Clone: https://github.com/airspy/airspyhf.git
|
||||||
Source: https://github.com/airspy/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source: https://github.com/airspy/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Patch0: airspyhf-fix-libm-linking.patch
|
Patch0: airspyhf-fix-libm-linking.patch
|
||||||
@ -93,6 +93,13 @@ getent group %{airspyhf_group} >/dev/null || groupadd -r %{airspyhf_group}
|
|||||||
%postun udev
|
%postun udev
|
||||||
%udev_rules_update
|
%udev_rules_update
|
||||||
|
|
||||||
|
%files
|
||||||
|
%{_bindir}/airspyhf_calibrate
|
||||||
|
%{_bindir}/airspyhf_gpio
|
||||||
|
%{_bindir}/airspyhf_info
|
||||||
|
%{_bindir}/airspyhf_lib_version
|
||||||
|
%{_bindir}/airspyhf_rx
|
||||||
|
|
||||||
%files -n %{libname}
|
%files -n %{libname}
|
||||||
%doc README.md LICENSE
|
%doc README.md LICENSE
|
||||||
%{_libdir}/libairspyhf.so.*
|
%{_libdir}/libairspyhf.so.*
|
||||||
|
Loading…
Reference in New Issue
Block a user