diff --git python-durus/python-durus.spec python-durus/python-durus.spec.tmp index e5c9755579..a1765f193c 100644 --- python-durus/python-durus.spec +++ python-durus/python-durus.spec.tmp @@ -1,6 +1,6 @@ Name: python-durus Version: 3.9 -Release: 15%{?dist} +Release: 16%{?dist} Summary: A Python Object Database License: CNRI URL: http://www.mems-exchange.org/software/durus/ @@ -8,15 +8,23 @@ Source0: https://pypi.python.org/packages/source/D/Durus/Durus-%{version} BuildRequires: python2-devel BuildRequires: python-setuptools -%description -Durus is a persistent object system for applications written in the Python -programming language. It offers an easy way to use and maintain a consistent -collection of object instances used by one or more processes. Access and change -of a persistent instances is managed through a cached Connection instance which -includes commit() and abort() methods so that changes are transactional. -Durus is best suited to collections of less than a million instances with +%global _description\ +Durus is a persistent object system for applications written in the Python\ +programming language. It offers an easy way to use and maintain a consistent\ +collection of object instances used by one or more processes. Access and change\ +of a persistent instances is managed through a cached Connection instance which\ +includes commit() and abort() methods so that changes are transactional.\ +Durus is best suited to collections of less than a million instances with\ relatively stable state. +%description %_description + +%package -n python2-durus +Summary: %summary +%{?python_provide:%python_provide python2-durus} + +%description -n python2-durus %_description + %prep %setup -qn Durus-%{version} @@ -26,13 +34,17 @@ CFLAGS="%{optflags}" %{__python2} setup.py build %install %{__python2} setup.py install -O1 --skip-build --root %{buildroot} --single-version-externally-managed -%files +%files -n python2-durus %doc doc/ *.txt %{_bindir}/durus %{python2_sitearch}/Durus-%{version}-py%{python2_version}.egg-info/ %{python2_sitearch}/durus/ %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 3.9-16 +- Python 2 binary package renamed to python2-durus + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 3.9-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild