- cleanup spec file
- fix #227216 - Unnecessary BuildRequirement to ncompress - Resolves: rhbz#227216
This commit is contained in:
parent
91f5447803
commit
c8876ae2d3
39
words.spec
39
words.spec
@ -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
|
Name: words
|
||||||
Version: 3.0
|
Version: 3.0
|
||||||
Release: 10%{?dist}
|
Release: 11%{?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: 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
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: ncompress, dos2unix
|
|
||||||
|
BuildRequires: dos2unix
|
||||||
|
BuildRequires: grep
|
||||||
|
BuildRequires: coreutils
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The words file is a dictionary of English words for the
|
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
|
The Moby lexicon project is complete and has
|
||||||
been place into the public domain. Use, sell,
|
been place into the public domain. Use, sell,
|
||||||
rework, excerpt and use in any way on any platform.
|
rework, excerpt and use in any way on any platform.
|
||||||
|
|
||||||
Placing this material on internal or public servers is
|
Placing this material on internal or public servers is
|
||||||
also encouraged. The compiler is not aware of any
|
also encouraged. The compiler is not aware of any
|
||||||
export restrictions so freely distribute world-wide.
|
export restrictions so freely distribute world-wide.
|
||||||
|
|
||||||
You can verify the public domain status by contacting
|
You can verify the public domain status by contacting
|
||||||
|
|
||||||
Grady Ward
|
Grady Ward
|
||||||
3449 Martha Ct.
|
3449 Martha Ct.
|
||||||
Arcata, CA 95521-4884
|
Arcata, CA 95521-4884
|
||||||
|
|
||||||
daedal@myrealbox.com
|
daedal@myrealbox.com
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
install -d $RPM_BUILD_ROOT%{_datadir}/dict
|
install -d $RPM_BUILD_ROOT%{_datadir}/dict
|
||||||
install -m644 mwords/moby $RPM_BUILD_ROOT%{_datadir}/dict/linux.words
|
install -m644 mwords/moby $RPM_BUILD_ROOT%{_datadir}/dict/linux.words
|
||||||
ln -sf linux.words $RPM_BUILD_ROOT%{_datadir}/dict/words
|
ln -sf linux.words $RPM_BUILD_ROOT%{_datadir}/dict/words
|
||||||
@ -60,6 +65,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/usr/share/dict/words
|
/usr/share/dict/words
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jan 24 2007 Karel Zak <kzak@redhat.com> - 3.0-10
|
||||||
- fix regex that removes possessives ('s)
|
- fix regex that removes possessives ('s)
|
||||||
|
|
||||||
@ -101,26 +110,26 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
||||||
- automated rebuild
|
- 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.
|
- 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/
|
- s/Copyright/License/
|
||||||
- add gullible and facetious (#60166, #60173)
|
- 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)
|
- Add carnivore (#35031)
|
||||||
|
|
||||||
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
|
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
|
||||||
- automatic rebuild
|
- 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}
|
- use %%{_tmppath}
|
||||||
|
|
||||||
* Thu Apr 13 2000 Nalin Dahyabhai <nalin@redhat.com>
|
* Thu Apr 13 2000 Nalin Dahyabhai <nalin@redhat.com>
|
||||||
- add some words: some food additives, dinosaurs, atmospheric terms
|
- 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
|
- update description
|
||||||
- moved it to /usr/share/dict
|
- moved it to /usr/share/dict
|
||||||
- updated URL
|
- updated URL
|
||||||
|
Loading…
Reference in New Issue
Block a user