[packages/ipython3] - up to 0.13.1 - fix license - bug-2057.patch included upstream
draenog
draenog at pld-linux.org
Fri Dec 21 02:18:11 CET 2012
commit 91856dc025ddfa4ee4bc98dcff77d579e81841a8
Author: Kacper Kornet <draenog at pld-linux.org>
Date: Thu Dec 20 22:51:18 2012 +0000
- up to 0.13.1
- fix license
- bug-2057.patch included upstream
ipython3-bug-2057.patch | 12 ------------
ipython3.spec | 16 ++++++++++------
2 files changed, 10 insertions(+), 18 deletions(-)
---
diff --git a/ipython3.spec b/ipython3.spec
index 51a44eb..2814cb0 100644
--- a/ipython3.spec
+++ b/ipython3.spec
@@ -6,13 +6,12 @@
Summary: An enhanced Interactive Python shell
Summary(pl.UTF-8): Interaktywna powłoka języka Python
Name: ipython3
-Version: 0.13
-Release: 3
-License: LGPL
+Version: 0.13.1
+Release: 1
+License: BSD
Group: Applications/Shells
Source0: http://archive.ipython.org/release/%{version}/%{mname}-%{version}.tar.gz
-# Source0-md5: 490ccc2da9d6de9c37c7df05c1197ac5
-Patch0: %{name}-bug-2057.patch
+# Source0-md5: ca7e75f7c802afc6aaa0a1ea59846420
URL: http://ipython.org
BuildRequires: pydoc3
BuildRequires: python3-devel
@@ -125,13 +124,16 @@ Pakiet ten zawiera moduły interaktywnej powłoki języka Python.
%prep
%setup -q -n %{mname}-%{version}
-%patch0 -p1
%install
rm -rf $RPM_BUILD_ROOT
python3 ./setup.py install --optimize=2 --root=$RPM_BUILD_ROOT
+for p in ipcluster ipcontroller ipengine iplogger ipython irunner pycolor; do
+ mv $RPM_BUILD_ROOT%{_mandir}/man1/{$p.1,${p}3.1}
+done
+
rm -rf $RPM_BUILD_ROOT%{_docdir}
%clean
@@ -140,6 +142,8 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/i*3.1.gz
+%{_mandir}/man1/pycolor3.1.gz
%files -n python3-ipython
%defattr(644,root,root,755)
diff --git a/ipython3-bug-2057.patch b/ipython3-bug-2057.patch
deleted file mode 100644
index fb55d2c..0000000
--- a/ipython3-bug-2057.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nur ipython-0.13.orig/IPython/core/release.py ipython-0.13/IPython/core/release.py
---- ipython-0.13.orig/IPython/core/release.py 2012-06-30 03:40:24.000000000 +0100
-+++ ipython-0.13/IPython/core/release.py 2012-07-24 01:21:16.000000000 +0100
-@@ -114,7 +114,7 @@
- 'Brian' : ('Brian E Granger', 'ellisonbg at gmail.com'),
- 'Min' : ('Min Ragan-Kelley', 'benjaminrk at gmail.com'),
- 'Thomas' : ('Thomas A. Kluyver', 'takowl at gmail.com'),
-- 'Jörgen' : ('Jörgen Stenarson', 'jorgen.stenarson at bostream.nu'),
-+ 'Jorgen' : ('Jorgen Stenarson', 'jorgen.stenarson at bostream.nu'),
- 'Matthias' : ('Matthias Bussonnier', 'bussonniermatthias at gmail.com'),
- }
-
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ipython3.git/commitdiff/91856dc025ddfa4ee4bc98dcff77d579e81841a8
More information about the pld-cvs-commit
mailing list