[freemind/f14] Added additional jar files to the startup script Fixed the wrong directory of the scripting plugin

hannes hannes at fedoraproject.org
Wed Jul 6 18:17:32 UTC 2011


commit f8af2d8ae705fe5c4cc9aa00afdc91c5e239a8cb
Author: johannes lips <johannes at fedorabox.localdomain>
Date:   Wed Jul 6 20:16:40 2011 +0200

    Added additional jar files to the startup script
    Fixed the wrong directory of the scripting plugin

 freemind.sh   |    2 +-
 freemind.spec |    8 ++++++--
 2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/freemind.sh b/freemind.sh
index 33fb2d7..bc161cc 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.22SimplyHTML/simplyhtml xpp3 batik avalon-framework fop"
 BASE_OPTIONS=""
 MAIN_CLASS=freemind.main.FreeMindStarter
 
diff --git a/freemind.spec b/freemind.spec
index 234f02c..646c6fb 100644
--- a/freemind.spec
+++ b/freemind.spec
@@ -1,6 +1,6 @@
 Name: freemind		
 Version: 0.9.0
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Free mind mapping software	
 
 Group:	Applications/Productivity
@@ -182,7 +182,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}
 
 
@@ -250,6 +250,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Wed Jul 06 2011 Johannes Lips <Johannes.Lips googlemail com> 0.9.0-2
+- added additional jar files to freemind.sh
+- fixed the wrong directory of the scripting plugin
+
 * Tue Feb 15 2011 Johannes Lips <Johannes.Lips googlemail com> 0.9.0-1
 - update to recent stable upstream version
 - removed the firefox requirement


More information about the scm-commits mailing list