diff --git python-repoze-what-pylons/python-repoze-what-pylons.spec python-repoze-what-pylons/python-repoze-what-pylons.spec.tmp index a7a734699f..5870f09b3f 100644 --- python-repoze-what-pylons/python-repoze-what-pylons.spec +++ python-repoze-what-pylons/python-repoze-what-pylons.spec.tmp @@ -2,7 +2,7 @@ Name: python-repoze-what-pylons Version: 1.0 -Release: 17%{?dist} +Release: 18%{?dist} Summary: A plugin providing utilities for Pylons applications using repoze.what Group: Development/Languages License: BSD @@ -12,19 +12,27 @@ Patch0: %{name}-setuptools.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel, python-setuptools + +%global _description\ +This plugin provides optional and handy utilities for Pylons applications\ +using repoze.what. Some of the features of the plugin include:\ +* The utilities are ready to use: There’s nothing additional to be configured\ + before using.\ +* 100% documented. Each component is documented along with code samples.\ +* The test suite has a coverage of 100% and it will never decrease – if it\ + ever does, report it as a bug!\ +* TurboGears 2 is officially supported as well. + +%description %_description + +%package -n python2-repoze-what-pylons +Summary: %summary Requires: python-repoze-what >= 1.0.4 Requires: python-pylons >= 0.9.7 Requires: python-decorator >= 3.0 +%{?python_provide:%python_provide python2-repoze-what-pylons} -%description -This plugin provides optional and handy utilities for Pylons applications -using repoze.what. Some of the features of the plugin include: -* The utilities are ready to use: There’s nothing additional to be configured - before using. -* 100% documented. Each component is documented along with code samples. -* The test suite has a coverage of 100% and it will never decrease – if it - ever does, report it as a bug! -* TurboGears 2 is officially supported as well. +%description -n python2-repoze-what-pylons %_description %prep %setup -q -n repoze.what-pylons-%{version} @@ -44,12 +52,16 @@ rm -rf %{buildroot} %clean rm -rf %{buildroot} -%files +%files -n python2-repoze-what-pylons %defattr(-,root,root,-) %doc README.txt %{python_sitelib}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.0-18 +- Python 2 binary package renamed to python2-repoze-what-pylons + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.0-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild