diff --git python-sqlite3dbm/python-sqlite3dbm.spec python-sqlite3dbm/python-sqlite3dbm.spec.tmp index 5fa49378d4..86b784525f 100644 --- python-sqlite3dbm/python-sqlite3dbm.spec +++ python-sqlite3dbm/python-sqlite3dbm.spec.tmp @@ -6,7 +6,7 @@ Name: python-%{module_name} Version: 0.1.4 -Release: 10%{?dist} +Release: 11%{?dist} Summary: SQLite-backed dictionary conforming to the dbm interface License: ASL 2.0 @@ -17,12 +17,20 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools -%description -This module provides a SQLite-backed dictionary conforming to the dbm -interface, along with a shelve class that wraps the dict and provides -serialization for it. +%global _description\ +This module provides a SQLite-backed dictionary conforming to the dbm\ +interface, along with a shelve class that wraps the dict and provides\ +serialization for it.\ +%description %_description + +%package -n python2-%{module_name} +Summary: %summary +%{?python_provide:%python_provide python2-%{module_name}} + +%description -n python2-%{module_name} %_description + %prep %setup -qn %{module_name}-%{version} @@ -36,13 +44,17 @@ rm -rf %{buildroot} %{__python} setup.py install -O1 --skip-build --root %{buildroot} -%files +%files -n python2-%{module_name} %doc README.md LICENSE.txt AUTHORS.txt CHANGES.txt %{python_sitelib}/%{module_name} %{python_sitelib}/%{module_name}-*.egg-info %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.1.4-11 +- Python 2 binary package renamed to python2-sqlite3dbm + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.1.4-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild