rebuilt with python3 3.7.4 [release 1.20.0-2mamba;Fri Aug 09 2019]
This commit is contained in:
parent
654b9a6d66
commit
868fc7ba91
@ -1,17 +1,18 @@
|
||||
Name: python-geopy
|
||||
Version: 1.10.0
|
||||
Release: 1mamba
|
||||
Version: 1.20.0
|
||||
Release: 2mamba
|
||||
Summary: Python Geocoding Toolbox
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://github.com/geopy/geopy
|
||||
Source: https://pypi.python.org/packages/source/g/geopy/geopy-%{version}.tar.gz
|
||||
Source: https://pypi.debian.net/geopy/geopy-%{version}.tar.gz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libpython-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libpython3-devel >= 3.7.4
|
||||
Requires: python >= %python_version
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
@ -26,10 +27,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
%setup -q -n geopy-%{version}
|
||||
|
||||
%build
|
||||
export LC_ALL=en_US.UTF-8
|
||||
CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
export LC_ALL=en_US.UTF-8
|
||||
%{__python} setup.py install \
|
||||
-O1 --skip-build \
|
||||
--root="%{buildroot}" \
|
||||
@ -37,7 +40,7 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
--install-lib=%{python_sitearch} \
|
||||
--record=%{name}.filelist
|
||||
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
@ -45,5 +48,11 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Aug 09 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.20.0-2mamba
|
||||
- rebuilt with python3 3.7.4
|
||||
|
||||
* Fri Aug 09 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.20.0-1mamba
|
||||
- update to 1.20.0
|
||||
|
||||
* Tue Jul 28 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.10.0-1mamba
|
||||
- package created using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user