|
|
|
|
@ -32,7 +32,7 @@ Class: EVAL
|
|
|
|
|
Group: Networking |
|
|
|
|
License: Apache |
|
|
|
|
Version: 1.9.1 |
|
|
|
|
Release: 20180208 |
|
|
|
|
Release: 20180223 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: https://github.com/grpc/grpc/archive/v%{version}.tar.gz |
|
|
|
|
@ -62,7 +62,7 @@ PreReq: protobuf
|
|
|
|
|
prog grpc = { |
|
|
|
|
version = %{version} |
|
|
|
|
url = https://github.com/grpc/grpc/releases |
|
|
|
|
regex = v(__VER__)\.tar\.gz |
|
|
|
|
regex = v(\d+\.\d+\.\d+)\.tar\.gz |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
|
|