[perl-Log-Handler/f21: 2/2] Update to 0.84

Christopher Meng cicku at fedoraproject.org
Tue Nov 25 12:49:33 UTC 2014


commit 484026620fc24d2dc01b1a44b6e413adfa5ddfa6
Author: Christopher Meng <i at cicku.me>
Date:   Tue Nov 25 07:48:58 2014 -0500

    Update to 0.84

 .gitignore            |    1 +
 perl-Log-Handler.spec |   14 ++++++++------
 sources               |    2 +-
 3 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 715b12f..db94378 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Log-Handler-0.78.tar.gz
 /Log-Handler-0.81.tar.gz
 /Log-Handler-0.82.tar.gz
+/Log-Handler-0.84.tar.gz
diff --git a/perl-Log-Handler.spec b/perl-Log-Handler.spec
index be17bd0..cc17997 100644
--- a/perl-Log-Handler.spec
+++ b/perl-Log-Handler.spec
@@ -1,8 +1,8 @@
 %global pkgname Log-Handler
 
 Name:           perl-Log-Handler
-Version:        0.82
-Release:        3%{?dist}
+Version:        0.84
+Release:        1%{?dist}
 Summary:        Log messages to several outputs
 License:        GPL+ or Artistic
 Url:            http://search.cpan.org/dist/Log-Handler
@@ -37,12 +37,11 @@ patterns to format the messages and reload the complete logging machine.
 %setup -qn %{pkgname}-%{version} 
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%{__perl} Makefile.PL NO_PACKLIST=1 INSTALLDIRS=vendor
+%make_build
 
 %install
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+%make_install
 %{_fixperms} %{buildroot}/*
 
 %check
@@ -54,6 +53,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Oct 30 2014 Christopher Meng <rpm at cicku.me> - 0.84-1
+- Update to 0.84
+
 * Mon Sep 01 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.82-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index cd39c07..5bb3c3f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ffb2bd3d3e33ca5030e5598532a75a4e  Log-Handler-0.82.tar.gz
+5d5f5984b29293034696ce5eb5dcbd84  Log-Handler-0.84.tar.gz


More information about the scm-commits mailing list