[PyQt4] -python3: fix %%files

Rex Dieter rdieter at fedoraproject.org
Sat Apr 27 11:15:28 UTC 2013


commit 879bcb4bad6ddfa66f9850d572e3f15ef5d9d4c3
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Sat Apr 27 06:14:15 2013 -0500

    -python3: fix %%files

 PyQt4.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/PyQt4.spec b/PyQt4.spec
index ed20293..b32bf12 100644
--- a/PyQt4.spec
+++ b/PyQt4.spec
@@ -307,6 +307,9 @@ diff -u ./sip/QtOpenGL/opengl_types.sip.orig \
 %doc LICENSE.GPL2 GPL_EXCEPTION*.TXT
 %doc LICENSE.GPL3
 %dir %{python3_sitearch}/PyQt4/
+%{python3_sitearch}/PyQt4/__init__.py*
+%{python3_sitearch}/PyQt4/__pycache__/
+%{python3_sitearch}/PyQt4/pyqtconfig.py*
 %{python3_sitearch}/PyQt4/Qt.so
 %{python3_sitearch}/PyQt4/QtCore.so
 %{python3_sitearch}/PyQt4/QtDBus.so


More information about the scm-commits mailing list