rpms/hamlib/devel hamlib.spec,1.43,1.44

Lucian Langa lucilanga at fedoraproject.org
Sat Nov 7 21:00:18 UTC 2009


Author: lucilanga

Update of /cvs/pkgs/rpms/hamlib/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27620

Modified Files:
	hamlib.spec 
Log Message:
rebuild with usrp backend


Index: hamlib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hamlib/devel/hamlib.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -p -r1.43 -r1.44
--- hamlib.spec	7 Nov 2009 13:19:18 -0000	1.43
+++ hamlib.spec	7 Nov 2009 21:00:17 -0000	1.44
@@ -2,7 +2,7 @@
 
 Name:           hamlib
 Version:        1.2.10
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Run-time library to control radio transceivers and receivers
 
 Group:          System Environment/Libraries
@@ -11,19 +11,20 @@ URL:            http://hamlib.sourceforg
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 #Install python and perl bindings into proper dirs
 Patch0:         hamlib-1.2.10-bindings.patch
+Patch1:         hamlib-1.2.10-usrp.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel, swig, gd-devel, libxml2-devel, tcl-devel
-BuildRequires:  libusb-devel, pkgconfig
-BuildRequires:  doxygen
+BuildRequires:  libusb-devel, pkgconfig, boost-devel
+BuildRequires:  doxygen, gnuradio-devel, usrp-devel
 #for perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 
 %description
-Hamlib provides a standardised programming interface that applications 
+Hamlib provides a standardised programming interface that applications
 can use to send the appropriate commands to a radio.
- 
+
 Also included in the package is a simple radio control program 'rigctl',
 which lets one control a radio transceiver or receiver, either from
 command line interface or in a text-oriented interactive interface.
@@ -91,6 +92,7 @@ Hamlib TCL Language bindings to allow ra
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1 -b .usrp
 
 %build
 %configure \
@@ -98,7 +100,8 @@ Hamlib TCL Language bindings to allow ra
         --with-rigmatrix \
         --enable-tcl-binding \
         --with-python-binding \
-        --with-perl-binding
+        --with-perl-binding \
+	--with-usrp
 
 # Build libs, drivers, and programs, won't build with smpflags
 make
@@ -206,6 +209,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/hamlibtcl*
 
 %changelog
+* Sat Nov 07 2009 Lucian Langa <cooly at gnome.eu.org> - 1.2.10-2
+- build with usrp backend
+
 * Sat Nov 07 2009 Lucian Langa <cooly at gnome.eu.org> - 1.2.10-1
 - new upstream release
 




More information about the fedora-extras-commits mailing list