Browse Source

added alpha-freebsd an i?86-netbsd to supported platforms

Thorsten Hohmeier 21 years ago
parent
commit
edcec34209
1 changed files with 3 additions and 1 deletions
  1. 3 1
      nn/nn.spec

+ 3 - 1
nn/nn.spec

@@ -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" ;;