[scipy] Spec cleanup

Orion Poplawski orion at fedoraproject.org
Thu May 16 01:41:44 UTC 2013


commit 31c9813094b789adbcba06a45ddb2f4ebebeba0f
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Wed May 15 19:41:07 2013 -0600

    Spec cleanup

 scipy.spec |    4 +---
 1 files changed, 1 insertions(+), 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 <orion at cora.nwra.com> - 0.12.0-3
 - Remove old ufsparse references, use suitesparse
+- Spec cleanup
 
 * Mon Apr 15 2013 Orion Poplawski <orion at cora.nwra.com> - 0.12.0-2
 - Add patch to fix segfaul in test of sgeqrf


More information about the scm-commits mailing list