[numpy] own content of __pycache__ too

tomspur tomspur at fedoraproject.org
Tue Oct 26 22:07:10 UTC 2010


commit bd63665d7d116f95a3eae664eadb5baa30ccd067
Author: Thomas Spura <tomspur at fedoraproject.org>
Date:   Wed Oct 27 00:06:27 2010 +0200

    own content of __pycache__ too

 numpy.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/numpy.spec b/numpy.spec
index 22c676b..82c3754 100644
--- a/numpy.spec
+++ b/numpy.spec
@@ -216,6 +216,7 @@ rm -rf %{buildroot}
 %files -n python3-numpy
 %defattr(-,root,root,-)
 %doc docs-f2py doc/* LICENSE.txt README.txt THANKS.txt DEV_README.txt COMPATIBILITY site.cfg.example
+%{python3_sitearch}/%{name}/__pycache__/*
 %dir %{python3_sitearch}/%{name}
 %{python3_sitearch}/%{name}/*.py*
 %{python3_sitearch}/%{name}/core


More information about the scm-commits mailing list