[perl-Test-Email] Upstream update.

corsepiu corsepiu at fedoraproject.org
Thu Dec 26 17:34:13 UTC 2013


commit 9190599441fa8a3083ab351f8ca26342d5ea7dd7
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Thu Dec 26 18:34:06 2013 +0100

    Upstream update.
    
    - Modernize spec.

 .gitignore           |    2 +-
 perl-Test-Email.spec |   15 ++++++---------
 sources              |    2 +-
 3 files changed, 8 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 85ed42a..4a76497 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-Test-Email-0.04.tar.gz
+/Test-Email-0.07.tar.gz
diff --git a/perl-Test-Email.spec b/perl-Test-Email.spec
index 5311416..88cb19a 100644
--- a/perl-Test-Email.spec
+++ b/perl-Test-Email.spec
@@ -1,12 +1,11 @@
 Name:           perl-Test-Email
-Version:        0.04
-Release:        14%{?dist}
+Version:        0.07
+Release:        1%{?dist}
 Summary:        Test Email Contents
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Test-Email/
 Source0:        http://www.cpan.org/authors/id/J/JA/JAMES/Test-Email-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Mail::POP3Client)
@@ -31,8 +30,6 @@ find -type f -exec chmod -x {} \;
 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 {} \;
@@ -43,16 +40,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 README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Dec 26 2013 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.07-1
+- Upstream update.
+- Modernize spec.
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.04-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 5b0d801..f099cc4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bb409977cffb292cd85d80d10506f59e  Test-Email-0.04.tar.gz
+be2f80d2dbdd2f9c3329237402ebcf14  Test-Email-0.07.tar.gz



More information about the perl-devel mailing list