rebuilt with distdeps and py3 target [release 0.19.1-2mamba;Sun Apr 04 2021]
This commit is contained in:
parent
90ce512a0b
commit
4c8e418fda
@ -1,6 +1,6 @@
|
|||||||
Name: python-httplib2
|
Name: python-httplib2
|
||||||
Version: 0.19.0
|
Version: 0.19.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A comprehensive HTTP client library
|
Summary: A comprehensive HTTP client library
|
||||||
Group: System/Libraries/Python
|
Group: System/Libraries/Python
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -8,21 +8,19 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://bitworking.org/projects/httplib2/
|
URL: https://bitworking.org/projects/httplib2/
|
||||||
Source: https://pypi.debian.net/httplib2/httplib2-%{version}.tar.gz
|
Source: https://pypi.debian.net/httplib2/httplib2-%{version}.tar.gz
|
||||||
#Source: http://httplib2.googlecode.com/files/httplib2-%{version}.tar.gz
|
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython3-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Provides: httplib2
|
|
||||||
Obsoletes: httplib2
|
|
||||||
Requires: python >= %python_version
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A comprehensive HTTP client library.
|
A comprehensive HTTP client library.
|
||||||
|
|
||||||
%prep
|
%if "%{?with_pyver}"
|
||||||
|
%pyver_package
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%prep
|
||||||
%setup -q -n httplib2-%{version}
|
%setup -q -n httplib2-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -33,25 +31,26 @@ A comprehensive HTTP client library.
|
|||||||
%{__python} setup.py install \
|
%{__python} setup.py install \
|
||||||
--root="%{buildroot}" \
|
--root="%{buildroot}" \
|
||||||
--install-headers=%{_includedir}/python \
|
--install-headers=%{_includedir}/python \
|
||||||
--install-lib=%{python_sitearch}
|
--install-lib=%{python_sitearch} \
|
||||||
|
--record=%{name}.filelist
|
||||||
|
|
||||||
chmod 0644 %{buildroot}%{python_sitearch}/httplib2/cacerts.txt
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
chmod 0644 %{buildroot}%{python_sitearch}/httplib2/*.py
|
|
||||||
chmod 0644 %{buildroot}%{python_sitearch}/httplib2/*.pyc
|
|
||||||
chmod 0644 %{buildroot}%{python_sitearch}/httplib2-%{version}-py%{python_version}.egg-info/*
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{python_sitearch}/httplib2
|
%dir %{python_sitearch}/httplib2-%{version}-py*.egg-info
|
||||||
%{python_sitearch}/httplib2/cacerts.txt
|
%{python_sitearch}/httplib2-%{version}-py*.egg-info/*
|
||||||
%{python_sitearch}/httplib2/*.py
|
|
||||||
%{python_sitearch}/httplib2/*.pyc
|
|
||||||
%{python_sitearch}/httplib2-%{version}-py%{python_version}.egg-info
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 04 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.19.1-2mamba
|
||||||
|
- rebuilt with distdeps and py3 target
|
||||||
|
|
||||||
|
* Tue Mar 30 2021 Automatic Build System <autodist@mambasoft.it> 0.19.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 0.19.0-1mamba
|
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 0.19.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user