From 8955d2a8f8c2a3ba3f7589b814c38d72f0457dad Mon Sep 17 00:00:00 2001 From: thierry Date: Fri, 8 Jan 2010 14:56:11 +0000 Subject: [PATCH] fix for f12 --- bbn_80211.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bbn_80211.spec b/bbn_80211.spec index f118ba1..facad61 100644 --- a/bbn_80211.spec +++ b/bbn_80211.spec @@ -36,7 +36,11 @@ over the air reliably at 1Mbps and partially at 2Mbps. %prep %setup -q -n %{actual_name} - +# patch bbn_tap.cc that lacks an include (critical on f12) +sed -i ' +/#include / a\ +#include +' gr-bbn/src/bbn/bbn_tap.cc %build #PKG_CONFIG_PATH="/usr/lib/pkgconfig" @@ -68,7 +72,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %{_bindir}/* %{_includedir}/gnuradio/* -%{_libdir}/python2.5/site-packages/ +%{_libdir}/python*/site-packages/ %dir %{_datadir}/%{actual_name} %{_datadir}/%{actual_name}/* -- 2.43.0