- fix #428582 - linux.words contains misspelled word "flourescent"

- fix #440146 - misspelled word in /usr/share/dict/words (architecure)
This commit is contained in:
kzak 2008-06-23 13:08:17 +00:00
parent 89ac77370d
commit 271f0f8606
2 changed files with 34 additions and 3 deletions

19
words-3.0-typos.patch Normal file
View File

@ -0,0 +1,19 @@
diff -up words-3.0/mwords/354984si.ngl.kzak words-3.0/mwords/354984si.ngl
--- words-3.0/mwords/354984si.ngl.kzak 2008-06-23 14:00:07.000000000 +0200
+++ words-3.0/mwords/354984si.ngl 2008-06-23 14:02:54.000000000 +0200
@@ -17787,7 +17787,6 @@ architecture
architecture's
architectures
architecturesque
-architecure
architis
architraval
architrave
@@ -110139,7 +110138,6 @@ flounderingly
flounders
flour
floured
-flourescent
flouriness
flouring
flourish

View File

@ -1,11 +1,13 @@
Summary: A dictionary of English words for the /usr/share/dict directory Summary: A dictionary of English words for the /usr/share/dict directory
Name: words Name: words
Version: 3.0 Version: 3.0
Release: 12%{?dist} Release: 13%{?dist}
License: Public Domain License: Public Domain
Group: System Environment/Libraries Group: System Environment/Libraries
Source: http://www.dcs.shef.ac.uk/research/ilash/Moby/mwords.tar.Z Source: mwords.tar.Z
URL: http://www.dcs.shef.ac.uk/research/ilash/Moby # Note that Moby Project officially does not exist any more. The most complete
# information about the project is in Wikipedia.
URL: http://en.wikipedia.org/wiki/Moby_Project
BuildArch: noarch BuildArch: noarch
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -14,14 +16,20 @@ BuildRequires: dos2unix
BuildRequires: grep BuildRequires: grep
BuildRequires: coreutils BuildRequires: coreutils
#428582 - linux.words contains misspelled word "flourescent"
#440146 - misspelled word in /usr/share/dict/words (architecure)
Patch0: words-3.0-typos.patch
%description %description
The words file is a dictionary of English words for the The words file is a dictionary of English words for the
/usr/share/dict directory. Some programs use this database of /usr/share/dict directory. Some programs use this database of
words to check spelling. Password checkers use it to look for bad words to check spelling. Password checkers use it to look for bad
passwords. passwords.
%prep %prep
%setup -q -c %setup -q -c
%patch0 -p1
%build %build
cd mwords cd mwords
@ -70,6 +78,10 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/dict/words %{_datadir}/dict/words
%changelog %changelog
* Mon Jun 23 2008 Karel Zak <kzak@redhat.com> - 3.0-13
- fix #428582 - linux.words contains misspelled word "flourescent"
- fix #440146 - misspelled word in /usr/share/dict/words (architecure)
* Mon Apr 2 2007 Karel Zak <kzak@redhat.com> - 3.0-12 * Mon Apr 2 2007 Karel Zak <kzak@redhat.com> - 3.0-12
- fix #226542 - Merge Review: words - fix #226542 - Merge Review: words