[PyQt4] typo, missing \ in python3 build section

Rex Dieter rdieter at fedoraproject.org
Sat Oct 23 17:42:54 UTC 2010


commit 01fc68163e8ccb8b700477db1e55078343f6699d
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Sat Oct 23 12:48:57 2010 -0500

    typo, missing \ in python3 build section

 PyQt4.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/PyQt4.spec b/PyQt4.spec
index 3955aa8..ec6bbba 100644
--- a/PyQt4.spec
+++ b/PyQt4.spec
@@ -124,7 +124,7 @@ make %{?_smp_mflags}
 %if 0%{?with_python3}
 pushd %{py3dir}
 %{__python3} configure.py \
-  --assume-shared
+  --assume-shared \
   --confirm-license \
   --qmake=%{_qt4_qmake} \
   --verbose 


More information about the scm-commits mailing list