diff --git python-squaremap/python-squaremap.spec python-squaremap/python-squaremap.spec.tmp index af11db12ad..4febcd5d04 100644 --- python-squaremap/python-squaremap.spec +++ python-squaremap/python-squaremap.spec.tmp @@ -2,7 +2,7 @@ Name: python-squaremap Version: 1.0.3 -Release: 7%{?dist} +Release: 8%{?dist} Summary: SquareMap for wxPython Group: Development/Libraries @@ -14,12 +14,19 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel +%global _description\ +A simple wxPython control to display hierarchic data as a recursive set of\ +nested squares, each of which represents the relative size of a given child\ +within its parent. + +%description %_description + +%package -n python2-squaremap +Summary: %summary Requires: wxPython +%{?python_provide:%python_provide python2-squaremap} -%description -A simple wxPython control to display hierarchic data as a recursive set of -nested squares, each of which represents the relative size of a given child -within its parent. +%description -n python2-squaremap %_description %prep %setup -q -n SquareMap-%{version} @@ -42,7 +49,7 @@ chmod +x $RPM_BUILD_ROOT/%{python2_sitelib}/squaremap/squaremap.py rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-squaremap %defattr(-,root,root,-) %doc %{python2_sitelib}/squaremap @@ -50,6 +57,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.0.3-8 +- Python 2 binary package renamed to python2-squaremap + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.0.3-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild