[freemind] make the jgoodies patch work

hannes hannes at fedoraproject.org
Tue Jan 3 22:08:06 UTC 2012


commit 1028c42abc3277dd33a24b476cfacc49c2d7a0a4
Author: hannes <hannes at fedoraproject.org>
Date:   Tue Jan 3 22:08:45 2012 +0000

    make the jgoodies patch work

 freemind.sh   |    2 +-
 freemind.spec |    8 +++++++-
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/freemind.sh b/freemind.sh
index c21421e..76322cc 100644
--- a/freemind.sh
+++ b/freemind.sh
@@ -5,7 +5,7 @@
 
 # Configuration
 BASE_FLAGS="-Dfreemind.base.dir=/usr/share/freemind"
-BASE_JARS="groovy commons-io commons-lang commons-logging xml-commons-apis-ext xmlgraphics-commons jgoodies-forms freemind/freemind freemind/freemind-bindings gnu-regexp jibx/run-1.2.3 SimplyHTML/simplyhtml xpp3 batik avalon-framework-api avalon-framework-impl fop"
+BASE_JARS="groovy commons-io commons-lang commons-logging xml-commons-apis-ext xmlgraphics-commons jgoodies-forms jgoodies-common freemind/freemind freemind/freemind-bindings gnu-regexp jibx/run-1.2.3 SimplyHTML/simplyhtml xpp3 batik avalon-framework-api avalon-framework-impl fop"
 BASE_OPTIONS=""
 MAIN_CLASS=freemind.main.FreeMindStarter
 
diff --git a/freemind.spec b/freemind.spec
index a5f71f8..10f06ce 100644
--- a/freemind.spec
+++ b/freemind.spec
@@ -1,6 +1,6 @@
 Name: freemind		
 Version: 0.9.0
-Release:	7%{?dist}
+Release:	8%{?dist}
 Summary:	Free mind mapping software	
 
 Group:	Applications/Productivity
@@ -13,6 +13,7 @@ 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
+Patch3:		freemind-0.9.0-jgoodies-build.patch
 
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildArch: noarch
@@ -89,6 +90,7 @@ This package contains the API documentation for %{name}.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 sed -i 's/\r//' %{_builddir}/%{name}/accessories/LICENSE.MIT
 
@@ -258,6 +260,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sun Jan 01 2012 Johannes Lips <Johannes.Lips googlemail com> 0.9.0-8
+- jgoodies build patch
+- adjusted the freemind.sh to reflect those changes
+ 
 * Wed Aug 31 2011 Johannes Lips <Johannes.Lips googlemail com> 0.9.0-7
 - bump release 
 


More information about the scm-commits mailing list