Accepting request 948101 from home:mnhauke:sdr-devel

- Don't set VERSION_INFO_EXTRA to strip "-git-unknown" from the
  libbladeRF version (e.g. "2.4.1-git-unknown" -> "2.4.1")

OBS-URL: https://build.opensuse.org/request/show/948101
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/bladeRF?expand=0&rev=39
This commit is contained in:
Martin Hauke 2022-01-22 20:42:16 +00:00 committed by Git OBS Bridge
parent 6fd5cd14e2
commit 1a18598d64
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Jan 22 12:08:49 UTC 2022 - Martin Hauke <mardnh@gmx.de>
- Don't set VERSION_INFO_EXTRA to strip "-git-unknown" from the
libbladeRF version (e.g. "2.4.1-git-unknown" -> "2.4.1")
-------------------------------------------------------------------
Tue Oct 5 20:55:59 UTC 2021 - Martin Hauke <mardnh@gmx.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package bladeRF
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2013-2015 Wojciech Kazubski, wk@ire.pw.edu.pl
#
# All modifications and additions to the file contributed by third parties
@ -94,6 +94,7 @@ popd
%build
cd host
%cmake \
-DVERSION_INFO_EXTRA="" \
-DCMAKE_INSTALL_LIBDIR:PATH=%{_lib} \
-DUDEV_RULES_PATH=%{_udevrulesdir} \
-DBLADERF_GROUP=%{bladerf_group} \