ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/p5-compress-zlib.spec
Revision: 1.4
Committed: Fri Jun 16 14:30:11 2006 UTC (18 years, 10 months ago) by eulisse
Branch: MAIN
Changes since 1.3: +1 -1 lines
Log Message:
Removes %perlarch from PERL5LIB

File Contents

# User Rev Content
1 eulisse 1.1 ### RPM external p5-compress-zlib 1.34
2 eulisse 1.4 ## INITENV +PATH PERL5LIB %i/lib/site_perl/%perlversion
3 lat 1.2 %define perlversion %(perl -e 'printf "%%vd", $^V')
4     %define perlarch %(perl -MConfig -e 'print $Config{archname}')
5 eulisse 1.1 %define downloadn Compress-Zlib
6    
7     Requires: zlib
8     Source: http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/%{downloadn}-%{v}.tar.gz
9     %prep
10     %setup -n %downloadn-%v
11     %build
12     LC_ALL=C; export LC_ALL
13 lat 1.2 perl Makefile.PL PREFIX=%i LIB=%i/lib/site_perl/%perlversion INCLUDE=$ZLIB_ROOT/include
14 eulisse 1.1 make