parent
c8876ae2d3
commit
2755447555
14
words.spec
14
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 [1-9]*.??? | egrep --invert-match "'s$" | egrep "^[[:alnum:]'&!,./-]+$" | sort --ignore-case --dictionary-order | uniq > moby
|
||||||
|
|
||||||
cat <<EOF >license.txt
|
cat <<EOF >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
|
On June 1, 1996 Grady Ward announced that the fruits of
|
||||||
the Moby project were being placed in the public domain:
|
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
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root,-)
|
||||||
%doc mwords/readme.txt mwords/license.txt
|
%doc mwords/readme.txt mwords/license.txt
|
||||||
/usr/share/dict/linux.words
|
%{_datadir}/dict/linux.words
|
||||||
/usr/share/dict/words
|
%{_datadir}/dict/words
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 2 2007 Karel Zak <kzak@redhat.com> - 3.0-12
|
||||||
|
- fix #226542 - Merge Review: words
|
||||||
|
|
||||||
* Mon Apr 2 2007 Karel Zak <kzak@redhat.com> - 3.0-11
|
* Mon Apr 2 2007 Karel Zak <kzak@redhat.com> - 3.0-11
|
||||||
- cleanup spec file
|
- cleanup spec file
|
||||||
- fix #227216 - Unnecessary BuildRequirement to ncompress
|
- fix #227216 - Unnecessary BuildRequirement to ncompress
|
||||||
|
Loading…
Reference in New Issue
Block a user