[freemind] added a patch to fix the javadoc build

hannes hannes at fedoraproject.org
Tue Aug 23 14:58:13 UTC 2011


commit 2b66275df8b2fae266a9992bff079b70d187f118
Author: hannes <hannes at fedoraproject.org>
Date:   Tue Aug 23 16:57:49 2011 +0200

    added a patch to fix the javadoc build

 freemind.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/freemind.spec b/freemind.spec
index 2d53028..6a2ce01 100644
--- a/freemind.spec
+++ b/freemind.spec
@@ -1,6 +1,6 @@
 Name: freemind		
 Version: 0.9.0
-Release:	5%{?dist}
+Release:	6%{?dist}
 Summary:	Free mind mapping software	
 
 Group:	Applications/Productivity
@@ -12,6 +12,7 @@ Source2:	freemind.xml
 Source3:	freemind.sh
 Patch0:		freemind-0.9.0-svg-build.patch
 Patch1:		freemind-0.9.0-manifest.patch
+Patch2:		freemind-0.9.0-javadoc.patch
 
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildArch: noarch
@@ -87,6 +88,7 @@ This package contains the API documentation for %{name}.
 %setup -q -n %{name}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 sed -i 's/\r//' %{_builddir}/%{name}/accessories/LICENSE.MIT
 
@@ -256,6 +258,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Tue Aug 23 2011 Johannes Lips <Johannes.Lips googlemail com> 0.9.0-6
+- added a patch to fix the javadoc build
+
 * Tue Aug 23 2011 Johannes Lips <Johannes.Lips googlemail com> 0.9.0-5
 - Fix bug #729487 by setting gtk+ lookandfeel by default
 


More information about the scm-commits mailing list