[perl-Mail-Sender] Upstream update.

corsepiu corsepiu at fedoraproject.org
Tue Oct 21 15:14:19 UTC 2014


commit dfd354b55dca159a86fe20c688b703edd3a57482
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Tue Oct 21 17:14:08 2014 +0200

    Upstream update.
    
    - Spec cleanup.

 .gitignore            |    3 +--
 perl-Mail-Sender.spec |   15 ++++++---------
 sources               |    2 +-
 3 files changed, 8 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1a05361..4beffb3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-Mail-Sender-0.8.16.tar.gz
-/Mail-Sender-0.8.21.tar.gz
+/Mail-Sender-0.8.23.tar.gz
diff --git a/perl-Mail-Sender.spec b/perl-Mail-Sender.spec
index 01a45dc..459ebc9 100644
--- a/perl-Mail-Sender.spec
+++ b/perl-Mail-Sender.spec
@@ -1,6 +1,6 @@
 Name:           perl-Mail-Sender
-Version:        0.8.21
-Release:        6%{?dist}
+Version:        0.8.23
+Release:        1%{?dist}
 Summary:        Module for sending mails with attachments through an SMTP server
 
 Group:          Development/Libraries
@@ -10,7 +10,6 @@ Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Mail-Sender/
 Source0:        http://www.cpan.org/authors/id/J/JE/JENDA/Mail-Sender-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:	perl(MIME::Base64)
@@ -32,7 +31,6 @@ make %{?_smp_mflags} < /dev/null
 
 
 %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 {} ';'
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
@@ -46,12 +44,7 @@ find $RPM_BUILD_ROOT -type f -name Win32.pm -exec rm -f {} ';'
 make test
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
 # License: perl + spam exception.
 # See the main POD page for the copyright information.
 # For the Artistic and GPL license text(s), see the perl package.
@@ -61,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Oct 21 2014 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.8.23-1
+- Upstream update.
+- Spec cleanup.
+
 * Wed Aug 27 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.8.21-6
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 6b344eb..63d2727 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ebc5cec362e96fc623c54cc597c2202c  Mail-Sender-0.8.21.tar.gz
+c80bb35cb2fee79d7421153bfefdcf60  Mail-Sender-0.8.23.tar.gz


More information about the scm-commits mailing list