some docs files are gone

This commit is contained in:
Terje Rsten 2011-05-02 09:04:22 +02:00
parent 353c63c7ba
commit 5892ebc433

View File

@ -53,12 +53,6 @@ This is the Python 3 build of pyinotify
%prep %prep
%setup -q -n %{oname} %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} %if 0%{?with_python3}
%{__rm} -rf %{py3dir} %{__rm} -rf %{py3dir}
cp -a . %{py3dir} cp -a . %{py3dir}
@ -99,7 +93,7 @@ popd
%files %files
%defattr(-, root, root, -) %defattr(-, root, root, -)
%doc ACKS COPYING ChangeLog_old NEWS_old %doc ACKS COPYING README.md
%{_bindir}/%{oname} %{_bindir}/%{oname}
%{python_sitelib}/%{oname}* %{python_sitelib}/%{oname}*
@ -110,7 +104,7 @@ popd
%if 0%{?with_python3} %if 0%{?with_python3}
%files -n python3-inotify %files -n python3-inotify
%defattr(-, root, root, -) %defattr(-, root, root, -)
%doc ACKS ChangeLog_old COPYING NEWS_old %doc ACKS COPYING README.md
%{_bindir}/python3-%{oname} %{_bindir}/python3-%{oname}
%{python3_sitelib}/%{oname}* %{python3_sitelib}/%{oname}*
%if 0%{?fedora} > 14 %if 0%{?fedora} > 14