# Created by pyp2rpm-2.0.0 %global pypi_name grpcio-tools Name: python-%{pypi_name} Version: 1.15.0 Release: 1%{?dist} Summary: Protobuf code generator for gRPC License: ASL URL: https://grpc.io Source0: https://files.pythonhosted.org/packages/51/5e/a85621cd5969c9eb9a1dc590b248762cb7a65781587cd82a639cc1cc451a/%{pypi_name}-%{version}.tar.gz BuildRequires: python2-devel BuildRequires: python-setuptools BuildRequires: Cython %description %package -n python2-%{pypi_name} Summary: Protobuf code generator for gRPC %{?python_provide:%python_provide python2-%{pypi_name}} %description -n python2-%{pypi_name} %prep %autosetup -n %{pypi_name}-%{version} # Remove bundled egg-info rm -rf %{pypi_name}.egg-info %build %py2_build %install %py2_install %files -n python2-%{pypi_name} %doc README.rst third_party/protobuf/src/README.md grpc_root/src/compiler/README.md grpc_root/include/grpcpp/impl/README.md %{python2_sitearch}/grpc_tools %{python2_sitearch}/grpcio_tools-%{version}-py?.?.egg-info %changelog * Wed Oct 17 2018 Yuri Pradkin - 1.15.0-1 - Initial package.