1 |
< |
### RPM external oracle 10.2.0.1 |
1 |
> |
### RPM external oracle 10.2.0.2 |
2 |
|
## INITENV SET ORACLE_HOME %i |
3 |
|
|
4 |
< |
Source0: http://oraclelon1.oracle.com/otn/linux/instantclient/10201/instantclient-basic-linux32-10.2.0.1-20050713.zip |
5 |
< |
Source1: http://oraclelon1.oracle.com/otn/linux/instantclient/10201/instantclient-sdk-linux32-10.2.0.1-20050713.zip |
6 |
< |
Source2: http://oraclelon1.oracle.com/otn/linux/instantclient/10201/instantclient-sqlplus-linux32-10.2.0.1-20050713.zip |
4 |
> |
Source0: http://oraclelon1.oracle.com/otn/linux/instantclient/10201/instantclient-basic-linux32-10.2.0.2-20060331.zip |
5 |
> |
Source1: http://oraclelon1.oracle.com/otn/linux/instantclient/10201/instantclient-sdk-linux32-10.2.0.2-20060331.zip |
6 |
> |
Source2: http://oraclelon1.oracle.com/otn/linux/instantclient/10201/instantclient-sqlplus-linux32-10.2.0.2-20060331.zip |
7 |
|
|
8 |
|
Source3: http://oraclelon1.oracle.com/otn/linux/instantclient/10201/instantclient-basic-linux-x86-64-10.2.0.2-20060228.zip |
9 |
|
Source4: http://oraclelon1.oracle.com/otn/linux/instantclient/10201/instantclient-sdk-linux-x86-64-10.2.0.2-20060228.zip |
10 |
|
Source5: http://oraclelon1.oracle.com/otn/linux/instantclient/10201/instantclient-sqlplus-linux-x86-64-10.2.0.2-20060228.zip |
11 |
|
|
12 |
+ |
Source6: http://oraclelon1.oracle.com/otn/linux/instantclient/10201/instantclient-basic-macosx-10.1.0.3.zip |
13 |
+ |
Source7: http://oraclelon1.oracle.com/otn/linux/instantclient/10201/instantclient-sdk-macosx-10.1.0.3.zip |
14 |
+ |
Source8: http://oraclelon1.oracle.com/otn/linux/instantclient/10201/instantclient-sqlplus-macosx-10.1.0.3.zip |
15 |
+ |
|
16 |
+ |
|
17 |
|
## INITENV +PATH SQLPATH %i/bin |
18 |
|
%prep |
19 |
|
rm -rf instantclient_* |
28 |
|
yes | unzip %_sourcedir/*-sdk-*linux-x86-64*.zip |
29 |
|
yes | unzip %_sourcedir/*-sqlplus-*linux-x86-64*.zip |
30 |
|
;; |
31 |
+ |
osx* ) |
32 |
+ |
yes | unzip %_sourcedir/*-basic-*macosx*.zip |
33 |
+ |
yes | unzip %_sourcedir/*-sdk-*macosx*.zip |
34 |
+ |
yes | unzip %_sourcedir/*-sqlplus-*macosx*.zip |
35 |
+ |
;; |
36 |
|
esac |
37 |
|
|
38 |
|
%build |