diff --git a/jna-3.2.7-javadoc.patch b/jna-3.2.7-javadoc.patch
deleted file mode 100644
index cf077fa..0000000
--- a/jna-3.2.7-javadoc.patch
+++ /dev/null
@@ -1,173 +0,0 @@
-Index: jnalib/build.xml
-===================================================================
---- jnalib/build.xml (revision 1138)
-+++ jnalib/build.xml (revision 1139)
-@@ -22,6 +22,7 @@
-
-
-
-+
-
-
-
-@@ -526,6 +527,14 @@
-
-
-
-+
-+
-+
-+
-+
-+
-+
-+
-
-
-
-
-@@ -551,15 +560,18 @@
-
-
-
-+
-+
-+
-+
-+
-
-
--
-+
-+
-
-
-
--
--
--
-
-
-
-
-
--
-
-
-
--
-+
-
-
-
-Index: jnalib/contrib/platform/src/com/sun/jna/platform/mac/package.html
-===================================================================
---- jnalib/contrib/platform/src/com/sun/jna/platform/mac/package.html (revision 0)
-+++ jnalib/contrib/platform/src/com/sun/jna/platform/mac/package.html (revision 1139)
-@@ -0,0 +1,13 @@
-+
-+
-+
-+
-+
-+
-+
-+Provides common library mappings for the OS X platform.
-+
-+
-+
-\ No newline at end of file
-Index: jnalib/contrib/platform/src/com/sun/jna/platform/win32/package.html
-===================================================================
---- jnalib/contrib/platform/src/com/sun/jna/platform/win32/package.html (revision 0)
-+++ jnalib/contrib/platform/src/com/sun/jna/platform/win32/package.html (revision 1139)
-@@ -0,0 +1,13 @@
-+
-+
-+
-+
-+
-+
-+
-+Provides common library mappings for the Windows platform.
-+
-+
-+
-\ No newline at end of file
-Index: jnalib/contrib/platform/src/com/sun/jna/platform/unix/package.html
-===================================================================
---- jnalib/contrib/platform/src/com/sun/jna/platform/unix/package.html (revision 0)
-+++ jnalib/contrib/platform/src/com/sun/jna/platform/unix/package.html (revision 1139)
-@@ -0,0 +1,13 @@
-+
-+
-+
-+
-+
-+
-+
-+Provides common library mappings for Unix and X11-based platforms.
-+
-+
-+
-\ No newline at end of file
-Index: jnalib/contrib/platform/src/com/sun/jna/platform/dnd/package.html
-===================================================================
---- jnalib/contrib/platform/src/com/sun/jna/platform/dnd/package.html (revision 0)
-+++ jnalib/contrib/platform/src/com/sun/jna/platform/dnd/package.html (revision 1139)
-@@ -0,0 +1,14 @@
-+
-+
-+
-+
-+
-+
-+
-+Provides integrated, extended drag and drop functionality,
-+allowing ghosted drag images to be used on all platforms.
-+
-+
-+
-\ No newline at end of file
-Index: jnalib/contrib/platform/src/com/sun/jna/platform/package.html
-===================================================================
---- jnalib/contrib/platform/src/com/sun/jna/platform/package.html (revision 0)
-+++ jnalib/contrib/platform/src/com/sun/jna/platform/package.html (revision 1139)
-@@ -0,0 +1,13 @@
-+
-+
-+
-+
-+
-+
-+
-+Provides cross-platform utilities based on platform-specific libraries.
-+
-+
-+
-\ No newline at end of file
diff --git a/jna.spec b/jna.spec
index 3d074d4..651f5e7 100644
--- a/jna.spec
+++ b/jna.spec
@@ -25,9 +25,9 @@ Patch1: jna-3.4.0-loadlibrary.patch
# for problems.
Patch2: jna-3.4.0-tests-headless.patch
# Build using GCJ javadoc
-Patch4: jna-3.2.7-gcj-javadoc.patch
+Patch3: jna-3.2.7-gcj-javadoc.patch
# junit cames from rpm
-Patch5: jna-3.4.0-junit.patch
+Patch4: jna-3.4.0-junit.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# We manually require libffi because find-requires doesn't work
@@ -84,8 +84,8 @@ This package contains the contributed examples for %{name}.
sed -e 's|@JNIPATH@|%{_libdir}/%{name}|' %{PATCH1} | patch -p1
%patch2 -p1 -b .tests-headless
chmod -Rf a+rX,u+w,g-w,o-w .
-%patch4 -p0 -b .gcj-javadoc
-%patch5 -p1 -b .junit
+%patch3 -p0 -b .gcj-javadoc
+%patch4 -p1 -b .junit
cp %{SOURCE1} %{SOURCE2} ./
# UnloadTest fail during build since we modify class loading