|
|
|
|
@ -22,8 +22,8 @@
|
|
|
|
|
## |
|
|
|
|
|
|
|
|
|
# package version |
|
|
|
|
%define V_opkg 2.05 |
|
|
|
|
%define V_dist 205plus-build140520 |
|
|
|
|
%define V_opkg 2.50 |
|
|
|
|
%define V_dist 250plus-build160228 |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
Name: limesurvey |
|
|
|
|
@ -36,7 +36,7 @@ Class: EVAL
|
|
|
|
|
Group: Web |
|
|
|
|
License: GPL |
|
|
|
|
Version: %{V_opkg} |
|
|
|
|
Release: 20140522 |
|
|
|
|
Release: 20160306 |
|
|
|
|
|
|
|
|
|
# package options |
|
|
|
|
%option with_pgsql yes |
|
|
|
|
@ -81,8 +81,8 @@ PreReq: apache-php::with_gd = yes
|
|
|
|
|
%track |
|
|
|
|
prog limesurvey = { |
|
|
|
|
version = %{V_dist} |
|
|
|
|
url = http://www.limesurvey.org/en/stable-release |
|
|
|
|
regex = limesurvey(\d+-.+?)\.tar\.bz2 |
|
|
|
|
url = https://www.limesurvey.org/stable-release |
|
|
|
|
regex = limesurvey(\d+plus-build\d+)\.tar\.bz2 |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
|
|