ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/p5-log-log4perl.spec
Revision: 1.10
Committed: Fri Sep 16 23:40:11 2011 UTC (13 years, 7 months ago) by lat
Branch: MAIN
Changes since 1.9: +4 -0 lines
Log Message:
Remove unnecessary install content: documentation.

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     # Provided by system perl
8     Provides: perl(XML::DOM)
9    
10     # Fake provides for optional backends
11     Provides: perl(RRDs)
12 egeland 1.2 Provides: perl(DBI)
13 egeland 1.1
14    
15     %prep
16 egeland 1.2 %setup -n %downloadn-%realversion
17 lat 1.8
18 egeland 1.1 %build
19     LC_ALL=C; export LC_ALL
20 lat 1.8 perl Makefile.PL INSTALL_BASE=%i
21 egeland 1.1 make
22 lat 1.10
23     %install
24     make install
25     rm -rf %i/man