[python-webob1.1] Add command line args to easy_install to install eggs in expanded form

Toshio くらとみ toshio at fedoraproject.org
Tue Jul 1 01:13:42 UTC 2014


commit 7bd96fcfccdaa294d385d55a5230e91cda46a8f7
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jun 30 18:13:45 2014 -0700

    Add command line args to easy_install to install eggs in expanded form

 python-webob1.1.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/python-webob1.1.spec b/python-webob1.1.spec
index 6d5a89b..90845f1 100644
--- a/python-webob1.1.spec
+++ b/python-webob1.1.spec
@@ -5,7 +5,7 @@
 Name:           python-webob1.1
 Summary:        WSGI request and response object
 Version:        1.1.1
-Release:        9%{?dist}
+Release:        10%{?dist}
 License:        MIT
 Group:          System Environment/Libraries
 URL:            http://pythonpaste.org/webob/
@@ -39,7 +39,7 @@ environment.
 
 %install
 %{__mkdir} -p %{buildroot}%{python_sitelib}
-easy_install-%{py2ver} -m --prefix %{buildroot}%{_usr} dist/*.egg
+easy_install-%{py2ver} -m --prefix %{buildroot}%{_usr} -Z dist/*.egg
 %{__chmod} 0644 %{buildroot}%{python_sitelib}/WebOb-%{version}-*.egg/%{modname}/*.py
 
 
@@ -49,9 +49,12 @@ PYTHONPATH=$(pwd) nosetests
 
 %files
 %doc docs/*
-%{python_sitelib}/WebOb-%{version}-py%{py2ver}.egg
+%{python_sitelib}/WebOb-%{version}-py%{py2ver}.egg/
 
 %changelog
+* Mon Jun 30 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 1.1.1-10
+- Add command line args to easy_install to install eggs in expanded form
+
 * Mon Jun 30 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 1.1.1-9
 - Replace python-setuptools-devel BR with python-setuptools
 


More information about the scm-commits mailing list