- cleanup spec file

- fix #227216 - Unnecessary BuildRequirement to ncompress
- Resolves: rhbz#227216
This commit is contained in:
kzak 2007-04-02 07:32:18 +00:00
parent 91f5447803
commit c8876ae2d3

View File

@ -1,14 +1,18 @@
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
Version: 3.0
Release: 10%{?dist}
License: public domain
Release: 11%{?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/
URL: http://www.dcs.shef.ac.uk/research/ilash/Moby
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: ncompress, dos2unix
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: dos2unix
BuildRequires: grep
BuildRequires: coreutils
%description
The words file is a dictionary of English words for the
@ -31,21 +35,22 @@ the Moby project were being placed in the public domain:
The Moby lexicon project is complete and has
been place into the public domain. Use, sell,
rework, excerpt and use in any way on any platform.
Placing this material on internal or public servers is
also encouraged. The compiler is not aware of any
export restrictions so freely distribute world-wide.
You can verify the public domain status by contacting
Grady Ward
3449 Martha Ct.
Arcata, CA 95521-4884
daedal@myrealbox.com
EOF
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_datadir}/dict
install -m644 mwords/moby $RPM_BUILD_ROOT%{_datadir}/dict/linux.words
ln -sf linux.words $RPM_BUILD_ROOT%{_datadir}/dict/words
@ -60,6 +65,10 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/dict/words
%changelog
* Mon Apr 2 2007 Karel Zak <kzak@redhat.com> - 3.0-11
- cleanup spec file
- fix #227216 - Unnecessary BuildRequirement to ncompress
* Wed Jan 24 2007 Karel Zak <kzak@redhat.com> - 3.0-10
- fix regex that removes possessives ('s)
@ -101,26 +110,26 @@ rm -rf $RPM_BUILD_ROOT
* Thu May 23 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Wed Apr 3 2002 Trond Eivind Glomsrød <teg@redhat.com> 2-18
* Wed Apr 3 2002 Trond Eivind Glomsrod <teg@redhat.com> 2-18
- Bump.
* Mon Mar 18 2002 Trond Eivind Glomsrød <teg@redhat.com> 2-17
* Mon Mar 18 2002 Trond Eivind Glomsrod <teg@redhat.com> 2-17
- s/Copyright/License/
- add gullible and facetious (#60166, #60173)
* Fri Apr 6 2001 Trond Eivind Glomsrød <teg@redhat.com>
* Fri Apr 6 2001 Trond Eivind Glomsrod <teg@redhat.com>
- Add carnivore (#35031)
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
* Tue Jun 13 2000 Trond Eivind Glomsrød <teg@redhat.com>
* Tue Jun 13 2000 Trond Eivind Glomsrod <teg@redhat.com>
- use %%{_tmppath}
* Thu Apr 13 2000 Nalin Dahyabhai <nalin@redhat.com>
- add some words: some food additives, dinosaurs, atmospheric terms
* Fri Apr 07 2000 Trond Eivind Glomsrød <teg@redhat.com>
* Fri Apr 07 2000 Trond Eivind Glomsrod <teg@redhat.com>
- update description
- moved it to /usr/share/dict
- updated URL