%global mod_name Flask-OpenID Name: python-flask-openid Version: 1.2.5 Release: 12%{?dist} Summary: OpenID support for Flask Group: Development/Libraries License: BSD URL: http://github.com/mitsuhiko/flask-openid/ Source0: http://pypi.python.org/packages/source/F/%{mod_name}/%{mod_name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-openid %global _description\ Flask-OpenID is an extension to flask that allows you to add openid\ based authentication to your website in a matter of minutes. %description %_description %package -n python3-flask-openid Summary: OpenID support for Flask Group: Development/Libraries Requires: python3-openid %description -n python3-flask-openid Flask-OpenID is an extension to flask that allows you to add openid based authentication to your website in a matter of minutes. This package includes the python 3 version of the module. %prep %setup -q -n %{mod_name}-%{version} rm -f docs/_themes/.git rm -f docs/_themes/.gitignore rm -f docs/.DS_Store rm -f docs/_static/.DS_Store rm -f docs/_static/._.DS_Store rm -f docs/._.DS_Store rm -rf %{py3dir} cp -a . %{py3dir} %build pushd %{py3dir} CFLAGS="$RPM_OPT_FLAGS" %{__python3} setup.py build popd %install pushd %{py3dir} mkdir -p $RPM_BUILD_ROOT%{python3_sitelib} %{__python3} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT popd %files -n python3-flask-openid %doc docs README LICENSE PKG-INFO %{python3_sitelib}/*.egg-info/ %{python3_sitelib}/*.py* %{python3_sitelib}/__pycache__/* %changelog * Sat Jul 14 2018 Fedora Release Engineering - 1.2.5-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok - 1.2.5-11 - Rebuilt for Python 3.7 * Fri Feb 09 2018 Fedora Release Engineering - 1.2.5-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jan 25 2018 Iryna Shcherbina - 1.2.5-9 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 1.2.5-8 - Python 2 binary package renamed to python2-flask-openid See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 * Thu Jul 27 2017 Fedora Release Engineering - 1.2.5-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering - 1.2.5-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok - 1.2.5-5 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering - 1.2.5-4 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering - 1.2.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Nov 10 2015 Fedora Release Engineering - 1.2.5-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Tue Oct 06 2015 Praveen Kumar 1.2.5-1 - Update to 1.2.5 (#1269019) * Fri Sep 04 2015 Praveen Kumar 1.2.4-3 - Set flag for python3 support * Thu Jun 18 2015 Fedora Release Engineering - 1.2.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Tue Nov 18 2014 Praveen Kumar 1.2.4-1 - Update to 1.2.4 * Fri Oct 17 2014 Pierre-Yves Chibon - 1.2.3-1 - Updated to 1.2.3 fixing the upgrade path at the same time * Sat Jun 07 2014 Fedora Release Engineering - 1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Thu Jan 23 2014 Praveen Kumar 1.2-1 - Fix #1056523 * Sun Aug 04 2013 Fedora Release Engineering - 1.0.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Feb 14 2013 Fedora Release Engineering - 1.0.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Jul 21 2012 Fedora Release Engineering - 1.0.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Mon Jul 9 2012 Praveen Kumar - 1.0.1-3 - Added python-openid as Require * Sat Jan 14 2012 Fedora Release Engineering - 1.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Fri Jul 22 2011 Praveen Kumar - 1.0.1-1 - Initial RPM release