소스 검색

do not insist on ncurses under Linux

Ralf S. Engelschall 20 년 전
부모
커밋
309ed268bf
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      kermit/kermit.spec

+ 2 - 2
kermit/kermit.spec

@@ -37,7 +37,7 @@ Class:        BASE
 Group:        Communication
 License:      GPL
 Version:      %{V_major}.%{V_minor}
-Release:      20050611
+Release:      20050612
 
 #   package options
 %option       with_fsl  yes
@@ -88,7 +88,7 @@ AutoReqProv:  no
         *-sunos5.7*   ) os="solaris7g"  ;;
         *-sunos5.8*   ) os="solaris8g"  ;;
         *-sunos*      ) os="solaris2xg" ;;
-        *-linux*      ) os="linux"      ;;
+        *-linux*      ) os="linuxnc"    ;;
         *-netbsd1.5*  ) os="netbsd15"   ;;
         *-netbsd1.6*  ) os="netbsd16"   ;;
         *-netbsd2*    ) os="netbsd2"    ;;