ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/p5-text-glob.spec
Revision: 1.3
Committed: Mon May 15 18:33:01 2006 UTC (18 years, 11 months ago) by lat
Branch: MAIN
CVS Tags: WEBTOOLS_CONFIG_1_pre2, WEBTOOLS_CONFIG_1_pre1, PR_0_5_4, PR_0_5_0, PR_0_4_21, PRODREQUEST_0_4_0, PR0_3_13, PR0_3_12, PR0-3-11, forPR034, forPR033, forPIL116, forPR032, forPR030, forPR020, forPA011, forPR010, forPA010, af20060928, ProdAgent_pa17, phedex_2_3_series, V00-01-00, V00-00-11, V00-00-10, V00-00-09, V00-00-08, V00-00-07, V00-00-06, V00-00-05
Changes since 1.2: +0 -1 lines
Log Message:
Don't require any packages seeded from the system.

File Contents

# User Rev Content
1 eulisse 1.1 ### RPM external p5-text-glob 0.06
2 lat 1.2 ## INITENV +PATH PERL5LIB %i/lib/site_perl/%perlversion/%perlarch
3     %define perlversion %(perl -e 'printf "%%vd", $^V')
4     %define perlarch %(perl -MConfig -e 'print $Config{archname}')
5 eulisse 1.1 %define downloadn Text-Glob
6    
7     Source: http://search.cpan.org/CPAN/authors/id/R/RC/RCLAMP/%{downloadn}-%{v}.tar.gz
8     %prep
9     %setup -n %downloadn-%v
10     %build
11     LC_ALL=C; export LC_ALL
12 lat 1.2 perl Makefile.PL PREFIX=%i LIB=%i/lib/site_perl/%perlversion
13 eulisse 1.1 make