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:
parent
6fd5cd14e2
commit
1a18598d64
@ -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>
|
Tue Oct 5 20:55:59 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package bladeRF
|
# 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
|
# Copyright (c) 2013-2015 Wojciech Kazubski, wk@ire.pw.edu.pl
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -94,6 +94,7 @@ popd
|
|||||||
%build
|
%build
|
||||||
cd host
|
cd host
|
||||||
%cmake \
|
%cmake \
|
||||||
|
-DVERSION_INFO_EXTRA="" \
|
||||||
-DCMAKE_INSTALL_LIBDIR:PATH=%{_lib} \
|
-DCMAKE_INSTALL_LIBDIR:PATH=%{_lib} \
|
||||||
-DUDEV_RULES_PATH=%{_udevrulesdir} \
|
-DUDEV_RULES_PATH=%{_udevrulesdir} \
|
||||||
-DBLADERF_GROUP=%{bladerf_group} \
|
-DBLADERF_GROUP=%{bladerf_group} \
|
||||||
|
Loading…
Reference in New Issue
Block a user