ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/p5-log-log4perl.spec
Revision: 1.11
Committed: Wed Sep 28 09:18:04 2011 UTC (13 years, 7 months ago) by wildish
Branch: MAIN
CVS Tags: TW20110928a
Changes since 1.10: +0 -3 lines
Log Message:
no longer assume the system will provide XML::DOM

File Contents

# User Rev Content
1 egeland 1.4 ### RPM external p5-log-log4perl 1.26
2 lat 1.8 ## INITENV +PATH PERL5LIB %i/lib/perl5
3 egeland 1.1 %define downloadn Log-Log4perl
4 egeland 1.2 Source: http://search.cpan.org/CPAN/authors/id/M/MS/MSCHILLI/%{downloadn}-%{realversion}.tar.gz
5 diego 1.9 Requires: p5-extutils-makemaker p5-log-dispatch p5-log-dispatch-filerotate
6 egeland 1.1
7     # Fake provides for optional backends
8     Provides: perl(RRDs)
9 egeland 1.2 Provides: perl(DBI)
10 egeland 1.1
11    
12     %prep
13 egeland 1.2 %setup -n %downloadn-%realversion
14 lat 1.8
15 egeland 1.1 %build
16     LC_ALL=C; export LC_ALL
17 lat 1.8 perl Makefile.PL INSTALL_BASE=%i
18 egeland 1.1 make
19 lat 1.10
20     %install
21     make install
22     rm -rf %i/man