From 6a40fecdccb2fd53cb3fe52e9163d699e12a9ea2 Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Jul 20 2013 15:13:56 +0000 Subject: Nuke pycache file from python3 build, this is owned by python3-setuptools. --- diff --git a/python-flask.spec b/python-flask.spec index 1ffe59f..0161be5 100644 --- a/python-flask.spec +++ b/python-flask.spec @@ -9,7 +9,7 @@ Name: python-flask Version: 0.10.1 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 Summary: A micro-framework for Python based on Werkzeug, Jinja 2 and good intentions @@ -139,6 +139,7 @@ make -C docs html rm -rf %{buildroot}%{python3_sitelib}/site.py rm -rf %{buildroot}%{python3_sitelib}/site.py[co] rm -rf %{buildroot}%{python3_sitelib}/easy-install.pth +rm -rf %{buildroot}%{python3_sitelib}/__pycache__/site.cpython-33.pyc rm -rf docs/_build/html/.buildinfo rm -rf examples/minitwit/*.pyc rm -rf examples/flaskr/*.pyc @@ -179,6 +180,9 @@ popd %changelog +* Sat Jul 20 2013 Ricky Elrod - 1:0.10.1-2 +- Nuke a Python3 specific file owned by python3-setuptools. + * Sat Jun 15 2013 Haïkel Guémar - 1:0.10.1-1 - upstream 0.10.1