[HippoDraw] fix sub pacakge deps

Peter Robinson pbrobinson at fedoraproject.org
Fri Feb 10 10:39:00 UTC 2012


commit 6c5d299d68b523772058597457c6ec08e4b757b9
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Fri Feb 10 10:38:52 2012 +0000

    fix sub pacakge deps

 HippoDraw.spec |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/HippoDraw.spec b/HippoDraw.spec
index 884ff9f..a3e6a11 100644
--- a/HippoDraw.spec
+++ b/HippoDraw.spec
@@ -1,6 +1,6 @@
 Name:    HippoDraw
 Version: 1.21.3
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Interactive and Python scriptable data analysis application
 
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")}
@@ -18,7 +18,7 @@ Patch3: HippoDraw-gcc45.patch
 
 BuildRequires: cfitsio-devel qt3-devel desktop-file-utils doxygen graphviz
 BuildRequires: graphviz-gd
-BuildRequires: numpy
+BuildRequires: numpy boost-devel python-devel
 BuildRequires: tetex-latex tetex-dvips netpbm-progs ghostscript
 Requires:  tetex-latex tetex-dvips netpbm-progs ghostscript
 
@@ -30,9 +30,8 @@ Python extension module.
 %package python
 Summary: %{name} Python module
 Group: Development/Languages
-BuildRequires: boost-devel python-devel python-numarray
 Requires: %{name} = %{version}-%{release}
-Requires: python-numarray
+Requires: numpy
 
 %description  python
 Provides Python module to use %{name} from Python scripts.
@@ -41,7 +40,7 @@ Provides Python module to use %{name} from Python scripts.
 Summary:  Library and header files for %{name} library
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
-Requires: qt3-devel boost-devel cfitsio-devel python-numarray
+Requires: qt3-devel boost-devel cfitsio-devel numpy
 
 %description devel
 The %{name}-devel package contains libraries and header files for
@@ -136,6 +135,9 @@ touch --no-create %{_datadir}/icons/hicolor || :
 %{_datadir}/%{name}/examples
 
 %changelog
+* Fri Feb 10 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 1.21.3-3
+- Fix sub package deps
+
 * Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.21.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list