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.5 by lat, Fri May 5 17:31:32 2006 UTC vs.
Revision 1.6 by lat, Mon May 8 12:24:49 2006 UTC

# Line 1 | Line 1
1   ### RPM external p5-dbd-oracle 1.17
2 < ## INITENV +PATH PERL5LIB %i/lib/site_perl/$PERL_VERSION/%perlarch
3 < %define perlarch $(perl -e 'use Config; print $Config{archname}')
2 > ## INITENV +PATH PERL5LIB %i/lib/site_perl/%perlversion/%perlarch
3 > %define perlversion %(perl -e 'printf "%%vd", $^V')
4 > %define perlarch %(perl -MConfig -e 'print $Config{archname}')
5   %define downloadn DBD-Oracle
6   Source: http://mirror.switch.ch/ftp/mirror/CPAN/authors/id/P/PY/PYTHIAN/%downloadn-%v.tar.gz
7  
# Line 20 | Line 21 | EOF
21   [ $(uname) = Darwin ] perl -p -i -e 's/NMEDIT = nmedit/NMEDIT = true/' Makefile.PL
22   %endif
23  
24 < perl Makefile.PL PREFIX=%i LIB=%i/lib/site_perl/$PERL_VERSION -l -m $ORACLE_HOME/demo/demo.mk
24 > perl Makefile.PL PREFIX=%i LIB=%i/lib/site_perl/%perlversion -l -m $ORACLE_HOME/demo/demo.mk
25   make

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines