Browse Source

change URLs

master
parent
commit
ce8f72d337
  1. 14
      opencdk/opencdk.spec

14
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)
}

Loading…
Cancel
Save