diff --git python-peak-rules/python-peak-rules.spec python-peak-rules/python-peak-rules.spec.tmp index 62b5fd7320..d87719cd9f 100644 --- python-peak-rules/python-peak-rules.spec +++ python-peak-rules/python-peak-rules.spec.tmp @@ -13,7 +13,7 @@ Version: 0.5a1.dev # Release:0.3.a1.dev%{devrev}%{?dist} # But we can't do that yet because it breaks the upgrade path. # When version hits 0.5.1 or 0.6 we can correct this. -Release: 24.a1.dev.20100803svn%{devrev}%{?dist} +Release: 25.a1.dev.20100803svn%{devrev}%{?dist} Summary: Generic functions and business rules support systems Group: Development/Languages @@ -33,18 +33,25 @@ BuildRequires: python-peak-util-addons >= 0.6 BuildRequires: python-peak-util-extremes >= 1.1 BuildRequires: python-decoratortools >= 1.7 +%global _description\ +PEAK-Rules is a highly-extensible framework for creating and using generic\ +functions, from the very simple to the very complex. Out of the box, it\ +supports multiple-dispatch on positional arguments using tuples of types,\ +full predicate dispatch using strings containing Python expressions, and\ +CLOS-like method combining. (But the framework allows you to mix and match\ +dispatch engines and custom method combinations, if you need or want to.) + +%description %_description + +%package -n python2-peak-rules +Summary: %summary Requires: python-peak-util-assembler >= 0.3 Requires: python-peak-util-addons >= 0.6 Requires: python-peak-util-extremes >= 1.1 Requires: python-decoratortools >= 1.7 +%{?python_provide:%python_provide python2-peak-rules} -%description -PEAK-Rules is a highly-extensible framework for creating and using generic -functions, from the very simple to the very complex. Out of the box, it -supports multiple-dispatch on positional arguments using tuples of types, -full predicate dispatch using strings containing Python expressions, and -CLOS-like method combining. (But the framework allows you to mix and match -dispatch engines and custom method combinations, if you need or want to.) +%description -n python2-peak-rules %_description %prep %setup -q -n %{packagename}-%{version}-r%{devrev} @@ -68,12 +75,16 @@ rm -rf %{buildroot} %clean rm -rf %{buildroot} -%files +%files -n python2-peak-rules %defattr(-,root,root,-) %doc %{docs} %{python_sitelib}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.5a1.dev-25.a1.dev.20100803svn2646 +- Python 2 binary package renamed to python2-peak-rules + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.5a1.dev-24.a1.dev.20100803svn2646 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild