[python-paste-deploy1.5] fix build issue on non python 2.6 systems

Pádraig Brady pbrady at fedoraproject.org
Sat Aug 4 04:34:45 UTC 2012


commit 5fca43811f644b5dd23fea5620f2be088f0896ce
Author: Pádraig Brady <P at draigBrady.com>
Date:   Sat Aug 4 05:34:27 2012 +0100

    fix build issue on non python 2.6 systems

 python-paste-deploy1.5.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/python-paste-deploy1.5.spec b/python-paste-deploy1.5.spec
index 85c26a1..89cdc02 100644
--- a/python-paste-deploy1.5.spec
+++ b/python-paste-deploy1.5.spec
@@ -39,7 +39,7 @@ rm -rf %{buildroot}
 
 mkdir -p %{buildroot}%{python_sitelib}
 easy_install -m --install-dir %{buildroot}%{python_sitelib} dist/*.egg
-find %{buildroot}%{python_sitelib}/PasteDeploy-%{version}-py2.6.egg/paste/ -name '*.py' |
+find %{buildroot}%{python_sitelib}/PasteDeploy-%{version}-*.egg/paste/ -name '*.py' |
  xargs chmod 0644
 
 %clean


More information about the scm-commits mailing list