drop old java patch

This commit is contained in:
Joe Orton 2011-06-02 11:03:58 +01:00
parent b2eee59779
commit 69857115be
1 changed files with 2 additions and 4 deletions

View File

@ -32,7 +32,6 @@ Patch0: subversion-1.6.5-newlines.patch
Patch2: subversion-1.6.0-deplibs.patch
Patch3: subversion-1.6.1-rpath.patch
Patch6: subversion-1.6.11-pie.patch
Patch7: subversion-1.1.3-java.patch
Patch8: subversion-1.6.6-kwallet.patch
Patch9: subversion-1.6.12-disable-client-test.patch
BuildRequires: autoconf, libtool, python, python-devel, texinfo, which
@ -169,9 +168,6 @@ cd ../../..
%patch2 -p1 -b .deplibs
%patch3 -p1 -b .rpath
%patch6 -p1 -b .pie
%if %{with_java}
%patch7 -p1 -b .java
%endif
%patch8 -p1 -b .kwallet
%patch9 -p1 -b .disable-client-test
@ -191,6 +187,8 @@ mv tools/client-side/bash_completion .
# Regenerate the buildsystem, so that:
# 1) patches applied to configure.in take effect
# 2) the swig bindings are regenerated using the system swig
# (2) is not ideal since typically upstream test with a different
# swig version
./autogen.sh --release
# fix shebang lines, #111498