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
This commit is contained in:
parent
c91ca41a1d
commit
9714dc316f
@ -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>
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user