[freemind] fixed startup script to fix bug 800769

hannes hannes at fedoraproject.org
Fri Mar 30 19:54:57 UTC 2012


commit 529baa1965649af72a364bac99dfc9cb49ffad96
Author: hannes <hannes at fedoraproject.org>
Date:   Fri Mar 30 20:55:31 2012 +0100

    fixed startup script to fix bug 800769

 freemind.sh   |    2 +-
 freemind.spec |    6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/freemind.sh b/freemind.sh
index 76322cc..229f72f 100644
--- a/freemind.sh
+++ b/freemind.sh
@@ -27,6 +27,6 @@ set_jvm
 set_classpath $BASE_JARS
 set_flags $BASE_FLAGS
 set_options $BASE_OPTIONS
-
+cd /usr/share/freemind
 # Let's start
 run "$@"
diff --git a/freemind.spec b/freemind.spec
index 10f06ce..af25e68 100644
--- a/freemind.spec
+++ b/freemind.spec
@@ -1,6 +1,6 @@
 Name: freemind		
 Version: 0.9.0
-Release:	8%{?dist}
+Release:	9%{?dist}
 Summary:	Free mind mapping software	
 
 Group:	Applications/Productivity
@@ -260,6 +260,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Fri Mar 30 2012 Johannes Lips <hannes at fedoraproject.org> 0.9.0-9
+- fixed the startup script to find all necessary files
+- fixes bug #800769 
+
 * 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


More information about the scm-commits mailing list