Accepting request 62531 from Java:packages

Accepted submit request 62531 from user coolo

OBS-URL: https://build.opensuse.org/request/show/62531
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jython?expand=0&rev=9
This commit is contained in:
Marcus Rückert 2011-02-22 19:50:21 +00:00 committed by Git OBS Bridge
parent e581fc9fbf
commit b921218ae7
3 changed files with 20 additions and 0 deletions

13
jython-new-xml.diff Normal file
View File

@ -0,0 +1,13 @@
Index: jython/build.xml
===================================================================
--- jython.orig/build.xml 2003-07-31 08:10:33.000000000 +0200
+++ jython/build.xml 2011-02-22 11:59:08.815316571 +0100
@@ -272,7 +272,7 @@
</copy>
</target>
- <target name="copy-dist" depends="dist-prepare,jar,copy-xml">
+ <target name="copy-dist" depends="dist-prepare,jar">
<!-- Misc files -->
<copy todir="${distDir}">
<fileset dir="${sourceDir}" includes="

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 22 11:06:57 UTC 2011 - coolo@novell.com
- do not copy pyxml, python 2.7's xml support is good enough
-------------------------------------------------------------------
Sun Sep 17 23:20:33 CEST 2006 - ro@suse.de

View File

@ -36,6 +36,7 @@ Url: http://www.jython.org/
Source0: %{name}-cvs.tar.bz2
Source1: python-release22-maint-cvs.tar.bz2
Patch0: %{name}-cachedir.patch
Patch1: jython-new-xml.diff
Requires: jpackage-utils >= 1.5
Requires: oro
Requires: servlet
@ -154,6 +155,7 @@ development and in shipping products.
%setup -q -n %{name}
%setup -q -n %{name} -T -D -a 1
%patch0 -p1
%patch1 -p1
# remove all binary libs
find . -name "*.jar" -exec rm -f {} \;
# remove all CVS files