[python-werkzeug/el5/master] update errors

Peter Halliday hoangelos at fedoraproject.org
Wed Sep 1 01:27:48 UTC 2010


commit 419ec35c39be773f2ed31076c16ff844fd2f3680
Author: Peter Halliday <phalliday at excelsiorsystems.net>
Date:   Tue Aug 31 21:27:33 2010 -0400

    update errors

 python-werkzeug.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/python-werkzeug.spec b/python-werkzeug.spec
index 6c33c87..7f1d439 100644
--- a/python-werkzeug.spec
+++ b/python-werkzeug.spec
@@ -15,7 +15,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  python-devel
-BuildRequires:  python-setuptools-devel
+BuildRequires:  python-setuptools
 
 %description
 Werkzeug
@@ -54,8 +54,8 @@ Documentation and examples for %{name}.
 
 %build
 %{__python} setup.py build
-find examples/ -name '*.py' -executable | xargs chmod -x
-find examples/ -name '*.png' -executable | xargs chmod -x
+find examples/ -name '*.py' -perm /+x | xargs chmod -x
+find examples/ -name '*.png' -perm /+x | xargs chmod -x
 
 %install
 %{__rm} -rf %{buildroot}


More information about the scm-commits mailing list