|
|
@@ -33,11 +33,11 @@ Distribution: OpenPKG
|
|
|
Class: BASE
|
|
|
Group: DNS
|
|
|
License: GPL
|
|
|
-Version: 4.6.19
|
|
|
-Release: 20040729
|
|
|
+Version: 4.6.20
|
|
|
+Release: 20040811
|
|
|
|
|
|
# list of sources
|
|
|
-Source0: http://ftp.debian.org/debian/pool/main/w/whois/whois_%{version}.tar.gz
|
|
|
+Source0: http://ftp.debian.org/debian/pool/main/w/whois/whois_%{version}u.tar.gz
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -52,13 +52,13 @@ AutoReqProv: no
|
|
|
|
|
|
%track
|
|
|
prog whois = {
|
|
|
- version = %{version}
|
|
|
+ version = %{version}u
|
|
|
url = http://ftp.debian.org/debian/pool/main/w/whois/
|
|
|
regex = whois_(__VER__)\.tar\.gz
|
|
|
}
|
|
|
|
|
|
%prep
|
|
|
- %setup -q
|
|
|
+ %setup -q -n whois-%{version}u
|
|
|
%{l_shtool} subst \
|
|
|
-e 's;^OPTS=-O2;^OPTS=;' \
|
|
|
Makefile
|