|
|
@@ -24,7 +24,7 @@
|
|
|
# package information
|
|
|
Name: libidn
|
|
|
Summary: International Domain Name (IDN) Library
|
|
|
-URL: http://josefsson.org/libidn/
|
|
|
+URL: http://www.gnu.org/software/libidn/
|
|
|
Vendor: Simon Josefsson
|
|
|
Packager: OpenPKG Foundation e.V.
|
|
|
Distribution: OpenPKG Community
|
|
|
@@ -32,10 +32,10 @@ Class: BASE
|
|
|
Group: DNS
|
|
|
License: LGPL
|
|
|
Version: 1.9
|
|
|
-Release: 20080704
|
|
|
+Release: 20080820
|
|
|
|
|
|
# list of sources
|
|
|
-Source0: http://josefsson.org/libidn/releases/libidn-%{version}.tar.gz
|
|
|
+Source0: ftp://ftp.gnu.org/pub/gnu/libidn/libidn-%{version}.tar.gz
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -68,7 +68,7 @@ AutoReqProv: no
|
|
|
%track
|
|
|
prog libidn = {
|
|
|
version = %{version}
|
|
|
- url = http://josefsson.org/libidn/releases/
|
|
|
+ url = ftp://ftp.gnu.org/pub/gnu/libidn/
|
|
|
regex = libidn-(__VER__)\.tar\.gz
|
|
|
}
|
|
|
|