[link-grammar] Move to hunspell.

Jon Ciesla limb at fedoraproject.org
Wed May 15 19:26:45 UTC 2013


commit af21905d6b6d4889d009891a569dbc7c487093cf
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Wed May 15 14:22:32 2013 -0500

    Move to hunspell.

 link-grammar.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/link-grammar.spec b/link-grammar.spec
index a119603..b012ab4 100644
--- a/link-grammar.spec
+++ b/link-grammar.spec
@@ -1,12 +1,12 @@
 Summary: A Grammar Checking library
 Name: link-grammar
 Version: 4.7.11
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: System Environment/Libraries
 License: BSD
 Source: http://www.abisource.com/downloads/link-grammar/%{version}/link-grammar-%{version}.tar.gz
 URL: http://abisource.com/projects/link-grammar/
-BuildRequires: aspell-devel, java-devel, libgcj-devel, jpackage-utils, libedit-devel, ant
+BuildRequires: hunspell-devel, java-devel, libgcj-devel, jpackage-utils, libedit-devel, ant
 
 %description
 A library that can perform grammar checking.
@@ -42,7 +42,7 @@ Libraries for developing Java components using liblink-grammar.
 %setup -q
 
 %build
-%configure --disable-static --enable-pthreads
+%configure --disable-static --enable-pthreads --disable-aspell
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 #make
@@ -86,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
 %postun java -p /sbin/ldconfig
 
 %changelog
+* Wed May 15 2013 Jon Ciesla <limburgher at gmail.com> - 4.7.11-2
+- Migrate from aspell to hunspell, BZ 961933.
+
 * Mon Apr 01 2013 Johannes Lips <Johannes.Lips at googlemail.com> - 4.7.11-1
 - Update to recent upstream version
 


More information about the scm-commits mailing list