diff --git a/python-gdata.spec b/python-gdata.spec index 6ab5a7f..ad77e27 100644 --- a/python-gdata.spec +++ b/python-gdata.spec @@ -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 -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 +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 2.0.18-1mamba +- update to 2.0.18 + * Fri May 17 2013 Silvan Calarco 2.0.10-2mamba - python 2.7 mass rebuild