[python-webob1.2] Mkdir for python3_sitelib.

Ralph Bean ralph at fedoraproject.org
Tue Aug 6 19:01:17 UTC 2013


commit 2ec3472ae1d2b3d87e42b87c9bd339bcf00ed0c5
Author: Ralph Bean <rbean at redhat.com>
Date:   Tue Aug 6 15:01:07 2013 -0400

    Mkdir for python3_sitelib.

 python-webob1.2.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/python-webob1.2.spec b/python-webob1.2.spec
index 17b28ff..ab1443b 100644
--- a/python-webob1.2.spec
+++ b/python-webob1.2.spec
@@ -10,7 +10,7 @@
 Name:           python-webob1.2
 Summary:        WSGI request and response object
 Version:        1.2.3
-Release:        4%{?dist}
+Release:        5%{?dist}
 License:        MIT
 Group:          System Environment/Libraries
 URL:            http://pythonpaste.org/webob/
@@ -82,6 +82,7 @@ popd
 %install
 %if 0%{?with_python3}
 pushd %{py3dir}
+%{__mkdir} -p %{buildroot}%{python3_sitelib}
 easy_install-%{py3ver} -m --prefix %{buildroot}%{_usr} dist/*.egg
 %{__chmod} 0644 %{buildroot}%{python3_sitelib}/WebOb-%{version}-*.egg/%{modname}/*.py
 popd
@@ -111,6 +112,9 @@ popd
 %endif
 
 %changelog
+* Tue Aug 06 2013 Ralph Bean <rbean at redhat.com> - 1.2.3-5
+- Add mkdir line for python3_sitelib.
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.3-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list