documentation.py files are gone from upstream.
This commit is contained in:
parent
c62be3bbca
commit
da02699b51
@ -82,13 +82,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%check
|
||||
# Until we get the python-multiprocessing backport packaged
|
||||
%if 0%{?fedora} || 0%{?rhel} > 5
|
||||
nosetests --with-doctest -e documentation3
|
||||
nosetests --with-doctest
|
||||
%endif
|
||||
|
||||
# nose is not Python3 ready yet
|
||||
%if 0%{?with_python3}
|
||||
pushd %{py3dir}
|
||||
PYTHONPATH=$(pwd)/build/lib python3 documentation3.py
|
||||
nosetests --with-doctest
|
||||
popd
|
||||
%endif # with_python3
|
||||
|
||||
@ -108,6 +108,7 @@ popd
|
||||
%changelog
|
||||
* Mon Mar 23 2015 Ralph Bean <rbean@redhat.com> - 3.4.2-1
|
||||
- new version
|
||||
- The documentation.py files are now gone from upstream.
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
@ -165,6 +166,7 @@ popd
|
||||
* Wed Jul 7 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 3.2.0-2
|
||||
- Add documentation.py files to both subpackages (this contains a brief license
|
||||
assertion among other things).
|
||||
|
||||
* Wed Jun 30 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 3.2.0-1
|
||||
- Minor cleanups
|
||||
- Upgrade to 3.2.0
|
||||
|
Loading…
Reference in New Issue
Block a user