diff --git a/words.spec b/words.spec index 9d5dd5c..8a1a5d1 100644 --- a/words.spec +++ b/words.spec @@ -29,6 +29,11 @@ dos2unix -o *; chmod a+r * cat [1-9]*.??? | egrep --invert-match "'s$" | egrep "^[[:alnum:]'&!,./-]+$" | sort --ignore-case --dictionary-order | uniq > moby cat <license.txt +*** + The license in the readme.txt file is original and DEPRECATED + license of The Moby lexicon project. +*** + On June 1, 1996 Grady Ward announced that the fruits of the Moby project were being placed in the public domain: @@ -59,12 +64,15 @@ ln -sf linux.words $RPM_BUILD_ROOT%{_datadir}/dict/words rm -rf $RPM_BUILD_ROOT %files -%defattr(-,root,root) +%defattr(-,root,root,-) %doc mwords/readme.txt mwords/license.txt -/usr/share/dict/linux.words -/usr/share/dict/words +%{_datadir}/dict/linux.words +%{_datadir}/dict/words %changelog +* Mon Apr 2 2007 Karel Zak - 3.0-12 +- fix #226542 - Merge Review: words + * Mon Apr 2 2007 Karel Zak - 3.0-11 - cleanup spec file - fix #227216 - Unnecessary BuildRequirement to ncompress