diff --git python-grapefruit/python-grapefruit.spec python-grapefruit/python-grapefruit.spec.tmp index bb7f7bb8ba..b0b8a433e7 100644 --- python-grapefruit/python-grapefruit.spec +++ python-grapefruit/python-grapefruit.spec.tmp @@ -6,7 +6,7 @@ Name: python-grapefruit Version: 0.1a4 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Python module for easy manipulation of color information Group: Development/Libraries @@ -16,10 +16,18 @@ Source0: https://github.com/xav/Grapefruit/releases/download/%{version}/%{mod BuildArch: noarch BuildRequires: python2-devel -%description -GrapeFruit is a pure python module that let you easily manipulate and convert +%global _description\ +GrapeFruit is a pure python module that let you easily manipulate and convert\ color information. It's primary goal is to be natural and flexible. +%description %_description + +%package -n python2-grapefruit +Summary: %summary +%{?python_provide:%python_provide python2-grapefruit} + +%description -n python2-grapefruit %_description + %if 0%{?with_python3} %package -n python3-grapefruit Summary: Python module for easy manipulation of color information @@ -69,7 +77,7 @@ chmod a+x $RPM_BUILD_ROOT%{python2_sitelib}/grapefruit.py %{__python2} setup.py test %{__python3} setup.py test -%files +%files -n python2-grapefruit %license LICENSE %doc doc/ CHANGES COPYING README.rst TODO %{python_sitelib}/grapefruit-%{version}-py?.?.egg-info @@ -85,6 +93,10 @@ chmod a+x $RPM_BUILD_ROOT%{python2_sitelib}/grapefruit.py %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.1a4-7 +- Python 2 binary package renamed to python2-grapefruit + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.1a4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild