Browse Source

change and fix URLs

master
parent
commit
4112e5dc8e
  1. 8
      anubis/anubis.spec

8
anubis/anubis.spec

@ -26,7 +26,7 @@
# package information # package information
Name: anubis Name: anubis
Summary: SMTP Message Submission Daemon Summary: SMTP Message Submission Daemon
URL: http://www.anubis.org/ URL: http://www.gnu.org/software/anubis/
Vendor: W. Polak, S. Poznyakoff, K. Burghardt Vendor: W. Polak, S. Poznyakoff, K. Burghardt
Packager: OpenPKG Foundation e.V. Packager: OpenPKG Foundation e.V.
Distribution: OpenPKG Community Distribution: OpenPKG Community
@ -34,10 +34,10 @@ Class: EVAL
Group: Mail Group: Mail
License: GPL License: GPL
Version: 4.1.1 Version: 4.1.1
Release: 20081220 Release: 20081223
# list of sources # list of sources
Source0: ftp://ftp.gnu.org/gnu/anubis/anubis-%{version}.tar.gz Source0: http://ftp.gnu.org/gnu/anubis/anubis-%{version}.tar.gz
# build information # build information
Prefix: %{l_prefix} Prefix: %{l_prefix}
@ -62,7 +62,7 @@ AutoReqProv: no
%track %track
prog anubis = { prog anubis = {
version = %{version} version = %{version}
url = ftp://ftp.anubis.org/pub/anubis/ url = http://ftp.gnu.org/gnu/anubis/
regex = anubis-(__VER__)\.tar\.gz regex = anubis-(__VER__)\.tar\.gz
} }

Loading…
Cancel
Save