Browse Source

fix tracking

master
parent
commit
72ab9d5d70
  1. 4
      grpc/grpc.spec

4
grpc/grpc.spec

@ -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

Loading…
Cancel
Save