[hamlib] usrp depreciated remove call in spec

Randall 'Randy' Berry dp67 at fedoraproject.org
Wed Dec 7 10:05:42 UTC 2011


commit dab98fa91b2396001bd940b94909395b75204664
Author: dp67 <dp67 at fedoraproject.org>
Date:   Wed Dec 7 05:05:37 2011 -0500

    usrp depreciated remove call in spec

 hamlib.spec |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/hamlib.spec b/hamlib.spec
index feac3b5..a8c2d7b 100644
--- a/hamlib.spec
+++ b/hamlib.spec
@@ -19,7 +19,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel, swig, gd-devel, libxml2-devel, tcl-devel
 BuildRequires:  libusb-devel, pkgconfig, boost-devel, libtool-ltdl-devel
-BuildRequires:  doxygen, gnuradio-devel, usrp-devel
+BuildRequires:  doxygen, gnuradio-devel
 #for perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 
@@ -112,7 +112,8 @@ Hamlib TCL Language bindings to allow radio control from TCL scripts.
         --enable-tcl-binding \
         --with-perl-binding \
         --with-python-binding \
-        --with-usrp
+# usrp depreciated
+        --without-usrp
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 
@@ -220,8 +221,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/hamlibtcl*
 
 %changelog
-* Thu Nov 03 2011 cooly at gnome.eu.org - 1.2.14-2
-- rebuild against newer gnuradio
+* Wed Dec 07 2011 Randall "Randy" Berry <dp67 at fedoraproject.org> - 1.2.14-2
+- Rebuild to fix broken deps libusrp
+- Apply --without-usrp
 
 * Sun Jul 31 2011 Lucian Langa <cooly at gnome.eu.org> - 1.2.14-1
 - new upstream release
@@ -240,7 +242,7 @@ rm -rf $RPM_BUILD_ROOT
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.12-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
-* Wed Feb 2 2011 Randall "Randy" Berry <dp67 at fedoraproject.org> - 1.2.12-3
+* Wed Feb 2 2011 Randall "Randy" Berry N3LRX <dp67 at fedoraproject.org> - 1.2.12-3
 - Rebuild to fix broken deps libxml2
 
 * Fri Nov 05 2010 Lucian Langa <cooly at gnome.eu.org> - 1.2.12-2


More information about the scm-commits mailing list