Remove test data. It's now in the upstream tarball

This commit is contained in:
Toshio Kuratomi 2013-11-18 12:11:37 -08:00
parent db6ebee1ae
commit 4f8a87d40b

View File

@ -17,13 +17,6 @@ URL: http://pypi.python.org/pypi/%{srcname}
Source0: http://pypi.python.org/packages/source/s/%{srcname}/%{srcname}-%{version}.tar.gz
Source1: psfl.txt
Source2: zpl.txt
# Test data for the svn unittests from
# https://bitbucket.org/pypa/setuptools/src/ca2fc862ded7e3a2c07397f0d7d929a9534493a7/setuptools/tests/svn_data/svn17_example.zip?at=default
# Pull Request to add this to the next upstream release here:
# https://github.com/jaraco/setuptools/pull/4
Source3: svn17_example.zip
# https://bitbucket.org/pypa/setuptools/src/ca2fc862ded7e3a2c07397f0d7d929a9534493a7/setuptools/tests/svn_data/svn18_example.zip?at=default
Source4: svn18_example.zip
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -84,10 +77,6 @@ execute the software that requires pkg_resources.py.
find -name '*.txt' -exec chmod -x \{\} \;
find . -name '*.orig' -exec rm \{\} \;
# For unittests
cp %{SOURCE3} setuptools/tests/svn_data/
cp %{SOURCE4} setuptools/tests/svn_data/
%if 0%{?with_python3}
rm -rf %{py3dir}
cp -a . %{py3dir}