Revision: | 1.3 |
Committed: | Tue May 2 08:51:29 2006 UTC (19 years ago) by eulisse |
Branch: | MAIN |
CVS Tags: | V00-00-02 |
Changes since 1.2: | +2 -2 lines |
Log Message: | Now depends on system perl rather than on our version. |
# | Content |
---|---|
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}') |
4 | %define downloadn DBD-Oracle |
5 | Source: http://mirror.switch.ch/ftp/mirror/CPAN/authors/id/P/PY/PYTHIAN/%downloadn-%v.tar.gz |
6 | Requires: perl-virtual p5-dbi oracle |
7 | %prep |
8 | %setup -n %{downloadn}-%{v} |
9 | %build |
10 | perl Makefile.PL LIB=%i/lib/site_perl/$PERL_VERSION/ |
11 | make |