rpms/words/devel words.spec,1.10,1.11

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jan 24 11:34:34 UTC 2007


Author: kzak

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

Modified Files:
	words.spec 
Log Message:
* Wed Jan 24 2007 Karel Zak <kzak at redhat.com> - 3.0-10
- fix regex that removes possessives ('s)



Index: words.spec
===================================================================
RCS file: /cvs/dist/rpms/words/devel/words.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- words.spec	19 Jul 2006 22:33:07 -0000	1.10
+++ words.spec	24 Jan 2007 11:34:31 -0000	1.11
@@ -1,7 +1,7 @@
 Summary: A dictionary of English words for the /usr/share/dict directory.
 Name: words
 Version: 3.0
-Release: 9
+Release: 10%{?dist}
 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 *
-cat [1-9]*.??? | fgrep -v \'s | egrep  "^[[:alnum:]'&!,./-]+$" | sort --ignore-case --dictionary-order | uniq > moby
+cat [1-9]*.??? | egrep -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,9 @@
 /usr/share/dict/words
 
 %changelog
+* Wed Jan 24 2007 Karel Zak <kzak at redhat.com> - 3.0-10
+- fix regex that removes possessives ('s)
+
 * Wed Jul 19 2006 Karel Zak <kzak at redhat.com> - 3.0-9
 - rebuild
 




More information about the fedora-cvs-commits mailing list