Author: lev
Date: Sun Dec 10 02:40:04 2006
New Revision: 94404
Modified:
packages/cooker/ipython/current/SPECS/ipython.spec
Log:
Fix license.
Make sure package can still build properly with Python < 2.5.
Modified: packages/cooker/ipython/current/SPECS/ipython.spec
==============================================================================
--- packages/cooker/ipython/current/SPECS/ipython.spec (original)
+++ packages/cooker/ipython/current/SPECS/ipython.spec Sun Dec 10 02:40:04 2006
@@ -1,21 +1,21 @@
%define name ipython
%define tar_name ipython
%define version 0.7.2
-%define rel 3
+%define rel 4
-Summary: An enhanced interactive Python shell
-Name: %{name}
-Version: %{version}
-Release: %mkrel %{rel}
-Source0: http://ipython.scipy.org/dist/%{tar_name}-%{version}.tar.bz2
-Patch0: Shell.py.patch.bz2
-License: LGPL
-Group: Development/Python
-BuildRoot: %{_tmppath}/%{name}-buildroot
-BuildRequires: python-devel
-Requires: python
-BuildArch: noarch
-Url: http://ipython.scipy.org
+Summary: An enhanced interactive Python shell
+Name: %{name}
+Version: %{version}
+Release: %mkrel %{rel}
+Source0: http://ipython.scipy.org/dist/%{tar_name}-%{version}.tar.bz2
+Patch0: Shell.py.patch.bz2
+License: BSD-like
+Group: Development/Python
+BuildRoot: %{_tmppath}/%{name}-buildroot
+BuildRequires: python-devel
+Requires: python
+BuildArch: noarch
+Url: http://ipython.scipy.org
%description
@@ -70,5 +70,7 @@
%doc doc/* README
%_bindir/*
%py_puresitedir/IPython/
-%py_puresitedir/*.egg-info
%_mandir/man1/*
+%if %python_version == 2.5
+%py_puresitedir/*.egg-info
+%endif