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
|