diff --git python-peak-util-symbols/python-peak-util-symbols.spec python-peak-util-symbols/python-peak-util-symbols.spec.tmp index 589cd0e97d..bff1294b4d 100644 --- python-peak-util-symbols/python-peak-util-symbols.spec +++ python-peak-util-symbols/python-peak-util-symbols.spec.tmp @@ -4,7 +4,7 @@ Name: python-peak-util-symbols Version: 1.0 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Simple "symbol" type, useful for enumerations or sentinels Group: Development/Languages @@ -18,12 +18,20 @@ BuildRequires: python-devel BuildRequires: python-setuptools BuildRequires: python-nose -%description -SymbolType gives you access to the peak.util.symbols module, previously -available only by installing the full PEAK toolkit. peak.util.symbols provides -a Symbol type and two built-in symbols that are used by PEAK: NOT_FOUND and +%global _description\ +SymbolType gives you access to the peak.util.symbols module, previously\ +available only by installing the full PEAK toolkit. peak.util.symbols provides\ +a Symbol type and two built-in symbols that are used by PEAK: NOT_FOUND and\ NOT_GIVEN. +%description %_description + +%package -n python2-peak-util-symbols +Summary: %summary +%{?python_provide:%python_provide python2-peak-util-symbols} + +%description -n python2-peak-util-symbols %_description + %prep %setup -q -n %{packagename}-%{version} @@ -40,12 +48,16 @@ nosetests %clean rm -rf %{buildroot} -%files +%files -n python2-peak-util-symbols %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-peak-util-symbols + 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