[perl-Log-Handler] SPEC cleanup

Christopher Meng cicku at fedoraproject.org
Tue Nov 25 13:03:47 UTC 2014


commit bc13f882d95536ce726ff2830782ac84abe1a7ae
Author: Christopher Meng <i at cicku.me>
Date:   Tue Nov 25 08:02:34 2014 -0500

    SPEC cleanup

 perl-Log-Handler.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/perl-Log-Handler.spec b/perl-Log-Handler.spec
index cc17997..ffb4a6e 100644
--- a/perl-Log-Handler.spec
+++ b/perl-Log-Handler.spec
@@ -9,6 +9,7 @@ Url:            http://search.cpan.org/dist/Log-Handler
 Source0:        http://www.cpan.org/modules/by-module/Log/%{pkgname}-%{version}.tar.gz
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(DBI)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Fcntl)
 BuildRequires:  perl(File::Spec)
@@ -37,7 +38,7 @@ patterns to format the messages and reload the complete logging machine.
 %setup -qn %{pkgname}-%{version} 
 
 %build
-%{__perl} Makefile.PL NO_PACKLIST=1 INSTALLDIRS=vendor
+%{__perl} Makefile.PL NO_PERLLOCAL=1 NO_PACKLIST=1 INSTALLDIRS=vendor
 %make_build
 
 %install


More information about the scm-commits mailing list