documentation.py files are gone from upstream.

This commit is contained in:
Ralph Bean 2015-03-23 09:05:53 -04:00
parent c62be3bbca
commit da02699b51

View File

@ -82,13 +82,13 @@ rm -rf $RPM_BUILD_ROOT
%check %check
# Until we get the python-multiprocessing backport packaged # Until we get the python-multiprocessing backport packaged
%if 0%{?fedora} || 0%{?rhel} > 5 %if 0%{?fedora} || 0%{?rhel} > 5
nosetests --with-doctest -e documentation3 nosetests --with-doctest
%endif %endif
# nose is not Python3 ready yet # nose is not Python3 ready yet
%if 0%{?with_python3} %if 0%{?with_python3}
pushd %{py3dir} pushd %{py3dir}
PYTHONPATH=$(pwd)/build/lib python3 documentation3.py nosetests --with-doctest
popd popd
%endif # with_python3 %endif # with_python3
@ -108,6 +108,7 @@ popd
%changelog %changelog
* Mon Mar 23 2015 Ralph Bean <rbean@redhat.com> - 3.4.2-1 * Mon Mar 23 2015 Ralph Bean <rbean@redhat.com> - 3.4.2-1
- new version - 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 * 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 - 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 * 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 - Add documentation.py files to both subpackages (this contains a brief license
assertion among other things). assertion among other things).
* Wed Jun 30 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 3.2.0-1 * Wed Jun 30 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 3.2.0-1
- Minor cleanups - Minor cleanups
- Upgrade to 3.2.0 - Upgrade to 3.2.0