[perl-Email-Reply] Add BR: perl(Module::Pluggable) (FTBFS #914274).

corsepiu corsepiu at fedoraproject.org
Fri Feb 22 17:44:26 UTC 2013


commit 289afe8b6e0cb61705063414356c2015852c4293
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Fri Feb 22 18:44:23 2013 +0100

    Add BR: perl(Module::Pluggable) (FTBFS #914274).
    
    - Modernize spec.

 perl-Email-Reply.spec |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/perl-Email-Reply.spec b/perl-Email-Reply.spec
index dfcdb7c..1df38a1 100644
--- a/perl-Email-Reply.spec
+++ b/perl-Email-Reply.spec
@@ -1,16 +1,16 @@
 Name:           perl-Email-Reply
 Version:        1.202
-Release:        14%{?dist}
+Release:        15%{?dist}
 Summary:        Reply to an email message
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Email-Reply/
 Source0:        http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Email-Reply-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  perl(ExtUtils::MakeMaker), perl(Email::Abstract), perl(Email::Address)
 BuildRequires:  perl(Email::MIME), perl(Test::More), perl(Email::MIME::Creator)
 BuildRequires:  perl(Email::MIME::Modifier), perl(Test::Pod), perl(Test::Pod::Coverage)
 BuildRequires:  perl(Email::Simple), perl(Email::Simple::Creator), perl(Email::Date)
+BuildRequires:  perl(Module::Pluggable)
 BuildArch:      noarch
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -26,7 +26,6 @@ sed -i '/LICENSE/ d' Makefile.PL
 make
 
 %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 -depth -type d -exec rmdir {} 2>/dev/null ';'
@@ -35,9 +34,6 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %doc README LICENSE
@@ -45,6 +41,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Feb 22 2013 Ralf Corsépius <corsepiu at fedoraproject.org> - 1.202-15
+- Add BR: perl(Module::Pluggable) (FTBFS #914274).
+- Modernize spec.
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.202-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list