[perl-Log-Dispatchouli] update to 2.002

Iain Arnell iarnell at fedoraproject.org
Thu Jan 20 21:45:09 UTC 2011


commit a14aaf93e46db9b65afebacf5676319c9961f5aa
Author: Iain Arnell <iarnell at gmail.com>
Date:   Thu Jan 20 22:44:00 2011 +0100

    update to 2.002
    
    - remove unnecessary files listed as docs
    - clean up spec for modern rpmbuild
    - new BR perl(File::Spec)
    - new BR perl(Sub::Exporter)
    - new BR perl(Sub::Exporter::GlobExporter) >= 0.002
    - new BR perl(Test::Fatal)
    - update BR perl(Test::More) >= 0.96

 .gitignore                 |    1 +
 perl-Log-Dispatchouli.spec |   26 +++++++++++++++++---------
 sources                    |    2 +-
 3 files changed, 19 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9b4fd9d..4147bcd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Log-Dispatchouli-1.100712.tar.gz
 Log-Dispatchouli-1.102220.tar.gz
 /Log-Dispatchouli-1.102350.tar.gz
+/Log-Dispatchouli-2.002.tar.gz
diff --git a/perl-Log-Dispatchouli.spec b/perl-Log-Dispatchouli.spec
index 54d3926..260b08c 100644
--- a/perl-Log-Dispatchouli.spec
+++ b/perl-Log-Dispatchouli.spec
@@ -1,14 +1,14 @@
 Name:           perl-Log-Dispatchouli
-Version:        1.102350
+Version:        2.002
 Release:        1%{?dist}
 Summary:        Simple wrapper around Log::Dispatch
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Log-Dispatchouli/
 Source0:        http://www.cpan.org/authors/id/R/RJ/RJBS/Log-Dispatchouli-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(Log::Dispatch)
 BuildRequires:  perl(Log::Dispatch::Array)
 BuildRequires:  perl(Log::Dispatch::File)
@@ -16,10 +16,13 @@ BuildRequires:  perl(Log::Dispatch::Screen)
 BuildRequires:  perl(Log::Dispatch::Syslog)
 BuildRequires:  perl(Params::Util)
 BuildRequires:  perl(String::Flogger)
+BuildRequires:  perl(Sub::Exporter)
+BuildRequires:  perl(Sub::Exporter::GlobExporter) >= 0.002
 BuildRequires:  perl(Try::Tiny) >= 0.04
 # tests
 BuildRequires:  perl(Test::Deep)
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Fatal)
+BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(Test::Pod)
 
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -46,8 +49,6 @@ just easy enough that you will actually log things.
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install DESTDIR=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
@@ -58,16 +59,23 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 RELEASE_TESTING=1 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
-%doc Changes dist.ini LICENSE META.json README
+%doc Changes LICENSE README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jan 20 2011 Iain Arnell <iarnell at gmail.com> 2.002-1
+- update to latest upstream version
+- remove unnecessary files listed as docs
+- clean up spec for modern rpmbuild
+- new BR perl(File::Spec)
+- new BR perl(Sub::Exporter)
+- new BR perl(Sub::Exporter::GlobExporter) >= 0.002
+- new BR perl(Test::Fatal)
+- update BR perl(Test::More) >= 0.96
+
 * Sun Nov 21 2010 Iain Arnell <iarnell at gmail.com> 1.102350-1
 - update to latest upstream version
 
diff --git a/sources b/sources
index c466fa4..2c0b591 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-55aefb40bd532736728a0a0e770b8e47  Log-Dispatchouli-1.102350.tar.gz
+950c17f65c24254c58af36a1ebde9fd5  Log-Dispatchouli-2.002.tar.gz



More information about the perl-devel mailing list