|
|
|
@ -32,7 +32,7 @@ Class: EVAL
|
|
|
|
|
Group: Libraries |
|
|
|
|
License: BSD |
|
|
|
|
Version: 2.1.2 |
|
|
|
|
Release: 20150805 |
|
|
|
|
Release: 20150830 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: https://github.com/gflags/gflags/archive/v%{version}.tar.gz |
|
|
|
@ -51,8 +51,8 @@ PreReq: OpenPKG, openpkg >= 20140101
|
|
|
|
|
%track |
|
|
|
|
prog gflags = { |
|
|
|
|
version = %{version} |
|
|
|
|
url = http://example.com/template/ |
|
|
|
|
regex = template-(__VER__)\.tar\.gz |
|
|
|
|
url = https://github.com/gflags/gflags/releases |
|
|
|
|
regex = gflags-(__VER__)\.tar\.gz |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
|