source:
branches/fc15-dev/server/fedora/specs/python-flask.spec.patch
@
2043
Last change on this file since 2043 was 2043, checked in by andersk, 13 years ago | |
---|---|
File size: 926 bytes |
-
python-flask.spec
old new 4 4 5 5 Name: python-flask 6 6 Version: 0.6.1 7 Release: 2%{?dist} 7 Release: 2%{?dist}.scripts.%{scriptsversion} 8 8 Summary: A micro-framework for Python based on Werkzeug, Jinja 2 and good intentions 9 9 10 10 Group: Development/Libraries … … 59 59 60 60 rm -rf $RPM_BUILD_ROOT%{python_sitelib}/site.py 61 61 rm -rf $RPM_BUILD_ROOT%{python_sitelib}/site.py[co] 62 rm -rf $RPM_BUILD_ROOT%{python_sitelib}/easy-install.pth 62 63 rm -rf docs/_build/html/.buildinfo 63 64 rm -rf examples/minitwit/*.pyc 64 65 rm -rf examples/flaskr/*.pyc … … 73 74 %files 74 75 %defattr(-,root,root,-) 75 76 %doc AUTHORS LICENSE PKG-INFO CHANGES README 76 %{python_sitelib}/* 77 %{python_sitelib}/*.egg-info 78 %{python_sitelib}/*.egg-link 79 %{python_sitelib}/flask 77 80 78 81 %files doc 79 82 %defattr(-,root,root,-)
Note: See TracBrowser
for help on using the repository browser.