Get egg-info
This commit is contained in:
parent
9e57f5c6fb
commit
7135005ecc
17
ipython.spec
17
ipython.spec
@ -48,7 +48,6 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
@ -61,20 +60,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_bindir}/ipython
|
||||
%{_bindir}/irunner
|
||||
%{_bindir}/pycolor
|
||||
%dir %{python_sitelib}/IPython
|
||||
%{python_sitelib}/IPython/*.py
|
||||
%dir %{python_sitelib}/IPython/Extensions/
|
||||
%{python_sitelib}/IPython/Extensions/*.py
|
||||
%{python_sitelib}/IPython/*.pyc
|
||||
%{python_sitelib}/IPython/Extensions/*.pyc
|
||||
%dir %{python_sitelib}/IPython/UserConfig/
|
||||
%{python_sitelib}/IPython/UserConfig/*
|
||||
%{python_sitelib}/IPython/*.pyo
|
||||
%{python_sitelib}/IPython/Extensions/*.pyo
|
||||
%dir %{python_sitelib}/IPython/external
|
||||
%{python_sitelib}/IPython/external/*.py
|
||||
%{python_sitelib}/IPython/external/*.pyc
|
||||
%{python_sitelib}/IPython/external/*.pyo
|
||||
%{python_sitelib}/IPython/*
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Dec 12 2007 James Bowes <jbowes@redhat.com> - 0.8.2-1
|
||||
|
Loading…
Reference in New Issue
Block a user