|
# Pull from git |
|
|
%global git_tag release_003_003_001 |
|
|
|
|
|
# git clone git://code.ettus.com/ettus/uhd.git |
|
|
# cd uhd |
|
|
# git archive --format=tar --prefix=%%{name}-%%{version}/ %%{git_tag} | \ |
|
|
# gzip > ../%%{name}-%%{version}.tar.gz |
|
|
|
|
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.3.1 |
Version: 3.3.2 |
4 |
Release: %mkrel 1 |
Release: %mkrel 1 |
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+ |
8 |
Source0: %{name}-%{version}.tar.gz |
Source0: %{name}-%{version}.tar.gz |
9 |
|
# Create tarball from git with: |
10 |
|
# $ make-tarball uhd git://code.ettus.com/ettus/uhd.git |
11 |
|
# See note in make-tarball script |
12 |
|
Source1: make-tarball |
13 |
|
|
14 |
BuildRequires: cmake |
BuildRequires: cmake |
15 |
BuildRequires: boost-devel |
BuildRequires: boost-devel |
16 |
BuildRequires: libusb1-devel |
BuildRequires: libusb1-devel |