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