ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/p5-dbd-oracle.spec
Revision: 1.1
Committed: Sun Feb 26 14:35:22 2006 UTC (19 years, 2 months ago) by eulisse
Branch: MAIN
Log Message:
First added to repository.

File Contents

# User Rev Content
1 eulisse 1.1 ### RPM external p5-dbd-oracle 1.17
2     ## INITENV +PATH PERL5LIB %i/lib/site_perl/$PERL_VERSION/%perlarch
3     %define perlarch %(perl -V | tr ',' '\\n' | grep arch | cut -d= -f2)
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 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