[freemind] Fixed several minor bugs of the package

hannes hannes at fedoraproject.org
Wed Jul 6 13:44:39 UTC 2011


commit d295d71a96331fffa005fd31b2d2682a708410e5
Author: johannes lips <johannes at fedorabox.localdomain>
Date:   Wed Jul 6 15:44:02 2011 +0200

    Fixed several minor bugs of the package

 freemind.sh   |    2 +-
 freemind.spec |    9 +++++++--
 2 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/freemind.sh b/freemind.sh
index 33fb2d7..dceab79 100644
--- a/freemind.sh
+++ b/freemind.sh
@@ -5,7 +5,7 @@
 
 # Configuration
 BASE_FLAGS="-Dfreemind.base.dir=/usr/share/freemind"
-BASE_JARS="groovy commons-lang jgoodies-forms freemind/freemind freemind/freemind-bindings gnu-regexp jibx/run-1.2.2 SimplyHTML/simplyhtml xpp3"
+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 fop"
 BASE_OPTIONS=""
 MAIN_CLASS=freemind.main.FreeMindStarter
 
diff --git a/freemind.spec b/freemind.spec
index a3a24c1..c6158f3 100644
--- a/freemind.spec
+++ b/freemind.spec
@@ -1,6 +1,6 @@
 Name: freemind		
 Version: 0.9.0
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Free mind mapping software	
 
 Group:	Applications/Productivity
@@ -183,7 +183,7 @@ cp -a %{_builddir}/bin/dist/plugins/svg/svg_plugin.jar %{buildroot}%{_datadir}/%
 cp -a %{_builddir}/%{name}/plugins/help/jhall.jar  %{buildroot}%{_datadir}/%{name}/plugins/help
 cp -a %{_builddir}/bin/dist/plugins/help/help_plugin.jar %{buildroot}%{_datadir}/%{name}/plugins/help
 cp -a %{_builddir}/%{name}/plugins/script/groovy-all-1.5.6.jar %{buildroot}%{_datadir}/%{name}/plugins/script
-cp -a %{_builddir}/bin/dist/plugins/script/scripting_plugin.jar %{buildroot}%{_datadir}/%{name}/plugins/svg
+cp -a %{_builddir}/bin/dist/plugins/script/scripting_plugin.jar %{buildroot}%{_datadir}/%{name}/plugins/script
 cp -a %{_builddir}/%{name}/lib %{buildroot}%{_datadir}/%{name}
 
 
@@ -251,6 +251,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Thu Jul 06 2011 Johannes Lips <Johannes.Lips googlemail com> 0.9.0-3
+- updated freemind.sh to reflect the version change of jibx
+- added additional jar files to freemind.sh
+- fixed the wrong directory of the scripting plugin
+
 * Thu Jun 23 2011 Johannes Lips <Johannes.Lips googlemail com> 0.9.0-2
 - updated the version of the jibx jar files
 - updated the svg build patch to reflect the changes to the avalon-framework


More information about the scm-commits mailing list