diff --git python-openid/python-openid.spec python-openid/python-openid.spec.tmp index d5c1b71850..dfd6e71ed0 100644 --- python-openid/python-openid.spec +++ python-openid/python-openid.spec.tmp @@ -12,7 +12,7 @@ Name: python-openid Version: 2.2.5 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Python OpenID libraries Group: Development/Languages @@ -25,22 +25,30 @@ BuildRequires: python-setuptools BuildRequires: python2-devel BuildRequires: python-lxml #BuildRequires: Django -Requires: python-lxml -%description -The OpenID library with batteries included. +%global _description\ +The OpenID library with batteries included.\ +\ +Features of the 2.x.x series include:\ +\ + * Refined and easy-to-use API.\ + * Extensive documentation.\ + * Many storage implemetations including file-based, sqlite,\ + postgresql, and mysql.\ + * Simple examples to help you get started.\ + * Licensed under the Apache Software License.\ + * Includes a Simple Registration API\ + * Versions 1.x.x supports protocol version 1; versions 2.x.x support\ + both major OpenID protocol versions transparently -Features of the 2.x.x series include: +%description %_description - * Refined and easy-to-use API. - * Extensive documentation. - * Many storage implemetations including file-based, sqlite, - postgresql, and mysql. - * Simple examples to help you get started. - * Licensed under the Apache Software License. - * Includes a Simple Registration API - * Versions 1.x.x supports protocol version 1; versions 2.x.x support - both major OpenID protocol versions transparently +%package -n python2-openid +Summary: %summary +Requires: python-lxml +%{?python_provide:%python_provide python2-openid} + +%description -n python2-openid %_description %prep %setup -qn %{name}-%{commit} @@ -57,13 +65,17 @@ find . -type f | xargs chmod a-x %install %{__python2} setup.py install --skip-build --root %{buildroot} -%files +%files -n python2-openid %defattr(-,root,root,-) %doc CHANGES-2.2.0 LICENSE NEWS NOTICE README.md background-associations.txt %{python2_sitelib}/openid %{python2_sitelib}/python_openid-*.egg-info %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 2.2.5-16 +- Python 2 binary package renamed to python2-openid + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 2.2.5-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild