ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/p5-apache2-modssl.spec
Revision: 1.1
Committed: Tue Nov 11 16:58:01 2008 UTC (16 years, 5 months ago) by lat
Branch: MAIN
Log Message:
New perl module needed by cmsweb frontend for authentication.

File Contents

# User Rev Content
1 lat 1.1 ### RPM external p5-apache2-modssl 0.07
2     ## INITENV +PATH PERL5LIB %i/lib/site_perl/%perlversion
3     %define perlversion %(perl -e 'printf "%%vd", $^V')
4     %define perlarch %(perl -MConfig -e 'print $Config{archname}')
5     %define downloadn Apache2-ModSSL
6     Source: http://search.cpan.org/CPAN/authors/id/O/OP/OPI/%downloadn-%realversion.tar.gz
7    
8     %prep
9     %setup -n %downloadn-%realversion
10    
11     %build
12     export LC_ALL=C
13     perl Makefile.PL PREFIX=%i LIB=%i/lib/site_perl/%perlversion
14     make