- fix #428582 - linux.words contains misspelled word "flourescent"
- fix #440146 - misspelled word in /usr/share/dict/words (architecure)
This commit is contained in:
parent
89ac77370d
commit
271f0f8606
19
words-3.0-typos.patch
Normal file
19
words-3.0-typos.patch
Normal 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
|
18
words.spec
18
words.spec
@ -1,11 +1,13 @@
|
||||
Summary: A dictionary of English words for the /usr/share/dict directory
|
||||
Name: words
|
||||
Version: 3.0
|
||||
Release: 12%{?dist}
|
||||
Release: 13%{?dist}
|
||||
License: Public Domain
|
||||
Group: System Environment/Libraries
|
||||
Source: http://www.dcs.shef.ac.uk/research/ilash/Moby/mwords.tar.Z
|
||||
URL: http://www.dcs.shef.ac.uk/research/ilash/Moby
|
||||
Source: mwords.tar.Z
|
||||
# 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
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@ -14,14 +16,20 @@ BuildRequires: dos2unix
|
||||
BuildRequires: grep
|
||||
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
|
||||
The words file is a dictionary of English words for the
|
||||
/usr/share/dict directory. Some programs use this database of
|
||||
words to check spelling. Password checkers use it to look for bad
|
||||
passwords.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -c
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
cd mwords
|
||||
@ -70,6 +78,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/dict/words
|
||||
|
||||
%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
|
||||
- fix #226542 - Merge Review: words
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user