diff --git geome/geome.spec geome/geome.spec.tmp index 96fb9cf045..f135f7ea66 100644 --- geome/geome.spec +++ geome/geome.spec.tmp @@ -1,7 +1,7 @@ Summary: Obtain your geo-location data from Google using NetworkManager Name: geome Version: 2.0 -Release: 9%{?dist} +Release: 10%{?dist} License: GPLv3 Url: http://ftp.nohats.ca/%{name} Source: http://ftp.nohats.ca/%{name}/%{name}-%{version}.tar.gz @@ -21,11 +21,12 @@ It can return all of the information Google returns, or with the -s flag, only return the latitude/longitude. This last mode is used by the Pidgin OTR nearby friends plugin. -%package -n python-geome +%package -n python2-geome +%{?python_provide:%python_provide python2-geome} Summary: Python library for geome location Group: Applications/System -%description -n python-geome +%description -n python2-geome Geome python module with the geome.location() function %prep @@ -41,7 +42,7 @@ install -p -m 0644 src/geome.py %{buildroot}%{python_sitelib} install -p -m 0755 geome %{buildroot}%{_bindir} install -p -m 644 geome.1 %{buildroot}%{_mandir}/man1 -%files -n python-geome +%files -n python2-geome %doc README COPYING %{python_sitelib}/* @@ -50,6 +51,10 @@ install -p -m 644 geome.1 %{buildroot}%{_mandir}/man1 %{_mandir}/man1/geome.1* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 2.0-10 +- Python 2 binary package renamed to python2-geome + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Wed Jul 26 2017 Fedora Release Engineering - 2.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild