|
|
|
|
@ -22,8 +22,9 @@
|
|
|
|
|
## |
|
|
|
|
|
|
|
|
|
# package version |
|
|
|
|
%define V_opkg 7.28 |
|
|
|
|
%define V_dist 7.28 |
|
|
|
|
%define V_opkg 7.32 |
|
|
|
|
%define V_dist 7.32 |
|
|
|
|
%define V_subdir 7-32 |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
Name: icescrum |
|
|
|
|
@ -36,7 +37,7 @@ Class: EVAL
|
|
|
|
|
Group: Ticketing |
|
|
|
|
License: AGPL |
|
|
|
|
Version: %{V_opkg} |
|
|
|
|
Release: 20181102 |
|
|
|
|
Release: 20181230 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: http://download.openpkg.org/components/versioned/icescrum/icescrum-%{V_dist}.jar |
|
|
|
|
@ -53,9 +54,9 @@ PreReq: java, JAVA-JDK
|
|
|
|
|
|
|
|
|
|
%track |
|
|
|
|
prog icescrum = { |
|
|
|
|
version = %{V_dist} |
|
|
|
|
url = https://www.icescrum.com/download/v7-0/ |
|
|
|
|
regex = v(\d+\.\d+\.\d+) |
|
|
|
|
version = %{V_subdir} |
|
|
|
|
url = https://www.icescrum.com/download/ |
|
|
|
|
regex = download/v(\d+-\d+) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
|
|