[python-setuptools/f13/master] Fix a typo in implementation of the python3 subpackage build. Shouldn't affect the end result from

Toshio くらとみ toshio at fedoraproject.org
Wed Aug 11 16:21:26 UTC 2010


commit bf51ace91c89a8b814369263c5e0497cb9dfae8b
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Wed Aug 11 12:20:31 2010 -0400

    Fix a typo in implementation of the python3 subpackage build.  Shouldn't
    affect the end result from the buildsystem but it could affect people
    rebuilding from the srpm

 python-setuptools.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/python-setuptools.spec b/python-setuptools.spec
index e1a70c8..1008bee 100644
--- a/python-setuptools.spec
+++ b/python-setuptools.spec
@@ -65,7 +65,7 @@ find -name '*.txt' | xargs chmod -x
 find . -name '*.orig' -exec rm \{\} \;
 
 %if 0%{?with_python3}
-rm -rf %{pyver}
+rm -rf %{py3dir}
 cp -a . %{py3dir}
 find %{py3dir} -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'
 %endif # with_python3


More information about the scm-commits mailing list