X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=gnuradio.spec;h=16f47a144f202bc2da5c91c104c96f7de8cd9682;hb=6be611ff622dd220f2542b8c15810e88ae4bd64d;hp=5f0277a2d1cbb3576c02ae7a42c50e9cf7c99b8f;hpb=75b29d35f60004f8c5b69b2d23a7c2a5068c1319;p=gnuradio.git diff --git a/gnuradio.spec b/gnuradio.spec index 5f0277a..16f47a1 100644 --- a/gnuradio.spec +++ b/gnuradio.spec @@ -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 @@ -117,16 +114,15 @@ Devel package of gnuradio %dir %{_datadir}/usrp %{_datadir}/usrp/* # TO FIX: if the 2 following commands are removed, the rpmbuild fails! -# It's w+eird because rev2 and rev3 directories are indeed created at the +# It's weird because rev2 and rev3 directories are indeed created at the # right place (/usr/share/rev*) when the rpm is installed... %{_datadir}/rev2/* %{_datadir}/rev4/* +%config(noreplace) %{_sysconfdir}/udev/rules.d/10-usrp.rules %doc AUTHORS README README.hacking ChangeLog NEWS INSTALL COPYING - - %changelog -n gnuradio * Wed Oct 8 2009 Thierry Turletti 3.2.2-2.1 - fixed lots of missing parameters... @@ -136,6 +132,3 @@ Devel package of gnuradio * Wed Apr 1 2009 Ben Yahmed Maher 3.2.2-1.2 - change to svn 10720 with fedora 10 - - -