fix uniq usage
This commit is contained in:
parent
581dd8e4df
commit
f0758be7ae
@ -22,7 +22,7 @@ passwords.
|
|||||||
%build
|
%build
|
||||||
cd mwords
|
cd mwords
|
||||||
dos2unix -o *; chmod a+r *
|
dos2unix -o *; chmod a+r *
|
||||||
cat [1-9]*.??? | uniq | grep -E "^[[:alnum:]'&!,./-]+$" | sort --ignore-case > moby
|
sort --ignore-case [1-9]*.??? | uniq | grep -E "^[[:alnum:]'&!,./-]+$" > moby
|
||||||
|
|
||||||
cat <<EOF >license.txt
|
cat <<EOF >license.txt
|
||||||
On June 1, 1996 Grady Ward announced that the fruits of
|
On June 1, 1996 Grady Ward announced that the fruits of
|
||||||
@ -60,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/usr/share/dict/words
|
/usr/share/dict/words
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 4 2005 Karel Zak <kzak@redhat.com> 3-3
|
||||||
|
- fix uniq command usage
|
||||||
|
|
||||||
* Tue Mar 29 2005 Karel Zak <kzak@redhat.com> 3-2
|
* Tue Mar 29 2005 Karel Zak <kzak@redhat.com> 3-2
|
||||||
- replace word list with much better Moby Project words list (#61395)
|
- replace word list with much better Moby Project words list (#61395)
|
||||||
- revise %%description; ispell/aspell no longer uses words
|
- revise %%description; ispell/aspell no longer uses words
|
||||||
|
Loading…
Reference in New Issue
Block a user