|
|
|
@ -31,11 +31,11 @@ Distribution: OpenPKG Community
|
|
|
|
|
Class: EVAL |
|
|
|
|
Group: Web |
|
|
|
|
License: BSD-style |
|
|
|
|
Version: 0.9 |
|
|
|
|
Release: 20160305 |
|
|
|
|
Version: 0.11 |
|
|
|
|
Release: 20170325 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: http://neon1.net/mod_auth_pubtkt/mod_auth_pubtkt-%{version}.tar.gz |
|
|
|
|
Source0: https://github.com/manuelkasper/mod_auth_pubtkt/archive/v%{version}.tar.gz |
|
|
|
|
Source1: apache-pubtkt.conf |
|
|
|
|
|
|
|
|
|
# build information |
|
|
|
@ -50,8 +50,8 @@ PreReq: OpenPKG, openpkg >= 20160101, apache
|
|
|
|
|
%track |
|
|
|
|
prog apache-pubtkt = { |
|
|
|
|
version = %{version} |
|
|
|
|
url = https://neon1.net/mod_auth_pubtkt/download.html |
|
|
|
|
regex = mod_auth_pubtkt-(__VER__)\.tar\.gz |
|
|
|
|
url = https://github.com/manuelkasper/mod_auth_pubtkt/releases |
|
|
|
|
regex = v(__VER__)\.tar\.gz |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
|