Explorar o código

support FreeBSD 6.0, too

Ralf S. Engelschall %!s(int64=20) %!d(string=hai) anos
pai
achega
6a459e5b86
Modificáronse 2 ficheiros con 7 adicións e 7 borrados
  1. 3 3
      j2se/j2se.spec
  2. 4 4
      opera/opera.spec

+ 3 - 3
j2se/j2se.spec

@@ -40,7 +40,7 @@ Class:        EVAL
 Group:        Language
 License:      Commercial
 Version:      %{V_openpkg}
-Release:      20051203
+Release:      20051206
 
 #   package options
 %option       with_demo     no
@@ -105,7 +105,7 @@ Conflicts:    j2se14
     cryptfile="%{SOURCE jce_policy-%{V_sunsupp}.zip}"
     pkgdir="%{V_filesys}"
     case "%{l_platform -t}" in
-        i?86-linux2.[2-6]* | i?86-freebsd[45]* )
+        i?86-linux2.[2-6]* | i?86-freebsd[456]* )
             pkgfile1="%{SOURCE jdk-%{V_sunjava}-linux-i586.bin}"
             pkgdir="jdk%{V_filesys}"
             ;;
@@ -137,7 +137,7 @@ Conflicts:    j2se14
         cd $RPM_BUILD_ROOT%{l_prefix}/libexec
         HOME=$RPM_BUILD_ROOT%{l_prefix}/libexec/j2se
         case "%{l_platform -t}" in
-            i?86-linux2.[2-6]* | i?86-freebsd[45]* )
+            i?86-linux2.[2-6]* | i?86-freebsd[456]* )
                 echo "yes" | sh $pkgfile1 >COPYING.32
                 ;;
             sun4u-sunos5.[6-9]* | sun4u-sunos5.10 )

+ 4 - 4
opera/opera.spec

@@ -42,7 +42,7 @@ Class:        EVAL
 Group:        Web
 License:      Commercial
 Version:      %{V_openpkg}
-Release:      20051123
+Release:      20051206
 
 #   list of sources
 Source0:      ftp://ftp.opera.com/pub/opera/unix/freebsd/%{V_bsd_comp}/final/en/opera-%{V_bsd_real}-static-qt.i386.freebsd-en.tar.bz2
@@ -85,9 +85,9 @@ AutoReqProv:  no
 %prep
     %setup -q -c -T
     case "%{l_platform -t}" in
-        i?86-freebsd[45]* ) src="%{SOURCE0}" ;;
-        i?86-linux2*      ) src="%{SOURCE1}" ;;
-        sun4?-sunos5*     ) src="%{SOURCE2}" ;;
+        i?86-freebsd[456]* ) src="%{SOURCE0}" ;;
+        i?86-linux2*       ) src="%{SOURCE1}" ;;
+        sun4?-sunos5*      ) src="%{SOURCE2}" ;;
         * ) echo "Platform \"%{l_platform -t}\" not supported" 1>&2; exit 1 ;;
     esac
     %{l_bzip2} -d -c $src | %{l_tar} xf -