From 1c48b5bb675941755fff25cd7d62b42e4cc94d46 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Tue, 28 Sep 2010 12:54:37 -0400 Subject: [PATCH] add the __pycache__ directories that python 3.2 now outputs --- pygobject2.spec | 3 +++ 1 file changed, 3 insertions(+) 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