From eb2d50315a111ee0bf507925250f229c11e1343b Mon Sep 17 00:00:00 2001 From: kzak Date: May 02 2005 10:36:43 +0000 Subject: - sort with --dictionary-order - remove words with possessives ('s) --- diff --git a/words.spec b/words.spec index e22385c..eef5d95 100644 --- a/words.spec +++ b/words.spec @@ -1,7 +1,7 @@ Summary: A dictionary of English words for the /usr/share/dict directory. Name: words Version: 3.0 -Release: 6 +Release: 4 License: public domain Group: System Environment/Libraries Source: http://www.dcs.shef.ac.uk/research/ilash/Moby/mwords.tar.Z @@ -22,7 +22,7 @@ passwords. %build cd mwords dos2unix -o *; chmod a+r * -sort --ignore-case [1-9]*.??? | uniq | grep -E "^[[:alnum:]'&!,./-]+$" > moby +cat [1-9]*.??? | fgrep -v \'s | egrep "^[[:alnum:]'&!,./-]+$" | sort --ignore-case --dictionary-order | uniq > moby cat <license.txt On June 1, 1996 Grady Ward announced that the fruits of @@ -60,6 +60,10 @@ rm -rf $RPM_BUILD_ROOT /usr/share/dict/words %changelog +* Mon May 2 2005 Karel Zak 3-7 +- sort with --dictionary-order +- remove words with possessives ('s) + * Mon Apr 4 2005 Karel Zak 3-6 - fix uniq command usage