[goldendict] modified: goldendict.spec

helloworld1 helloworld1 at fedoraproject.org
Mon Dec 13 13:52:31 UTC 2010


commit 6fa0bd6e896b258f6797bdcbb20e38263ff3f185
Author: Howard Liberty <liberty at anymemo.org>
Date:   Mon Dec 13 08:52:52 2010 -0500

    	modified:   goldendict.spec
    
    Fix the hunspell dir

 goldendict.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/goldendict.spec b/goldendict.spec
index ae35af7..9e5904d 100644
--- a/goldendict.spec
+++ b/goldendict.spec
@@ -1,6 +1,6 @@
 Name:		goldendict
 Version:	1.0.1
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	A feature-rich dictionary lookup program
 Group:		Applications/System
 License:	GPLv3+
@@ -38,6 +38,8 @@ Scan popup functionality.
 %build
 # Fix the directory in goldendict.pro by removing apps
 sed -i 's/share\/apps\/goldendict/share\/goldendict/g' goldendict.pro
+# Fix the hunspell directory
+sed -i 's|myspell/dicts|myspell|g' config.cc 
 PREFIX=%{_prefix} qmake-qt4
 make %{?_smp_mflags}
 
@@ -78,6 +80,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Dec 13 2010 Howard Ning <mrlhwliberty at gmail.com> - 1.0.1-3
+- Fix the path of hunspell dictionaries
+
 * Fri Dec 10 2010 Howard Ning <mrlhwliberty at gmail.com> - 1.0.1-2
 - Change the categories to fix 592954
 


More information about the scm-commits mailing list