[link-grammar] Summary and description fixes.

Jon Ciesla limb at fedoraproject.org
Mon Jun 30 13:26:09 UTC 2014


commit 84f71e21ef7fe32e297e575abef27b87814e1efb
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Mon Jun 30 08:22:03 2014 -0500

    Summary and description fixes.

 link-grammar.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/link-grammar.spec b/link-grammar.spec
index ba49187..df6a862 100644
--- a/link-grammar.spec
+++ b/link-grammar.spec
@@ -1,7 +1,7 @@
-Summary: A Grammar Checking library
+Summary: A full-service natural language dependency parser
 Name: link-grammar
 Version: 5.0.8
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: System Environment/Libraries
 License: LGPLv2+
 Source: http://www.abisource.com/downloads/link-grammar/%{version}/link-grammar-%{version}.tar.gz
@@ -9,7 +9,8 @@ URL: http://abisource.com/projects/link-grammar/
 BuildRequires: hunspell-devel, java-devel, jpackage-utils, libedit-devel, ant, perl-devel
 
 %description
-A library that can perform grammar checking.
+A full-service natural language dependency parser for
+English and Russian, with prototypes for other assorted languages.
 
 %package devel
 Summary: Support files necessary to compile applications with liblink-grammar
@@ -106,6 +107,9 @@ rm -rf $RPM_BUILD_ROOT
 %postun java -p /sbin/ldconfig
 
 %changelog
+* Tue Jun 24 2014 Jon Ciesla <limburgher at gmail.com> - 5.0.8-2
+- Made summary and description more accurate per Linas Vepstas.
+
 * Tue Jun 24 2014 Jon Ciesla <limburgher at gmail.com> - 5.0.8-1
 - Latest upstream to fix FTBFS BZ 1106100, License change.
 - Include JAVA_HOME from Yaakov Selkowitz's patch.


More information about the scm-commits mailing list