diff --git python-achoo/python-achoo.spec python-achoo/python-achoo.spec.tmp index 6e18c0f158..316d9a54e7 100644 --- python-achoo/python-achoo.spec +++ python-achoo/python-achoo.spec.tmp @@ -2,7 +2,7 @@ Name: python-achoo Version: 1.0 -Release: 15%{?dist} +Release: 16%{?dist} Summary: A fluent interface for testing Python objects Group: Development/Languages @@ -13,14 +13,22 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel python-setuptools -%description -Achoo is a fluent interface for unit testing Python objects. -Achoo makes it easy to make assertions about the properties -and behaviours of Python objects. For example, is this object -equal to this other one? Does calling this function with these -arguments raise an error? More Infomation on fluent from here +%global _description\ +Achoo is a fluent interface for unit testing Python objects.\ +Achoo makes it easy to make assertions about the properties\ +and behaviours of Python objects. For example, is this object\ +equal to this other one? Does calling this function with these\ +arguments raise an error? More Infomation on fluent from here\ http://www.martinfowler.com/bliki/FluentInterface.html +%description %_description + +%package -n python2-achoo +Summary: %summary +%{?python_provide:%python_provide python2-achoo} + +%description -n python2-achoo %_description + %prep %setup -q -n achoo-%{version} @@ -38,13 +46,17 @@ rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-achoo %defattr(-,root,root,-) %doc README COPYING.LESSER AUTHORS %{python_sitelib}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.0-16 +- Python 2 binary package renamed to python2-achoo + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.0-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild