rpms/jython/F-8 jython.spec,1.5,1.6

John Matthews (jmatthews) fedora-extras-commits at redhat.com
Wed Jul 23 19:18:30 UTC 2008


Author: jmatthews

Update of /cvs/pkgs/rpms/jython/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24287

Modified Files:
	jython.spec 
Log Message:
bugzilla: 426373 many missing modules
Backporting fix to f8




Index: jython.spec
===================================================================
RCS file: /cvs/pkgs/rpms/jython/F-8/jython.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- jython.spec	27 Mar 2007 15:06:00 -0000	1.5
+++ jython.spec	23 Jul 2008 19:17:40 -0000	1.6
@@ -5,7 +5,7 @@
 %define cpython_version    %{pyver}
 %define pyxml_version      0.8.3
 %define svn_tag            Release_2_2beta1
-%define release            0.3.%{svn_tag}.1jpp.3%{?dist}
+%define release            0.3.%{svn_tag}.1jpp.4%{?dist}
 
 %define gcj_support        1
 
@@ -109,7 +109,7 @@
 ant \
   -Dpython.home=%{_bindir} \
   -Dht2html.dir=%{_datadir}/ht2html \
-  -Dpython.lib=./Lib \
+  -Dpython.lib=./CPythonLib \
   -Dpython.exe=%{_bindir}/python \
   -DPyXmlHome=%{_libdir}/python%pyver \
   -Dtargetver=1.3 \
@@ -206,8 +206,6 @@
 %{_bindir}/%{name} %{_datadir}/%{name}/Tools/%{name}c/%{name}c.py "\$@"
 EOF
 
-rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/Lib/UserDict.py
-
 # Natively compile
 %if %{gcj_support}
 # Exclude examples from native compilation
@@ -279,6 +277,9 @@
 %doc %{_datadir}/%{name}/Demo
 
 %changelog
+* Wed Jul 23 2008 John Matthews <jmatthew at redhat.com> - 2.2-0.3.Release_2_2beta1.1jpp.4
+- Backporting fix for rhbz#426373
+
 * Mon Mar 26 2007 Thomas Fitzsimmons <fitzsim at redhat.com> - 2.2-0.3.Release_2_2beta1.1jpp.3
 - Rename doc subpackage "manual".
 - Require libreadline-java.




More information about the scm-commits mailing list