]> git.pld-linux.org Git - packages/gqrx.git/blame - gqrx.spec
- - rebuild with boost 1.55.0
[packages/gqrx.git] / gqrx.spec
CommitLineData
c1111171
AM
1Summary: Software defined radio receiver powered by GNU Radio and Qt
2Name: gqrx
3Version: 2.2.0
a9c5f3d5 4Release: 3
c1111171 5License: GPL v3+
195207e1 6Group: Applications/Engineering
c1111171
AM
7Source0: http://downloads.sourceforge.net/gqrx/%{name}-%{version}-src.tar.gz
8# Source0-md5: ff771b9c31ee17f704859398362b8cc0
cba1a377 9URL: http://gqrx.dk/
195207e1
AM
10BuildRequires: QtCore-devel
11BuildRequires: QtGui-devel
12BuildRequires: QtSvg-devel
c1111171
AM
13BuildRequires: boost-devel
14BuildRequires: gnuradio-devel >= 3.7
15BuildRequires: gr-osmosdr-devel
16BuildRequires: pulseaudio-devel
195207e1
AM
17BuildRequires: qt4-qmake
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
c1111171
AM
19
20%description
21Gqrx is a software defined radio receiver powered by the GNU Radio SDR
22framework and the Qt graphical toolkit.
23
24%prep
25%setup -q
26
27%build
195207e1
AM
28install -d build
29cd build
30qmake-qt4 \
31 PREFIX=%{_prefix} \
32 ../gqrx.pro
33%{__make}
c1111171
AM
34
35%install
36rm -rf $RPM_BUILD_ROOT
37
195207e1 38%{__make} -C build install \
c1111171
AM
39 INSTALL_ROOT=$RPM_BUILD_ROOT
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45%defattr(644,root,root,755)
195207e1
AM
46%doc README.md
47%attr(755,root,root) %{_bindir}/gqrx
This page took 0.068119 seconds and 4 git commands to generate.