[perl-Mail-POP3Client] Upstream update.

corsepiu corsepiu at fedoraproject.org
Mon Oct 14 22:08:41 UTC 2013


commit 7f5386746e87ad0f0b3dca9bb84815a133b46887
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Tue Oct 15 00:08:31 2013 +0200

    Upstream update.
    
    - Modernize spec.

 .gitignore                |    2 +-
 perl-Mail-POP3Client.spec |   19 ++++++++++---------
 sources                   |    2 +-
 3 files changed, 12 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d4e35a3..c64b6aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-Mail-POP3Client-2.18.tar.gz
+/Mail-POP3Client-2.19.tar.gz
diff --git a/perl-Mail-POP3Client.spec b/perl-Mail-POP3Client.spec
index 6f6b1d7..eae6775 100644
--- a/perl-Mail-POP3Client.spec
+++ b/perl-Mail-POP3Client.spec
@@ -1,14 +1,17 @@
 Name:           perl-Mail-POP3Client
-Version:        2.18
-Release:        14%{?dist}
+Version:        2.19
+Release:        1%{?dist}
 Summary:        Perl 5 module to talk to a POP3 (RFC1939) server
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Mail-POP3Client/
 Source0:        http://www.cpan.org/authors/id/S/SD/SDOWD/Mail-POP3Client-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
+
+# For the tests
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Pod) >= 1.00
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -23,8 +26,6 @@ implements RFC1939 (http://www.faqs.org/rfcs/rfc1939.html)
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
@@ -35,16 +36,16 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes FAQ README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Tue Oct 15 2013 Ralf Corsépius <corsepiu at fedoraproject.org> - 2.19-1
+- Upstream update.
+- Modernize spec.
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.18-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index c992798..3db3edd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-27b99775072f6ad4b585f7484c47405d  Mail-POP3Client-2.18.tar.gz
+8ee509c9118fdd65a6d777b3f5f1c835  Mail-POP3Client-2.19.tar.gz


More information about the scm-commits mailing list