Dominique Leuenberger 2014-11-14 08:19:01 +00:00 committed by Git OBS Bridge
parent c91ca41a1d
commit 9714dc316f
3 changed files with 10 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<constraints>
<hardware>
<memory>
<size unit="G">5</size>
<size unit="G">4</size>
</memory>
</hardware>
</constraints>

View File

@ -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

View File

@ -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