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

Comparing COMP/CMSDIST/p5-dbd-oracle.spec (file contents):
Revision 1.23 by ratnik, Tue May 13 17:29:46 2008 UTC vs.
Revision 1.25 by egeland, Mon Jul 21 22:20:10 2008 UTC

# Line 1 | Line 1
1 < ### RPM external p5-dbd-oracle 1.17-CMS19
1 > ### RPM external p5-dbd-oracle 1.21
2   ## INITENV +PATH PERL5LIB %i/lib/site_perl/%perlversion
3   ## BUILDIF case $(uname):$(uname -p) in Linux:i*86 ) true ;; Linux:x86_64 ) true ;;  Linux:ppc64 ) false ;; Darwin:* ) false ;; * ) false ;; esac
4   %define perlversion %(perl -e 'printf "%%vd", $^V')
# Line 10 | Line 10 | Requires: p5-dbi oracle
10   %define oraclesdksrc none
11   %else
12   # we still need oracle sdk makefiles:
13 < %define oraclesdksrc http://cmsrep.cern.ch/cms/cpt/Software/download/cms/SOURCES/external/oracle/10.2.0.3-CMS18/instantclient-sdk-linux32-10.2.0.3-20061115.zip
13 > %define oraclesdksrc http://cmsrep.cern.ch/cmssw/oracle-mirror/slc4_ia32/10.2.0.3/sdk.zip
14   %endif
15  
16   Source0: http://mirror.switch.ch/ftp/mirror/CPAN/authors/id/P/PY/PYTHIAN/%downloadn-%{realversion}.tar.gz
# Line 23 | Line 23 | Provides: perl(Tk) perl(Tk::Balloon) per
23  
24   %if "%cmsplatf" == "slc4onl_ia32_gcc346"
25   rm -rf instantclient_*
26 < yes | unzip %_sourcedir/*-sdk-*linux32*.zip
26 > yes | unzip %_sourcedir/sdk.zip
27   %endif
28  
29   %build
30 patch Makefile.PL << \EOF
31 diff Makefile.PL.orig Makefile.PL
32 1407a1408
33 >        "$OH/include", # Tim Barrass, hacked for OIC install from zips
34 EOF
30   %ifos darwin
31   perl -p -i -e 's/NMEDIT = nmedit/NMEDIT = true/' Makefile.PL
32   %endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines