- 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
@ -46,6 +50,7 @@ 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