Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 77424bcd16176ba16ff54503d69aa1f2 > files > 2

words-3.0-18.mga9.src.rpm

Name:		words
Version:	3.0
Summary:	A dictionary of English words for the /usr/dict directory
Release:	%mkrel 18
License:	Public Domain
Group:		Text tools
URL:		http://www.dcs.shef.ac.uk/research/ilash/Moby/
Source:		http://www.dcs.shef.ac.uk/research/ilash/Moby/mwords.tar.Z
BuildArch:	noarch
BuildRequires:	dos2unix

%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

%build
pushd mwords
dos2unix *; chmod a+r *
cat [1-9]*.??? | grep -E  "^[[:alnum:]'&!,./-]+$" | sort --ignore-case --dictionary-order | uniq > moby

cat <<EOF >license.txt
On June 1, 1996 Grady Ward announced that the fruits of
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
popd

%install
install -d %{buildroot}%{_datadir}/dict
install -m644 mwords/moby %{buildroot}%{_datadir}/dict/linux.words
ln -sf linux.words %{buildroot}%{_datadir}/dict/words

%files
%doc mwords/readme.txt mwords/license.txt
%{_datadir}/dict/linux.words
%{_datadir}/dict/words


%changelog
* Sun Mar 20 2022 umeabot <umeabot> 3.0-18.mga9
+ Revision: 1807787
- Mageia 9 Mass Rebuild

* Wed Feb 12 2020 umeabot <umeabot> 3.0-17.mga8
+ Revision: 1501250
- Mageia 8 Mass Rebuild

* Wed Sep 19 2018 umeabot <umeabot> 3.0-16.mga7
+ Revision: 1277150
- Mageia 7 Mass Rebuild

* Fri Feb 05 2016 umeabot <umeabot> 3.0-15.mga6
+ Revision: 938488
- Mageia 6 Mass Rebuild

* Wed Oct 15 2014 umeabot <umeabot> 3.0-14.mga5
+ Revision: 743712
- Second Mageia 5 Mass Rebuild

* Tue Sep 16 2014 umeabot <umeabot> 3.0-13.mga5
+ Revision: 690365
- Mageia 5 Mass Rebuild

* Fri Oct 18 2013 umeabot <umeabot> 3.0-12.mga4
+ Revision: 520180
- Mageia 4 Mass Rebuild

* Mon Jan 14 2013 umeabot <umeabot> 3.0-11.mga3
+ Revision: 385841
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Sun Dec 02 2012 kamil <kamil> 3.0-10.mga3
+ Revision: 324885
- fix a dos2unix usage
- clean .spec

* Thu Oct 20 2011 obgr_seneca <obgr_seneca> 3.0-9.mga2
+ Revision: 157009
- replaced egrep by grep -E as told by rpmlint
+ kamil <kamil>
- new source location
- clean up

* Sun Jan 23 2011 ahmad <ahmad> 3.0-8.mga1
+ Revision: 34862
- imported package words


* Sat Dec 04 2010 Oden Eriksson <oeriksson@mandriva.com> 3.0-8mdv2011.0
+ Revision: 608172
- rebuild

* Wed Mar 17 2010 Oden Eriksson <oeriksson@mandriva.com> 3.0-7mdv2010.1
+ Revision: 524355
- rebuilt for 2010.1

* Sat Mar 07 2009 Antoine Ginies <aginies@mandriva.com> 3.0-6mdv2009.1
+ Revision: 351433
- rebuild

* Thu Aug 07 2008 Thierry Vignaud <tv@mandriva.org> 3.0-5mdv2009.0
+ Revision: 265778
- rebuild early 2009.0 package (before pixel changes)

* Wed Apr 30 2008 Tomasz Pawel Gajc <tpg@mandriva.org> 3.0-4mdv2009.0
+ Revision: 199351
- spec file clean

* Wed Mar 05 2008 Oden Eriksson <oeriksson@mandriva.com> 3.0-3mdv2008.1
+ Revision: 179679
- rebuild

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

  + Thierry Vignaud <tv@mandriva.org>
    - kill re-definition of %%buildroot on Pixel's request


* Wed Jan 10 2007 Warly <warly@mandriva.com> 3.0-2mdv2007.0
+ Revision: 106995
- sort dictionnary with --dictionnary-order to fix bug 13611
- Import words

* Mon Dec 06 2004 Warly <warly@mandrakesoft.com> 3.0-1mdk
- update in the same way Adrian Havill did for fedora
- replace word list with much better Moby Project words list
- revise %%description; ispell/aspell no longer uses words

* Fri Feb 06 2004 David Baudens <baudens@mandrakesoft.com> 2-20mdk
- Rebuild