[jython/jython252rc3] Explicitly compile python files.

Andrew Overholt overholt at fedoraproject.org
Sun Jan 30 18:07:28 UTC 2011


commit eea61e6e1101df1de44325d14d607e2172deaa87
Author: Andrew Overholt <overholt at redhat.com>
Date:   Sun Jan 30 11:00:37 2011 -0700

    Explicitly compile python files.

 jython.spec |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/jython.spec b/jython.spec
index 8281dbf..485c7b0 100644
--- a/jython.spec
+++ b/jython.spec
@@ -110,8 +110,7 @@ ant \
   -Dsvn.code.dir=%{name}-svn-%{svn_tag} \
   -Djython.base.dir=$(pwd) \
   -Dcpython.license.file=%{_defaultdocdir}/python-%{pyver}/LICENSE \
-  brand-readme-version jar javadoc
-
+  brand-readme-version pycompile javadoc
 
 # remove #! from python files
 pushd dist


More information about the scm-commits mailing list