update to 2.0.18 [release 2.0.18-1mamba;Sat Jul 17 2021]
This commit is contained in:
parent
3e1d13fc95
commit
7233d7457c
@ -1,24 +1,26 @@
|
|||||||
Name: python-gdata
|
Name: python-gdata
|
||||||
Version: 2.0.10
|
Version: 2.0.18
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: Python client library for Google data APIs
|
Summary: Python client library for Google data APIs
|
||||||
Group: System/Libraries/Python
|
Group: System/Libraries/Python
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://code.google.com/p/gdata-python-client/
|
URL: https://github.com/google/gdata-python-client
|
||||||
Source: http://gdata-python-client.googlecode.com/files/gdata-%{version}.tar.gz
|
Source: https://pypi.debian.net/gdata/gdata-%{version}.zip
|
||||||
License: Apache 2.0
|
License: Apache License 2.0
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython3-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: python >= %python_version
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Python client library for Google data APIs.
|
Python client library for Google data APIs.
|
||||||
|
|
||||||
|
%if "%{?with_pyver}"
|
||||||
|
%pyver_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n gdata-%{version}
|
%setup -q -n gdata-%{version}
|
||||||
|
|
||||||
@ -39,10 +41,19 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files -f %{name}.filelist
|
%files %{?pyappend}
|
||||||
|
#-f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{python_sitearch}/gdata-%{version}-py*.egg-info
|
||||||
|
%dir %{python_sitearch}/atom
|
||||||
|
%{python_sitearch}/atom/*
|
||||||
|
%dir %{python_sitearch}/gdata
|
||||||
|
%{python_sitearch}/gdata/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 17 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.18-1mamba
|
||||||
|
- update to 2.0.18
|
||||||
|
|
||||||
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.10-2mamba
|
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.10-2mamba
|
||||||
- python 2.7 mass rebuild
|
- python 2.7 mass rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user