Package init

This commit is contained in:
dogsheng 2019-12-13 16:03:00 +08:00
parent 388a5c1394
commit 6b8edb742a

View File

@ -1,6 +1,6 @@
Name: python-httplib2 Name: python-httplib2
Version: 0.13.1 Version: 0.13.1
Release: 1 Release: 2
Summary: Small, fast HTTP client library for Python. Summary: Small, fast HTTP client library for Python.
License: MIT License: MIT
URL: https://github.com/httplib2/httplib2 URL: https://github.com/httplib2/httplib2
@ -57,7 +57,9 @@ popd
%py2_install %py2_install
%if 0%{?with_python3} %if 0%{?with_python3}
pushd %{py3dir}
%py3_install %py3_install
popd
%endif %endif
%files -n python2-httplib2 %files -n python2-httplib2
@ -71,5 +73,11 @@ popd
%endif %endif
%changelog %changelog
* Fri Nov 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.13.1-2
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:change the root of install for python3
* Thu Nov 7 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.13.1-1 * Thu Nov 7 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.13.1-1
- Package init - Package init