# Created by pyp2rpm-3.3.2 %global pypi_name face_recognition_models Name: python-%{pypi_name} Version: 0.3.0 Release: 1%{?dist} Summary: Models used by the face_recognition package License: MIT license URL: https://github.com/ageitgey/face_recognition_models Source0: https://files.pythonhosted.org/packages/source/f/%{pypi_name}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3dist(setuptools) %description Face Recognition Models This package contains only the models used by face_recognition < face_recognition < for more information.These models were created by Davis King < and are licensed in the public domain or under CC0 1.0 Universal. See LICENSE. %package -n python3-%{pypi_name} Summary: %{summary} %{?python_provide:%python_provide python3-%{pypi_name}} %description -n python3-%{pypi_name} Face Recognition Models This package contains only the models used by face_recognition < face_recognition < for more information.These models were created by Davis King < and are licensed in the public domain or under CC0 1.0 Universal. See LICENSE. %prep %autosetup -n %{pypi_name}-%{version} # Remove bundled egg-info rm -rf %{pypi_name}.egg-info %build %py3_build %install %py3_install #%%check #%%{__python3} setup.py test %files -n python3-%{pypi_name} %license LICENSE %doc README.rst %{python3_sitelib}/%{pypi_name} %{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %changelog * Tue Nov 27 2018 Luya Tshimbalanga - 0.3.0-1 - Initial package