X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=gnuradio.spec;h=d1538dcaedb00179a69399bcf8b4ad29e708d023;hb=133b7559f62fc01c684f807b51cf9d85cc567c69;hp=01f1652741a43c329e4ec51a3f83acdf99ac8302;hpb=3197ec30b3531380c7a3362d8d02b3148506f8a4;p=gnuradio.git diff --git a/gnuradio.spec b/gnuradio.spec index 01f1652..d1538dc 100644 --- a/gnuradio.spec +++ b/gnuradio.spec @@ -19,7 +19,9 @@ Release: %{release} License: GPLv3 URL: ftp://ftp.gnu.org/gnu/gnuradio/gnuradio-3.2.2.tar.gz Group: Productivity/Hamradio/Other -Source: %{actual_name}.tar.gz +Source0: %{actual_name}.tar.gz +Source1: 10-usrp.rules +Patch0: gnuradio-3.2-libtool.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -38,22 +40,31 @@ Requires: boost >= 1.35 gnuradio is a free software radio toolkit %prep - %setup -q -n %{actual_name} +%patch0 -p1 -b .libtool %build export PKG_CONFIG_PATH="/usr/lib/pkgconfig" -# Following export PATH is a dirty hack to let gnuradio configure find sdcc -export PATH=$PATH:/usr/libexec/sdcc -./bootstrap -#./configure +# dirty hack to let gnuradio configure find sdcc +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 make +%endif %install rm -rf $RPM_BUILD_ROOT -mkdir $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT +install -D -m0644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/10-usrp.rules #make DESTDIR=$RPM_BUILD_ROOT install %makeinstall @@ -106,16 +117,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...