|
@@ -34,7 +34,7 @@ Class: BASE
|
|
|
Group: News
|
|
Group: News
|
|
|
License: BSD-style
|
|
License: BSD-style
|
|
|
Version: 6.6.5
|
|
Version: 6.6.5
|
|
|
-Release: 20040601
|
|
|
|
|
|
|
+Release: 20040602
|
|
|
|
|
|
|
|
# list of sources
|
|
# list of sources
|
|
|
Source0: ftp://ftp.nndev.org/pub/nn-6.6/nn-%{version}.tar.Z
|
|
Source0: ftp://ftp.nndev.org/pub/nn-6.6/nn-%{version}.tar.Z
|
|
@@ -67,6 +67,8 @@ AutoReqProv: no
|
|
|
S="template"; M="template"
|
|
S="template"; M="template"
|
|
|
case "%{l_platform -t}" in
|
|
case "%{l_platform -t}" in
|
|
|
i?86-freebsd* ) S="freebsd"; M="i80386" ;;
|
|
i?86-freebsd* ) S="freebsd"; M="i80386" ;;
|
|
|
|
|
+ *alpha-freebsd* ) S="freebsd"; M="alpha" ;;
|
|
|
|
|
+ i?86-netbsd* ) S="netbsd"; M="i80386" ;;
|
|
|
i?86-linux* ) S="linux"; M="i80386" ;;
|
|
i?86-linux* ) S="linux"; M="i80386" ;;
|
|
|
sun4*-sunos5* ) S="sunos5"; M="sparc" ;;
|
|
sun4*-sunos5* ) S="sunos5"; M="sparc" ;;
|
|
|
i?86*-sunos5* ) S="sunos5"; M="i80386" ;;
|
|
i?86*-sunos5* ) S="sunos5"; M="i80386" ;;
|