Browse Source

fix tracking

master
parent
commit
b3edbc1b1d
  1. 6
      glog/glog.spec

6
glog/glog.spec

@ -32,7 +32,7 @@ Class: EVAL
Group: Libraries
License: BSD
Version: 0.3.4
Release: 20160526
Release: 20160527
# list of sources
Source0: https://github.com/google/glog/archive/v%{version}.tar.gz
@ -47,9 +47,9 @@ PreReq: gflags, libexecinfo
This is the C++ implementation of the Google logging module.
%track
prog gflags = {
prog glog = {
version = %{version}
url = https://github.com/google/gflags/releases
url = https://github.com/google/glog/releases
regex = v(__VER__)\.tar\.gz
}

Loading…
Cancel
Save