[gnuradio] Removed explicit PyQwt requirement on RHEL-7

Jaroslav Škarvada jskarvad at fedoraproject.org
Mon Aug 18 12:55:15 UTC 2014


commit 7ea66147b83dfe3bb03a6ffa4510142594bfcba6
Author: Jaroslav Škarvada <jskarvad at redhat.com>
Date:   Mon Aug 18 14:55:05 2014 +0200

    Removed explicit PyQwt requirement on RHEL-7

 gnuradio.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/gnuradio.spec b/gnuradio.spec
index 6a6c4e6..98ca967 100644
--- a/gnuradio.spec
+++ b/gnuradio.spec
@@ -28,7 +28,7 @@
 
 Name:		gnuradio
 Version:	3.7.4
-Release:	5%{?dist}
+Release:	6%{?dist}
 Summary:	Software defined radio framework
 
 Group:		Applications/Engineering
@@ -61,7 +61,10 @@ BuildRequires:	uhd-devel
 BuildRequires:	PyQwt-devel, qwt-devel, qwtplot3d-qt4-devel
 %endif
 Requires:	numpy, wxPython, scipy, portaudio, python-lxml
-Requires:	pygtk2, python-cheetah, PyQt4, PyQwt
+Requires:	pygtk2, python-cheetah, PyQt4
+%if ! 0%{?rhel:1}
+Requires:	PyQwt
+%endif
 Obsoletes:	usrp < 3.3.0-1
 Obsoletes:	grc < 0.80-1
 
@@ -188,6 +191,9 @@ rm -rf %{buildroot}
 %{_datadir}/gnuradio/examples
 
 %changelog
+* Mon Aug 18 2014 Jaroslav Škarvada <jskarvad at redhat.com> - 3.7.4-6
+- Removed explicit PyQwt requirement on RHEL-7
+
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.7.4-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list