diff --git saga/saga.spec saga/saga.spec.tmp index 60f8c39373..776d3e163d 100644 --- saga/saga.spec +++ saga/saga.spec.tmp @@ -1,6 +1,6 @@ Name: saga Version: 2.2.7 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Geographic information system with an API for processing geodata Group: Applications/Engineering @@ -62,12 +62,16 @@ SAGA is a geographic information system (GIS) with a special API for geographic data processing. This API makes it easy to implement new algorithms. The SAGA API supports grid data, vector data, and tables. -%package python +%package -n python2-saga +%{?python_provide:%python_provide python2-saga} +# Remove before F30 +Provides: %{name}-python%{?_isa} = %{version}-%{release} +Obsoletes: %{name}-python < %{version}-%{release} Summary: SAGA Python interface Group: Applications/Engineering Requires: %{name}%{?_isa} = %{version}-%{release} -%description python +%description -n python2-saga Python interface for SAGA %package devel @@ -162,7 +166,7 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/%{name}.a %{_datadir}/appdata/%{name}.appdata.xml %{_mandir}/man1/%{name}_*1* -%files python +%files -n python2-saga %{python_sitearch}/*.py* %{python_sitearch}/*.so @@ -176,6 +180,10 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/%{name}.a %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 2.2.7-8 +- Python 2 binary package renamed to python2-saga + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 2.2.7-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild