Browse Source

fix tracking

master
parent
commit
ba28726865
  1. 4
      nghttp2/nghttp2.spec

4
nghttp2/nghttp2.spec

@ -32,7 +32,7 @@ Class: EVAL
Group: Networking
License: MIT
Version: 1.8.0
Release: 20160227
Release: 20160306
# list of sources
Source0: https://github.com/tatsuhiro-t/nghttp2/releases/download/v%{version}/nghttp2-%{version}.tar.xz
@ -55,7 +55,7 @@ PreReq: libxml, boost
prog nghttp2 = {
version = %{version}
url = https://github.com/tatsuhiro-t/nghttp2/releases
regex = v(__VER__)\.tar\.xz
regex = nghttp2-(__VER__)\.tar\.xz
}
%prep

Loading…
Cancel
Save