Don't own %{python_sitelib}/easy-install.pth
This commit is contained in:
parent
0ef539a544
commit
6a46322234
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: python-flask
|
Name: python-flask
|
||||||
Version: 0.7.2
|
Version: 0.7.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A micro-framework for Python based on Werkzeug, Jinja 2 and good intentions
|
Summary: A micro-framework for Python based on Werkzeug, Jinja 2 and good intentions
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -59,6 +59,7 @@ make -C docs html
|
|||||||
|
|
||||||
rm -rf $RPM_BUILD_ROOT%{python_sitelib}/site.py
|
rm -rf $RPM_BUILD_ROOT%{python_sitelib}/site.py
|
||||||
rm -rf $RPM_BUILD_ROOT%{python_sitelib}/site.py[co]
|
rm -rf $RPM_BUILD_ROOT%{python_sitelib}/site.py[co]
|
||||||
|
rm -rf $RPM_BUILD_ROOT%{python_sitelib}/easy-install.pth
|
||||||
rm -rf docs/_build/html/.buildinfo
|
rm -rf docs/_build/html/.buildinfo
|
||||||
rm -rf examples/minitwit/*.pyc
|
rm -rf examples/minitwit/*.pyc
|
||||||
rm -rf examples/flaskr/*.pyc
|
rm -rf examples/flaskr/*.pyc
|
||||||
@ -73,13 +74,18 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS LICENSE PKG-INFO CHANGES README
|
%doc AUTHORS LICENSE PKG-INFO CHANGES README
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*.egg-info
|
||||||
|
%{python_sitelib}/*.egg-link
|
||||||
|
%{python_sitelib}/flask
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc docs/_build/html examples
|
%doc docs/_build/html examples
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 16 2011 Dan Young <dyoung@mesd.k12.or.us> - 0.7.2-2
|
||||||
|
- don't own easy-install.pth
|
||||||
|
|
||||||
* Fri Jul 22 2011 Steve Milner <smilner@fedoraproject.org> - 0.7.2-1
|
* Fri Jul 22 2011 Steve Milner <smilner@fedoraproject.org> - 0.7.2-1
|
||||||
- update for upstream release
|
- update for upstream release
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user