[gnuradio] On non ARM expand disable_mfpu_neon macro to empty string

Jaroslav Škarvada jskarvad at fedoraproject.org
Tue Jul 24 13:42:32 UTC 2012


commit cfcd5f8ae5612350bb72c85ebeca2420490357bc
Author: Jaroslav Škarvada <jskarvad at redhat.com>
Date:   Tue Jul 24 15:41:53 2012 +0200

    On non ARM expand disable_mfpu_neon macro to empty string

 gnuradio.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gnuradio.spec b/gnuradio.spec
index 4aba5af..1f4afb5 100644
--- a/gnuradio.spec
+++ b/gnuradio.spec
@@ -14,7 +14,7 @@
 
 Name:		gnuradio
 Version:	3.6.1
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	Software defined radio framework
 
 Group:		Applications/Engineering
@@ -124,7 +124,7 @@ cd build
 -DENABLE_GR_TRELLIS=FORCE -DENABLE_GR_VIDEO_SDL=FORCE \
 -DENABLE_GR_WXGUI=FORCE -DENABLE_GR_UTILS=FORCE \
 -DENABLE_GRC=FORCE -DENABLE-GR_COMEDI=FORCE \
-%{disable_mfpu_neon} \
+%{?disable_mfpu_neon} \
 ..
 
 # make with -j1 and compile without strict-aliasing
@@ -175,6 +175,9 @@ rm -rf %{buildroot}
 %{_datadir}/gnuradio/examples
 
 %changelog
+* Tue Jul 24 2012 Jaroslav Škarvada <jskarvad at redhat.com> - 3.6.1-4
+- On non ARM expand disable_mfpu_neon macro to empty string
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.6.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list