From 6b8edb742a49f9769ef5cb5c56ed955848f0d298 Mon Sep 17 00:00:00 2001 From: dogsheng <960055655@qq.com> Date: Fri, 13 Dec 2019 16:03:00 +0800 Subject: [PATCH] Package init --- python-httplib2.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/python-httplib2.spec b/python-httplib2.spec index 8be9d4d..9c82cd6 100644 --- a/python-httplib2.spec +++ b/python-httplib2.spec @@ -1,6 +1,6 @@ Name: python-httplib2 Version: 0.13.1 -Release: 1 +Release: 2 Summary: Small, fast HTTP client library for Python. License: MIT URL: https://github.com/httplib2/httplib2 @@ -57,7 +57,9 @@ popd %py2_install %if 0%{?with_python3} -%py3_install +pushd %{py3dir} +%py3_install +popd %endif %files -n python2-httplib2 @@ -71,5 +73,11 @@ popd %endif %changelog +* Fri Nov 21 2019 openEuler Buildteam - 0.13.1-2 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:change the root of install for python3 + * Thu Nov 7 2019 openEuler Buildteam - 0.13.1-1 - Package init