[bodhi/epel7] Remove the call to setup.py in %build as it doesn't handle the client build or install

Toshio くらとみ toshio at fedoraproject.org
Fri Jun 20 17:31:00 UTC 2014


commit 7f822ffaa7223e85ea7c2c0684864b4b10d57f21
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Fri Jun 20 10:30:25 2014 -0700

    Remove the call to setup.py in %build as it doesn't handle the client
    build or install

 bodhi.spec |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/bodhi.spec b/bodhi.spec
index ba79dfe..1475ed8 100644
--- a/bodhi.spec
+++ b/bodhi.spec
@@ -44,7 +44,6 @@ Client tools for interacting with bodhi
 rm -rf bodhi/tests bodhi/tools/test-bodhi.py
 
 %build
-%{__python} setup.py build --install-data=%{_datadir}
 
 %install
 %{__rm} -rf %{buildroot}


More information about the scm-commits mailing list