kwds
[gnuradio.git] / gnuradio.spec
index 12d56d4..16f47a1 100644 (file)
@@ -1,9 +1,5 @@
-# SPEC file for gnuradio
-#
-#
-# Source: ftp://ftp.gnu.org/gnu/gnuradio/gnuradio-3.2.2.tar.gz
-#
-# Signature: ftp://ftp.gnu.org/gnu/gnuradio/gnuradio-3.2.2.tar.gz.sig
+# $Id$
+# $URL$
 #
 %define name gnuradio
 %define version 3.2.2
@@ -52,14 +48,15 @@ export PATH=%{_libexecdir}/sdcc:$PATH
 ########## the bootstrap script basically reruns autoconf and automake
 %if "%{distro}" == "Fedora" && %{distrorelease} >= 12
 autoreconf -i
+%configure --disable-doxygen
 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
+make %{?_smp_mflags}
 %else
 bash -x ./bootstrap
-%endif
-
 %configure --disable-doxygen
-make %{?_smp_mflags}
+make
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -135,6 +132,3 @@ Devel package of gnuradio
 
 * Wed Apr 1 2009  Ben Yahmed Maher <ben.yahmed.maher@gmail.com> 3.2.2-1.2
 - change to svn 10720 with fedora 10
-
-
-