1 |
Name: uhd |
Name: uhd |
2 |
URL: http://code.ettus.com/redmine/ettus/projects/uhd/wiki |
URL: http://code.ettus.com/redmine/ettus/projects/uhd/wiki |
3 |
Version: 3.4.1 |
Version: 3.4.1 |
4 |
Release: %mkrel 1 |
Release: %mkrel 2 |
5 |
Group: Communications |
Group: Communications |
6 |
Summary: Universal Hardware Driver for Ettus Research products |
Summary: Universal Hardware Driver for Ettus Research products |
7 |
License: GPLv3+ |
License: GPLv3+ |
29 |
%setup -q |
%setup -q |
30 |
|
|
31 |
%build |
%build |
32 |
mkdir -p host/build |
pushd host |
33 |
cd host/build |
%cmake |
|
cmake ../ -DCMAKE_INSTALL_PREFIX=/usr |
|
34 |
%make |
%make |
35 |
|
popd |
36 |
|
|
37 |
%check |
%check |
38 |
cd host/build |
cd host/build |
39 |
make test |
make test |
40 |
|
|
41 |
%install |
%install |
42 |
pushd host/build |
%makeinstall_std -C host/build |
|
make install DESTDIR=%{buildroot} |
|
43 |
|
|
44 |
# Allow access only to users in usrp group |
# Allow access only to users in usrp group |
45 |
sed -i 's/MODE:="0666"/MODE:="0660"/' %{buildroot}%{_datadir}/uhd/utils/uhd-usrp.rules |
sed -i 's/MODE:="0666"/MODE:="0660"/' %{buildroot}%{_datadir}/uhd/utils/uhd-usrp.rules |