From 13c0867d66dcdb0ecde721c475a3c9a00bc582a925c9f7bc2c177e66eb0d1083 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 14 Nov 2014 08:19:01 +0000 Subject: [PATCH] Accepting request 261279 from science 1 OBS-URL: https://build.opensuse.org/request/show/261279 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuradio?expand=0&rev=7 --- _constraints | 2 +- gnuradio.changes | 6 ++++++ gnuradio.spec | 5 +++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/_constraints b/_constraints index 839950a..2e7d479 100644 --- a/_constraints +++ b/_constraints @@ -1,7 +1,7 @@ - 5 + 4 diff --git a/gnuradio.changes b/gnuradio.changes index 1b8f684..cec1416 100644 --- a/gnuradio.changes +++ b/gnuradio.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Nov 12 10:56:37 UTC 2014 - dmitry_r@opensuse.org + +- Use -j2 for make +- Delete source url for conversion script + ------------------------------------------------------------------- Wed Oct 22 23:25:32 UTC 2014 - wk@ire.pw.edu.pl diff --git a/gnuradio.spec b/gnuradio.spec index 0e64a12..96f3888 100644 --- a/gnuradio.spec +++ b/gnuradio.spec @@ -26,7 +26,8 @@ Group: Productivity/Hamradio/Other Url: http://gnuradio.org Source: http://gnuradio.org/releases/gnuradio/gnuradio-%{version}.tar.gz Source1: %{name}-rpmlintrc -Source2: http://www.nathanwest.us/grc_to_37.sh +# http://www.nathanwest.us/grc_to_37.sh +Source2: grc_to_37.sh BuildRequires: alsa-devel BuildRequires: boost-devel BuildRequires: cmake @@ -140,7 +141,7 @@ sed -i 's|^HTML_TIMESTAMP = YES|HTML_TIMESTAMP = NO|' docs/doxyg %build %cmake \ -DCMAKE_SHARED_LINKER_FLAGS="" -make -j1 +make -j2 %install %cmake_install