X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=gnuradio.spec;h=ec80bf1c0a9619957dbd0f411a56a2c2fdbdb41a;hb=7e78e41f21e883988a16c1725fe4bd9353d70c35;hp=98b89cddc02fb0e0317dc2ee914b616f9979e38c;hpb=faaeefa27985152bf5facdb4f58efb86d826fac7;p=gnuradio.git diff --git a/gnuradio.spec b/gnuradio.spec index 98b89cd..ec80bf1 100644 --- a/gnuradio.spec +++ b/gnuradio.spec @@ -7,9 +7,11 @@ # %define name gnuradio %define version 3.2.2 -%define release 2.1 +%define release 21 %define actual_name %{name}-%{version} +%define module_taglevel_varname release + Name: %{name} Summary: GNU software radio Version: %{version} @@ -41,14 +43,13 @@ gnuradio is a free software radio toolkit %build -PKG_CONFIG_PATH="/usr/lib/pkgconfig" -export PKG_CONFIG_PATH +export TMPDIR=/var/tmp +export PKG_CONFIG_PATH="/usr/lib/pkgconfig" # Following export PATH is a dirty hack to let gnuradio configure find sdcc -PATH=$PATH:/usr/libexec/sdcc -export PATH +export PATH=$PATH:/usr/libexec/sdcc ./bootstrap #./configure -%configure +%configure --disable-doxygen make %install