[pygobject2] add the __pycache__ directories that python 3.2 now outputs

John Palmieri (J5) johnp at fedoraproject.org
Tue Sep 28 16:55:20 UTC 2010


commit 1c48b5bb675941755fff25cd7d62b42e4cc94d46
Author: John (J5) Palmieri <johnp at redhat.com>
Date:   Tue Sep 28 12:54:37 2010 -0400

    add the __pycache__ directories that python 3.2 now outputs

 pygobject2.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/pygobject2.spec b/pygobject2.spec
index 11725a0..fcea2d8 100644
--- a/pygobject2.spec
+++ b/pygobject2.spec
@@ -175,6 +175,9 @@ rm examples/Makefile*
 %dir %{python3_sitearch}/gtk-2.0
 %{python3_sitearch}/gtk-2.0/*
 %{python3_sitearch}/pygtk.*
+%{python3_sitearch}/__pycache__/pygtk.cpython-32.*
+%{python3_sitearch}/gtk-2.0/__pycache__
+
 %endif # with_python3
 
 %changelog


More information about the scm-commits mailing list