diff --git python-phyghtmap/python-phyghtmap.spec python-phyghtmap/python-phyghtmap.spec.tmp index 9f469e8e9e..7331323f3a 100644 --- python-phyghtmap/python-phyghtmap.spec +++ python-phyghtmap/python-phyghtmap.spec.tmp @@ -2,7 +2,7 @@ Name: python-phyghtmap Version: 1.80 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Generate OSM contour lines from NASA SRTM data Group: Applications/Engineering License: GPLv2+ @@ -14,15 +14,22 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools +%global _description\ +%{modname} is a little program which lets you easily generate OSM contour\ +lines from NASA SRTM data.\ + + +%description %_description + +%package -n python2-phyghtmap +Summary: %summary Requires: gdal-python Requires: numpy Requires: python-BeautifulSoup Requires: python-matplotlib +%{?python_provide:%python_provide python2-phyghtmap} -%description -%{modname} is a little program which lets you easily generate OSM contour -lines from NASA SRTM data. - +%description -n python2-phyghtmap %_description %prep %setup -q -n %{modname}-%{version} @@ -37,7 +44,7 @@ lines from NASA SRTM data. install -Dpm 644 docs/%{modname}.1 %{buildroot}%{_mandir}/man1/%{modname}.1 -%files +%files -n python2-phyghtmap %doc README LICENSE_GPL-2 COPYRIGHT Changelog %{_bindir}/%{modname} %{_mandir}/man1/%{modname}.1* @@ -45,6 +52,10 @@ install -Dpm 644 docs/%{modname}.1 %{buildroot}%{_mandir}/man1/%{modname}.1 %{python_sitelib}/%{modname}-%{version}-py*.egg-info/ %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.80-4 +- Python 2 binary package renamed to python2-phyghtmap + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.80-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild