diff --git python-backports-lzma/python-backports-lzma.spec python-backports-lzma/python-backports-lzma.spec.tmp index f237e0c96f..d2f8d4f019 100644 --- python-backports-lzma/python-backports-lzma.spec +++ python-backports-lzma/python-backports-lzma.spec.tmp @@ -7,7 +7,7 @@ Name: python-backports-lzma Version: 0.0.2 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Backport of Python 3.3's lzma module License: BSD @@ -15,17 +15,25 @@ URL: https://github.com/peterjc/backports.lzma Source0: https://pypi.python.org/packages/source/b/%{module_name}/%{module_name}-%{version}.tar.gz Source1: https://raw.github.com/peterjc/backports.lzma/backports.lzma.v0.0.2/LICENSE -Requires: python-backports BuildRequires: python2-devel BuildRequires: xz-devel BuildRequires: python-nose BuildRequires: python-test -%description -This is a backport of the "lzma" module included in Python 3.3 or later by -Nadeem Vawda and Per Oyvind Karlsen, which provides a Python wrapper for XZ -Utils (aka LZMA Utils v2) by Igor Pavlov. +%global _description\ +This is a backport of the "lzma" module included in Python 3.3 or later by\ +Nadeem Vawda and Per Oyvind Karlsen, which provides a Python wrapper for XZ\ +Utils (aka LZMA Utils v2) by Igor Pavlov.\ + + +%description %_description +%package -n python2-backports-lzma +Summary: %summary +Requires: python-backports +%{?python_provide:%python_provide python2-backports-lzma} + +%description -n python2-backports-lzma %_description %prep %setup -qn %{module_name}-%{version} @@ -48,12 +56,16 @@ cp build/lib*/backports/lzma/_lzma.so backports/lzma/ nosetests -%files +%files -n python2-backports-lzma %doc LICENSE %{python_sitearch}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.0.2-15 +- Python 2 binary package renamed to python2-backports-lzma + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 0.0.2-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild