From 31c9813094b789adbcba06a45ddb2f4ebebeba0f Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Wed, 15 May 2013 19:41:07 -0600 Subject: [PATCH] Spec cleanup --- scipy.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scipy.spec b/scipy.spec index b706132..2e2f9cc 100644 --- a/scipy.spec +++ b/scipy.spec @@ -16,7 +16,6 @@ Url: http://www.scipy.org Source0: http://downloads.sourceforge.net/scipy/%{name}-%{version}.tar.gz # Fix definition on gerqf that caused test segfault Patch0: scipy-gerqf.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: numpy, python-devel,f2py BuildRequires: fftw-devel, blas-devel, lapack-devel, suitesparse-devel @@ -125,7 +124,6 @@ rm -rf $RPM_BUILD_ROOT %files -%defattr(-,root,root,-) %doc LICENSE.txt %{python_sitearch}/scipy %{python_sitearch}/*.egg-info @@ -133,7 +131,6 @@ rm -rf $RPM_BUILD_ROOT %if 0%{?with_python3} %files -n python3-scipy -%defattr(-,root,root,-) %doc LICENSE.txt %{python3_sitearch}/scipy %{python3_sitearch}/*.egg-info @@ -142,6 +139,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Wed May 15 2013 Orion Poplawski - 0.12.0-3 - Remove old ufsparse references, use suitesparse +- Spec cleanup * Mon Apr 15 2013 Orion Poplawski - 0.12.0-2 - Add patch to fix segfaul in test of sgeqrf