|
|
|
|
@ -24,18 +24,18 @@
|
|
|
|
|
# package information |
|
|
|
|
Name: p11kit |
|
|
|
|
Summary: PKCS-11 Library |
|
|
|
|
URL: http://p11-glue.freedesktop.org/p11-kit.html |
|
|
|
|
URL: https://p11-glue.github.io/p11-glue/p11-kit.html |
|
|
|
|
Vendor: Stef Walter |
|
|
|
|
Packager: OpenPKG Project |
|
|
|
|
Distribution: OpenPKG Community |
|
|
|
|
Class: EVAL |
|
|
|
|
Group: Cryptography |
|
|
|
|
License: BSD |
|
|
|
|
Version: 0.23.2 |
|
|
|
|
Release: 20151208 |
|
|
|
|
Version: 0.23.15 |
|
|
|
|
Release: 20190424 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: http://p11-glue.freedesktop.org/releases/p11-kit-%{version}.tar.gz |
|
|
|
|
Source0: https://github.com/p11-glue/p11-kit/releases/download/%{version}/p11-kit-%{version}.tar.gz |
|
|
|
|
Patch0: p11kit.patch |
|
|
|
|
|
|
|
|
|
# build information |
|
|
|
|
@ -52,7 +52,7 @@ PreReq: libtasn1
|
|
|
|
|
%track |
|
|
|
|
prog p11kit = { |
|
|
|
|
version = %{version} |
|
|
|
|
url = http://p11-glue.freedesktop.org/releases/ |
|
|
|
|
url = https://github.com/p11-glue/p11-kit/releases |
|
|
|
|
regex = p11-kit-(__VER__)\.tar\.gz |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|