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.4 by lat, Fri May 5 15:40:35 2006 UTC vs.
Revision 1.33 by andreasp, Tue May 19 09:01:05 2009 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}')
1 > ### RPM external p5-dbd-oracle 1.17-CMS19
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')
5 > %define perlarch %(perl -MConfig -e 'print $Config{archname}')
6   %define downloadn DBD-Oracle
7 < Source: http://mirror.switch.ch/ftp/mirror/CPAN/authors/id/P/PY/PYTHIAN/%downloadn-%v.tar.gz
7 > Source: http://mirror.switch.ch/ftp/mirror/CPAN/authors/id/P/PY/PYTHIAN/%downloadn-%{realversion}.tar.gz
8 >
9 > Requires: p5-dbi oracle
10 > Provides: perl(Tk) perl(Tk::Balloon) perl(Tk::ErrorDialog) perl(Tk::FileSelect) perl(Tk::Pod) perl(Tk::ROText)
11 > Provides: /opt/local/bin/perl
12  
7 Requires: perl-virtual p5-dbi oracle
13   %prep
14 < %setup -n %{downloadn}-%{v}
14 > %setup -n %{downloadn}-%{realversion}
15  
16   %build
17   patch Makefile.PL << \EOF
# Line 15 | Line 20 | diff Makefile.PL.orig Makefile.PL
20   >        "$OH/include", # Tim Barrass, hacked for OIC install from zips
21   EOF
22   %ifos darwin
23 < [ $(uname) = Darwin ] perl -p -i -e 's/NMEDIT = nmedit/NMEDIT = true/' Makefile.PL
23 > perl -p -i -e 's/NMEDIT = nmedit/NMEDIT = true/' Makefile.PL
24   %endif
25  
26 < perl Makefile.PL PREFIX=%i LIB=%i/lib/site_perl/$PERL_VERSION -l -m $ORACLE_HOME/demo/demo.mk
26 > perl Makefile.PL PREFIX=%i LIB=%i/lib/site_perl/%perlversion -l -m $ORACLE_HOME/demo/demo.mk
27   make
28 + #

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines