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> <constraints>
<hardware> <hardware>
<memory> <memory>
<size unit="G">5</size> <size unit="G">4</size>
</memory> </memory>
</hardware> </hardware>
</constraints> </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 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 Url: http://gnuradio.org
Source: http://gnuradio.org/releases/gnuradio/gnuradio-%{version}.tar.gz Source: http://gnuradio.org/releases/gnuradio/gnuradio-%{version}.tar.gz
Source1: %{name}-rpmlintrc 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: alsa-devel
BuildRequires: boost-devel BuildRequires: boost-devel
BuildRequires: cmake BuildRequires: cmake
@ -140,7 +141,7 @@ sed -i 's|^HTML_TIMESTAMP = YES|HTML_TIMESTAMP = NO|' docs/doxyg
%build %build
%cmake \ %cmake \
-DCMAKE_SHARED_LINKER_FLAGS="" -DCMAKE_SHARED_LINKER_FLAGS=""
make -j1 make -j2
%install %install
%cmake_install %cmake_install