rpms/words/FC-3 words-2.spec,1.14,1.15

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon May 2 10:36:07 UTC 2005


Author: kzak

Update of /cvs/dist/rpms/words/FC-3
In directory cvs.devel.redhat.com:/tmp/cvs-serv2213

Modified Files:
	words-2.spec 
Log Message:
- sort with --dictionary-order
- remove words with possessives ('s)



Index: words-2.spec
===================================================================
RCS file: /cvs/dist/rpms/words/FC-3/words-2.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- words-2.spec	4 Apr 2005 11:48:27 -0000	1.14
+++ words-2.spec	2 May 2005 10:36:05 -0000	1.15
@@ -1,7 +1,7 @@
 Summary: A dictionary of English words for the /usr/share/dict directory.
 Name: words
 Version: 3.0
-Release: 2.2
+Release: 2.3
 License: public domain
 Group: System Environment/Libraries
 Source: http://www.dcs.shef.ac.uk/research/ilash/Moby/mwords.tar.Z
@@ -22,7 +22,7 @@
 %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 <<EOF >license.txt
 On June 1, 1996 Grady Ward announced that the fruits of
@@ -60,6 +60,10 @@
 /usr/share/dict/words
 
 %changelog
+* Mon May  2 2005  Karel Zak <kzak at redhat.com> 3-2.3
+- sort with --dictionary-order
+- remove words with possessives ('s)
+
 * Mon Apr  4 2005 Karel Zak <kzak at redhat.com> 3-2.2
 - sort with --ignore-case (#147949)
 




More information about the fedora-cvs-commits mailing list