diff --git a/python-inotify.spec b/python-inotify.spec index d079518..2261da7 100644 --- a/python-inotify.spec +++ b/python-inotify.spec @@ -53,12 +53,6 @@ This is the Python 3 build of pyinotify %prep %setup -q -n %{oname} -for f in ChangeLog_old ; do - mv $f $f.iso88591 - iconv -o $f -f iso88591 -t utf8 $f.iso88591 - %{__rm} -f $f.iso88591 -done - %if 0%{?with_python3} %{__rm} -rf %{py3dir} cp -a . %{py3dir} @@ -99,7 +93,7 @@ popd %files %defattr(-, root, root, -) -%doc ACKS COPYING ChangeLog_old NEWS_old +%doc ACKS COPYING README.md %{_bindir}/%{oname} %{python_sitelib}/%{oname}* @@ -110,7 +104,7 @@ popd %if 0%{?with_python3} %files -n python3-inotify %defattr(-, root, root, -) -%doc ACKS ChangeLog_old COPYING NEWS_old +%doc ACKS COPYING README.md %{_bindir}/python3-%{oname} %{python3_sitelib}/%{oname}* %if 0%{?fedora} > 14