1 |
< |
### RPM external oracle 10.2.0.2 |
1 |
> |
### RPM external oracle 10.2.0.2-wt1 |
2 |
|
## INITENV SET ORACLE_HOME %i |
3 |
< |
## BUILDIF case $(uname):$(uname -p) in Linux:i*86 ) true ;; Linux:x86_64 ) true ;; Linux:ppc64 ) false ;; Darwin:* ) true ;; * ) false ;; esac |
3 |
> |
## BUILDIF case $(uname):$(uname -p) in Linux:i*86 ) true ;; Linux:x86_64 ) true ;; Linux:ppc64 ) false ;; Darwin:* ) false ;; * ) false ;; esac |
4 |
|
|
5 |
|
Source0: http://oraclelon1.oracle.com/otn/linux/instantclient/10201/instantclient-basic-linux32-10.2.0.2-20060331.zip |
6 |
|
Source1: http://oraclelon1.oracle.com/otn/linux/instantclient/10201/instantclient-sdk-linux32-10.2.0.2-20060331.zip |
10 |
|
Source4: http://oraclelon1.oracle.com/otn/linux/instantclient/10201/instantclient-sdk-linux-x86-64-10.2.0.2-20060228.zip |
11 |
|
Source5: http://oraclelon1.oracle.com/otn/linux/instantclient/10201/instantclient-sqlplus-linux-x86-64-10.2.0.2-20060228.zip |
12 |
|
|
13 |
< |
Source6: http://oraclelon1.oracle.com/otn/linux/instantclient/10201/instantclient-basic-macosx-10.1.0.3.zip |
14 |
< |
Source7: http://oraclelon1.oracle.com/otn/linux/instantclient/10201/instantclient-sdk-macosx-10.1.0.3.zip |
15 |
< |
Source8: http://oraclelon1.oracle.com/otn/linux/instantclient/10201/instantclient-sqlplus-macosx-10.1.0.3.zip |
13 |
> |
# Not accessible with a user/pass and not in suncms cache |
14 |
> |
#Source6: http://oraclelon1.oracle.com/otn/linux/instantclient/10201/instantclient-basic-macosx-10.1.0.3.zip |
15 |
> |
#Source7: http://oraclelon1.oracle.com/otn/linux/instantclient/10201/instantclient-sdk-macosx-10.1.0.3.zip |
16 |
> |
#Source8: http://oraclelon1.oracle.com/otn/linux/instantclient/10201/instantclient-sqlplus-macosx-10.1.0.3.zip |
17 |
|
|
18 |
|
Source9: oracle-license |
19 |
|
Source10: http://www.oracle.com/technology/tech/oci/occi/downloads/occi_gcc343_102020.tar.gz |
39 |
|
yes | unzip %_sourcedir/*-sqlplus-*linux-x86-64*.zip |
40 |
|
;; |
41 |
|
osx* ) |
42 |
< |
yes | unzip %_sourcedir/*-basic-*macosx*.zip |
43 |
< |
yes | unzip %_sourcedir/*-sdk-*macosx*.zip |
44 |
< |
yes | unzip %_sourcedir/*-sqlplus-*macosx*.zip |
42 |
> |
#yes | unzip %_sourcedir/*-basic-*macosx*.zip |
43 |
> |
#yes | unzip %_sourcedir/*-sdk-*macosx*.zip |
44 |
> |
#yes | unzip %_sourcedir/*-sqlplus-*macosx*.zip |
45 |
|
;; |
46 |
|
esac |
47 |
|
|