6 |
|
Source2: http://oraclelon1.oracle.com/otn/linux/instantclient/10201/instantclient-sqlplus-linux32-10.2.0.1-20050713.zip |
7 |
|
|
8 |
|
%prep |
9 |
< |
unzip -f %_sourcedir/instantclient-basic*.zip |
10 |
< |
unzip -f %_sourcedir/instantclient-sdk*.zip |
11 |
< |
unzip -f %_sourcedir/instantclient-sqlplus*.zip |
9 |
> |
rm -rf instantclient_$(echo %v | cut -f1,2 -d. | tr . _) |
10 |
> |
yes | unzip %_sourcedir/instantclient-basic*.zip |
11 |
> |
yes | unzip %_sourcedir/instantclient-sdk*.zip |
12 |
> |
yes | unzip %_sourcedir/instantclient-sqlplus*.zip |
13 |
|
%build |
14 |
|
%install |
15 |
|
mkdir -p %i/bin %i/etc %i/lib %i/admin %i/java %i/demo %i/include |