From: Jan Rękorajski Date: Thu, 4 Mar 2021 21:04:06 +0000 (+0100) Subject: - set version to prevent autogeneration with incorrect values X-Git-Tag: auto/th/uhd-3.15.0.0-2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fuhd.git;a=commitdiff_plain;h=eb732e5 - set version to prevent autogeneration with incorrect values - rel 2 --- diff --git a/uhd.spec b/uhd.spec index c72f106..5545eba 100644 --- a/uhd.spec +++ b/uhd.spec @@ -6,7 +6,7 @@ Summary: Universal Hardware Driver for Ettus Research products Summary(pl.UTF-8): Uniwersalny sterownik sprzętowy do produktów Ettus Research Name: uhd Version: 3.15.0.0 -Release: 1 +Release: 2 License: GPL v3+ Group: Applications/System #Source0Download: https://github.com/EttusResearch/uhd/releases @@ -175,6 +175,7 @@ Biblioteka USRP Module Peripheral Manager dla Pythona. install -d build-{host,mpm} cd build-host %cmake ../host \ + -DUHD_VERSION="%{version}" \ -DENABLE_USB=ON %{__make}