a first batch of fixes for missing directories
This commit is contained in:
parent
48e4ad3b59
commit
e8144fbd1e
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: ipython
|
Name: ipython
|
||||||
Version: 0.6.12
|
Version: 0.6.12
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: An enhanced interactive Python shell
|
Summary: An enhanced interactive Python shell
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -73,14 +73,19 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/pycolor
|
%{_bindir}/pycolor
|
||||||
%dir %{python_sitelib}/IPython
|
%dir %{python_sitelib}/IPython
|
||||||
%{python_sitelib}/IPython/*.py
|
%{python_sitelib}/IPython/*.py
|
||||||
|
%dir %{python_sitelib}/IPython/Extensions/
|
||||||
%{python_sitelib}/IPython/Extensions/*.py
|
%{python_sitelib}/IPython/Extensions/*.py
|
||||||
%{python_sitelib}/IPython/*.pyc
|
%{python_sitelib}/IPython/*.pyc
|
||||||
%{python_sitelib}/IPython/Extensions/*.pyc
|
%{python_sitelib}/IPython/Extensions/*.pyc
|
||||||
|
%dir %{python_sitelib}/IPython/UserConfig/
|
||||||
%{python_sitelib}/IPython/UserConfig/*
|
%{python_sitelib}/IPython/UserConfig/*
|
||||||
%ghost %{python_sitelib}/IPython/*.pyo
|
%ghost %{python_sitelib}/IPython/*.pyo
|
||||||
%ghost %{python_sitelib}/IPython/Extensions/*.pyo
|
%ghost %{python_sitelib}/IPython/Extensions/*.pyo
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 1 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 0.6.12-2
|
||||||
|
- Include IPython Extensions and UserConfig directories.
|
||||||
|
|
||||||
* Fri Mar 25 2005 Shahms E. King <shahms@shahms.com> 0.6.12-1
|
* Fri Mar 25 2005 Shahms E. King <shahms@shahms.com> 0.6.12-1
|
||||||
- Update to 0.6.12
|
- Update to 0.6.12
|
||||||
- Removed unused python_sitearch define
|
- Removed unused python_sitearch define
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user