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

Last change on this file since 1726 was 1726, checked in by ezyang, 13 years ago
Scriptsify ipython, add patch for GTK.
File size: 831 bytes
  • ipython.spec

    old new  
    44
    55Name:           ipython
    66Version:        0.10.1
    7 Release:        1%{?dist}
     7Release:        1%{?dist}.scripts.%{scriptsversion}
    88Summary:        An enhanced interactive Python shell
    99
    1010Group:          Development/Libraries
     
    2020Patch1:         %{name}-unbundle-external-module.patch
    2121# fix for #628742, published on github for inclusion into upstream
    2222Patch2:         ipython-0.10-pycolor-wrong-filename.patch
     23
     24Patch1000:      ipython-do-not-require-gtk.patch
     25
    2326BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    2427
    2528BuildArch:      noarch
     
    114117popd
    115118%patch1 -p1
    116119%patch2 -p1
     120%patch1000 -p1
    117121
    118122# delete bundling libs
    119123pushd IPython/external
Note: See TracBrowser for help on using the repository browser.