From 0eaafacb8e6c5270a7ce36976f3fe24816032a0e Mon Sep 17 00:00:00 2001 From: Jef Spaleta Date: Sat, 5 Jan 2008 00:54:57 +0000 Subject: [PATCH] - fix for egg-info file creation --- scipy.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scipy.spec b/scipy.spec index c86366e..74cd876 100644 --- a/scipy.spec +++ b/scipy.spec @@ -3,7 +3,7 @@ Summary: Scipy: Scientific Tools for Python Name: scipy Version: 0.6.0 -Release: 3%{?dist} +Release: 4%{?dist} Group: Development/Libraries License: BSD and LGPLv2+ @@ -61,10 +61,14 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %doc LICENSE.txt %{python_sitearch}/scipy +%{python_sitearch}/*.egg-info %changelog +* Fri Jan 04 2008 Jef Spaleta - 0.6.0-4 +- fix for egg-info file creation + * Wed Oct 03 2007 Jef Spaleta - 0.6.0-3 - include_dirs changes for ufsparse change in development