ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/p5-dbi.spec
Revision: 1.3
Committed: Tue May 2 08:50:54 2006 UTC (19 years ago) by eulisse
Branch: MAIN
CVS Tags: V00-00-02
Changes since 1.2: +8 -3 lines
Log Message:
Now depends on system perl rather than on our custom version.

File Contents

# User Rev Content
1 eulisse 1.1 ### RPM external p5-dbi 1.50
2     ## INITENV +PATH PERL5LIB %i/lib/site_perl/$PERL_VERSION/%perlarch
3 eulisse 1.3 %define perlarch $(perl -e 'use Config; print $Config{archname}')
4 eulisse 1.1 %define downloadn DBI
5 eulisse 1.3 ## Let's fake the provides of windows stuff for the time being.
6     Provides: perl(RPC::PlClient)
7     Provides: perl(RPC::PlServer)
8     Provides: perl(Win32::ODBC)
9    
10     Requires: perl-virtual
11 eulisse 1.1 Source: http://cpan.mirror.solnet.ch/authors/id/T/TI/TIMB/%{downloadn}-%{v}.tar.gz
12     %prep
13     %setup -n %downloadn-%v
14     %build
15 eulisse 1.3 perl Makefile.PL LIB=%i/lib/site_perl/$PERL_VERSION PREFIX=%i
16 eulisse 1.1 make