From ce8f72d337a1669d0303a10ecb79361517fae108 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sat, 5 Mar 2016 13:18:10 +0000 Subject: [PATCH] change URLs --- opencdk/opencdk.spec | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/opencdk/opencdk.spec b/opencdk/opencdk.spec index d31976bb1b..8c56cc2d37 100644 --- a/opencdk/opencdk.spec +++ b/opencdk/opencdk.spec @@ -24,7 +24,7 @@ # package information Name: opencdk Summary: OpenPGP Library -URL: ftp://ftp.gnutls.org/pub/gnutls/opencdk/ +URL: ftp://ftp.heanet.ie/disk1/www.gnu.org/software/gnutls/releases/opencdk/ Vendor: Timo Schulz Packager: OpenPKG Foundation e.V. Distribution: OpenPKG Community @@ -32,14 +32,16 @@ Class: PLUS Group: Cryptography License: GPL Version: 0.6.6 -Release: 20080806 +Release: 20160305 # list of sources -Source0: ftp://ftp.gnutls.org/pub/gnutls/opencdk/opencdk-%{version}.tar.bz2 +Source0: ftp://ftp.heanet.ie/disk1/www.gnu.org/software/gnutls/releases/opencdk/opencdk-%{version}.tar.bz2 # build information -BuildPreReq: OpenPKG, openpkg >= 20100101, gcrypt >= 1.1.43, zlib, gcc, make -PreReq: OpenPKG, openpkg >= 20100101, gcrypt >= 1.1.43, zlib +BuildPreReq: OpenPKG, openpkg >= 20160101, gcc, make +PreReq: OpenPKG, openpkg >= 20160101 +BuildPreReq: gcrypt >= 1.1.43, zlib +PreReq: gcrypt >= 1.1.43, zlib %description This library provide basic parts of the OpenPGP message format. @@ -47,7 +49,7 @@ PreReq: OpenPKG, openpkg >= 20100101, gcrypt >= 1.1.43, zlib %track prog opencdk = { version = %{version} - url = ftp://ftp.gnutls.org/pub/gnutls/opencdk/ + url = ftp://ftp.heanet.ie/disk1/www.gnu.org/software/gnutls/releases/opencdk/ regex = opencdk-(__VER__)\.tar\.(gz|bz2) }