X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=gnuradio.spec;h=c68fc0c26fbb9d1620cfadcc3c76243e505afeac;hb=36658f326fd04504ea8b18e8283020c4fc2192f8;hp=01f1652741a43c329e4ec51a3f83acdf99ac8302;hpb=3197ec30b3531380c7a3362d8d02b3148506f8a4;p=gnuradio.git diff --git a/gnuradio.spec b/gnuradio.spec index 01f1652..c68fc0c 100644 --- a/gnuradio.spec +++ b/gnuradio.spec @@ -20,6 +20,7 @@ License: GPLv3 URL: ftp://ftp.gnu.org/gnu/gnuradio/gnuradio-3.2.2.tar.gz Group: Productivity/Hamradio/Other Source: %{actual_name}.tar.gz +Source1: bootstrap.wextoolbox BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -44,10 +45,14 @@ gnuradio is a free software radio toolkit %build export PKG_CONFIG_PATH="/usr/lib/pkgconfig" -# Following export PATH is a dirty hack to let gnuradio configure find sdcc +# dirty hack to let gnuradio configure find sdcc export PATH=$PATH:/usr/libexec/sdcc -./bootstrap -#./configure +# basically reruns autoconf and automake +%if "%{distro}" == "Fedora" && %{distrorelease} >= 12 +bash -x ./bootstrap.wextoolbox +%else +bash -x ./bootstrap +%endif %configure --disable-doxygen make