ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/oracle.spec
(Generate patch)

Comparing COMP/CMSDIST/oracle.spec (file contents):
Revision 1.33 by eulisse, Wed Dec 12 18:32:17 2007 UTC vs.
Revision 1.35 by elmer, Thu Dec 27 20:28:33 2007 UTC

# Line 1 | Line 1
1 < ### RPM external oracle 11.1.0.6.0
1 > ### RPM external oracle 10.2.0.3-CMS19
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:* ) false ;; * ) false ;; esac
4  
# Line 11 | Line 11 | Source10: http://www.oracle.com/technolo
11   ## INITENV +PATH SQLPATH %i/bin
12   %prep
13   rm -rf instantclient_*
14 + rm -rf libocci.so.10.1 libocci10.a
15   unzip -o -u %_sourcedir/basic.zip
16   unzip -o -u %_sourcedir/sdk.zip
17   unzip -o -u %_sourcedir/sqlplus.zip
18 + %if "%{realversion}" == "10.2.0.3"
19 + case %cmsos in
20 +    slc4_ia32 )
21 +        tar xzvf %_sourcedir/occi_gcc343_102020.tar.gz
22 +    ;;
23 + esac
24 + %endif
25  
26   %build
27   %install

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines