|
|
|
@ -31,16 +31,16 @@ Distribution: OpenPKG Community
|
|
|
|
|
Class: EVAL |
|
|
|
|
Group: Language |
|
|
|
|
License: Apache |
|
|
|
|
Version: 20111230 |
|
|
|
|
Release: 20111231 |
|
|
|
|
Version: 1.1.0 |
|
|
|
|
Release: 20160307 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: http://closure-stylesheets.googlecode.com/files/closure-stylesheets-%{version}.jar |
|
|
|
|
Source0: https://github.com/google/closure-stylesheets/releases/download/v%{version}/closure-stylesheets.jar |
|
|
|
|
Source1: closurestylesheets.sh |
|
|
|
|
|
|
|
|
|
# build information |
|
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20100101 |
|
|
|
|
PreReq: OpenPKG, openpkg >= 20100101 |
|
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20160101 |
|
|
|
|
PreReq: OpenPKG, openpkg >= 20160101 |
|
|
|
|
|
|
|
|
|
%description |
|
|
|
|
The Closure Compiler is a tool for making JavaScript download |
|
|
|
@ -54,8 +54,8 @@ PreReq: OpenPKG, openpkg >= 20100101
|
|
|
|
|
%track |
|
|
|
|
prog closurestylesheets = { |
|
|
|
|
version = %{version} |
|
|
|
|
url = http://code.google.com/p/closure-stylesheets/downloads/list |
|
|
|
|
regex = closure-stylesheets-(__VER__)\.jar |
|
|
|
|
url = https://github.com/google/closure-stylesheets/releases |
|
|
|
|
regex = v(\d+\.\d+\.\d+) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
|