some docs files are gone
This commit is contained in:
parent
353c63c7ba
commit
5892ebc433
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user