From 4f8a87d40b2620c3983f4bbfa09d174c05745f2f Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Nov 18 2013 20:11:37 +0000 Subject: Remove test data. It's now in the upstream tarball --- diff --git a/python-setuptools.spec b/python-setuptools.spec index c8884b4..3a54f49 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -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}