diff --git python-flask-lastuser/python-flask-lastuser.spec python-flask-lastuser/python-flask-lastuser.spec.tmp index 2dded77c23..1dfbfc9dad 100644 --- python-flask-lastuser/python-flask-lastuser.spec +++ python-flask-lastuser/python-flask-lastuser.spec.tmp @@ -4,7 +4,7 @@ Name: python-flask-lastuser Version: 0.2 -Release: 11.%{git_date}git%{git_version}%{?dist} +Release: 12.%{git_date}git%{git_version}%{?dist} Summary: Flask extension for LastUser Group: Development/Libraries @@ -21,11 +21,19 @@ BuildRequires: python-devel BuildRequires: python-httplib2 BuildRequires: python-setuptools -%description -Flask-lastuser is a flask extension for lastuser which used for user -management code including logging in, managing the profile and verifying +%global _description\ +Flask-lastuser is a flask extension for lastuser which used for user\ +management code including logging in, managing the profile and verifying\ email addresses etc. +%description %_description + +%package -n python2-flask-lastuser +Summary: %summary +%{?python_provide:%python_provide python2-flask-lastuser} + +%description -n python2-flask-lastuser %_description + %prep %setup -q -cn %{mod_name}-%{version}.%{git_date}git%{git_version} @@ -39,13 +47,17 @@ rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT -%files +%files -n python2-flask-lastuser %doc docs/ LICENSE README %{python_sitelib}/*-nspkg.pth %{python_sitelib}/*.egg-info/ %{python_sitelib}/flaskext/lastuser/*.py* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.2-12.20110722git3bf2a0 +- Python 2 binary package renamed to python2-flask-lastuser + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.2-11.20110722git3bf2a0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild