diff --git python-basemap/python-basemap.spec python-basemap/python-basemap.spec.tmp index 994963e60b..6dc3db28c1 100644 --- python-basemap/python-basemap.spec +++ python-basemap/python-basemap.spec.tmp @@ -8,7 +8,7 @@ Name: python-basemap Version: 1.0.7 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Plots data on map projections (with continental and political boundaries) Group: Development/Libraries License: LGPLv2+ @@ -24,12 +24,20 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel, proj-devel, shapelib-devel, numpy-f2py, geos-devel BuildRequires: python-httplib2 -Requires: python-matplotlib >= 0.98, python-basemap-data -%description -Basemap is a matplotlib toolkit that allows you to plot data on map +%global _description\ +Basemap is a matplotlib toolkit that allows you to plot data on map\ projections (with continental and political boundaries). +%description %_description + +%package -n python2-basemap-examples +Summary: %summary +Requires: python-matplotlib >= 0.98, python-basemap-data +%{?python_provide:%python_provide python2-basemap-examples} + +%description -n python2-basemap-examples %_description + %package -n python-basemap-examples Summary: Example programs and data for python-basemap Group: Development/Libraries @@ -106,7 +114,7 @@ rm -rf $RPM_BUILD_ROOT%{_datadir} rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-basemap-examples %doc Changelog README %exclude %{python_sitearch}/mpl_toolkits/__init__.* %{python_sitearch}/mpl_toolkits/basemap @@ -133,6 +141,10 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.0.7-20 +- Python 2 binary package renamed to python2-basemap + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 1.0.7-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild