forked from pool/gnuradio
Accepting request 556551 from hardware:sdr
- Ignore openssl-1_0_0 for build as temporary workaround for Factory unresolvable state OBS-URL: https://build.opensuse.org/request/show/556551 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuradio?expand=0&rev=24
This commit is contained in:
commit
c0035b71fa
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 12 15:52:26 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Ignore openssl-1_0_0 for build as temporary workaround for
|
||||||
|
Factory unresolvable state
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 22 20:27:27 UTC 2017 - mardnh@gmx.de
|
Mon May 22 20:27:27 UTC 2017 - mardnh@gmx.de
|
||||||
|
|
||||||
|
@ -16,15 +16,15 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define sover 3_7_11-0_0_0
|
||||||
|
%define sover_volk 1_3
|
||||||
Name: gnuradio
|
Name: gnuradio
|
||||||
Version: 3.7.11
|
Version: 3.7.11
|
||||||
Release: 0
|
Release: 0
|
||||||
%define sover 3_7_11-0_0_0
|
|
||||||
%define sover_volk 1_3
|
|
||||||
Summary: GNU software radio
|
Summary: GNU software radio
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
Group: Productivity/Hamradio/Other
|
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
|
||||||
# http://www.nathanwest.us/grc_to_37.sh
|
# http://www.nathanwest.us/grc_to_37.sh
|
||||||
@ -44,7 +44,7 @@ BuildRequires: libSDL-devel
|
|||||||
BuildRequires: libjack-devel
|
BuildRequires: libjack-devel
|
||||||
BuildRequires: libxslt-python
|
BuildRequires: libxslt-python
|
||||||
BuildRequires: orc
|
BuildRequires: orc
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: portaudio-devel
|
BuildRequires: portaudio-devel
|
||||||
BuildRequires: python-Cheetah
|
BuildRequires: python-Cheetah
|
||||||
BuildRequires: python-Sphinx
|
BuildRequires: python-Sphinx
|
||||||
@ -52,11 +52,6 @@ BuildRequires: python-gtk
|
|||||||
BuildRequires: python-lxml
|
BuildRequires: python-lxml
|
||||||
BuildRequires: python-numpy
|
BuildRequires: python-numpy
|
||||||
BuildRequires: python-qt4-devel
|
BuildRequires: python-qt4-devel
|
||||||
%if 0%{?suse_version} > 1320
|
|
||||||
BuildRequires: python-wxWidgets-3_0
|
|
||||||
%else
|
|
||||||
BuildRequires: python-wxWidgets
|
|
||||||
%endif
|
|
||||||
BuildRequires: qwt6-devel
|
BuildRequires: qwt6-devel
|
||||||
BuildRequires: swig
|
BuildRequires: swig
|
||||||
BuildRequires: texlive-dvips
|
BuildRequires: texlive-dvips
|
||||||
@ -65,13 +60,19 @@ BuildRequires: uhd-devel
|
|||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: pkgconfig(libusb-1.0)
|
BuildRequires: pkgconfig(libusb-1.0)
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
|
# Workaround for openssl migration
|
||||||
|
#!BuildIgnore: openssl-1_0_0
|
||||||
Requires: python
|
Requires: python
|
||||||
Requires: python-Cheetah
|
Requires: python-Cheetah
|
||||||
Requires: python-gtk
|
Requires: python-gtk
|
||||||
Requires: python-lxml
|
Requires: python-lxml
|
||||||
Requires: python-numpy
|
Requires: python-numpy
|
||||||
Requires: python-qt4
|
Requires: python-qt4
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
%if 0%{?suse_version} > 1320
|
||||||
|
BuildRequires: python-wxWidgets-3_0
|
||||||
|
%else
|
||||||
|
BuildRequires: python-wxWidgets
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GNU Radio is a collection of software that when combined with minimal
|
GNU Radio is a collection of software that when combined with minimal
|
||||||
|
Loading…
x
Reference in New Issue
Block a user