diff --git a/words.spec b/words.spec index 825859c..b326d7c 100644 --- a/words.spec +++ b/words.spec @@ -2,12 +2,12 @@ Name: words Version: 3.0 -Release: 31 +Release: 32 Summary: An English words dictionary License: Public Domain URL: http://en.wikipedia.org/wiki/Moby_Project Source0: https://www.gutenberg.org/files/3201/files.zip -Source1: 3201.txt +Source1: http://www.gutenberg.org/files/3201/3201.txt BuildArch: noarch BuildRequires: dos2unix coreutils @@ -36,5 +36,8 @@ cp -f %{SOURCE1} readme.txt %{_datadir}/dict/* %changelog +* Thu Jan 09 2020 zhangguangzhi - 3.0-32 +- add 3201.txt path + * Tue Sep 10 2019 huzhiyu - 3.0-31 - Package init