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, 12 years ago
python-flask: stop breaking local eggs (Trac: #266) python-flask should not own /usr/lib/python2.7/site-packages/easy-install.pth. https://bugzilla.redhat.com/show_bug.cgi?id=752706
File size: 926 bytes
  • python-flask.spec

    old new  
    44
    55Name:           python-flask
    66Version:        0.6.1
    7 Release:        2%{?dist}
     7Release:        2%{?dist}.scripts.%{scriptsversion}
    88Summary:        A micro-framework for Python based on Werkzeug, Jinja 2 and good intentions
    99
    1010Group:          Development/Libraries
     
    5959
    6060rm -rf $RPM_BUILD_ROOT%{python_sitelib}/site.py
    6161rm -rf $RPM_BUILD_ROOT%{python_sitelib}/site.py[co]
     62rm -rf $RPM_BUILD_ROOT%{python_sitelib}/easy-install.pth
    6263rm -rf docs/_build/html/.buildinfo
    6364rm -rf examples/minitwit/*.pyc
    6465rm -rf examples/flaskr/*.pyc
     
    7374%files
    7475%defattr(-,root,root,-)
    7576%doc AUTHORS LICENSE PKG-INFO CHANGES README
    76 %{python_sitelib}/*
     77%{python_sitelib}/*.egg-info
     78%{python_sitelib}/*.egg-link
     79%{python_sitelib}/flask
    7780
    7881%files doc
    7982%defattr(-,root,root,-)
Note: See TracBrowser for help on using the repository browser.