source: trunk/server/fedora/specs/ipython.spec.patch @ 1734

Last change on this file since 1734 was 1726, checked in by ezyang, 14 years ago
Scriptsify ipython, add patch for GTK.
File size: 831 bytes
RevLine 
[1726]1--- ipython.spec        2010-10-13 04:25:52.000000000 -0400
2+++ ipython.spec.new    2010-11-13 10:00:18.000000000 -0500
3@@ -4,7 +4,7 @@
4 
5 Name:           ipython
6 Version:        0.10.1
7-Release:        1%{?dist}
8+Release:        1%{?dist}.scripts.%{scriptsversion}
9 Summary:        An enhanced interactive Python shell
10 
11 Group:          Development/Libraries
12@@ -20,6 +20,9 @@
13 Patch1:         %{name}-unbundle-external-module.patch
14 # fix for #628742, published on github for inclusion into upstream
15 Patch2:         ipython-0.10-pycolor-wrong-filename.patch
16+
17+Patch1000:      ipython-do-not-require-gtk.patch
18+
19 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
20 
21 BuildArch:      noarch
22@@ -114,6 +117,7 @@
23 popd
24 %patch1 -p1
25 %patch2 -p1
26+%patch1000 -p1
27 
28 # delete bundling libs
29 pushd IPython/external
Note: See TracBrowser for help on using the repository browser.