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
|
||||
Version: 2.0.10
|
||||
Release: 2mamba
|
||||
Version: 2.0.18
|
||||
Release: 1mamba
|
||||
Summary: Python client library for Google data APIs
|
||||
Group: System/Libraries/Python
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
||||
URL: http://code.google.com/p/gdata-python-client/
|
||||
Source: http://gdata-python-client.googlecode.com/files/gdata-%{version}.tar.gz
|
||||
License: Apache 2.0
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://github.com/google/gdata-python-client
|
||||
Source: https://pypi.debian.net/gdata/gdata-%{version}.zip
|
||||
License: Apache License 2.0
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: libpython3-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: python >= %python_version
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Python client library for Google data APIs.
|
||||
|
||||
%if "%{?with_pyver}"
|
||||
%pyver_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n gdata-%{version}
|
||||
|
||||
@ -39,10 +41,19 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files -f %{name}.filelist
|
||||
%files %{?pyappend}
|
||||
#-f %{name}.filelist
|
||||
%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
|
||||
* 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
|
||||
- python 2.7 mass rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user