Name: python-geopy Version: 1.10.0 Release: 1mamba Summary: Python Geocoding Toolbox Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/geopy/geopy Source: https://pypi.python.org/packages/source/g/geopy/geopy-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-END BuildRequires: libpython-devel Requires: python >= %python_version BuildRoot: %{_tmppath}/%{name}-%{version}-root %description %{summary}. %if "%{?with_pyver}" %pyver_package %endif %prep %setup -q -n geopy-%{version} %build CFLAGS="%{optflags}" %{__python} setup.py build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %{__python} setup.py install \ -O1 --skip-build \ --root="%{buildroot}" \ --install-headers=%{_includedir}/python \ --install-lib=%{python_sitearch} \ --record=%{name}.filelist sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) %doc LICENSE %changelog * Tue Jul 28 2015 Silvan Calarco 1.10.0-1mamba - package created using the webbuild interface