[perl-HTTP-Recorder] Add BR: perl(ExtUtils::MakeMaker) (Fix FTBFS #914287).

corsepiu corsepiu at fedoraproject.org
Thu Feb 28 12:06:20 UTC 2013


commit 9550a2450c041affa2e00b67d2ebd1e6dd6ca5b7
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Thu Feb 28 13:06:12 2013 +0100

    Add BR: perl(ExtUtils::MakeMaker) (Fix FTBFS #914287).
    
    - Modernize spec.

 perl-HTTP-Recorder.spec |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/perl-HTTP-Recorder.spec b/perl-HTTP-Recorder.spec
index aadad70..aa92039 100644
--- a/perl-HTTP-Recorder.spec
+++ b/perl-HTTP-Recorder.spec
@@ -1,15 +1,15 @@
 Name:           perl-HTTP-Recorder
 Version:        0.05
-Release:        13%{?dist}
+Release:        14%{?dist}
 Summary:        Record interaction with web sites
 
 Group:          Development/Libraries
 License:        GPL+
 URL:            http://search.cpan.org/dist/HTTP-Recorder/
 Source0:        http://www.cpan.org/authors/id/L/LE/LEIRA/HTTP-Recorder-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(HTML::TokeParser)
 BuildRequires:  perl(HTTP::Request::Params)
 BuildRequires:  perl(LWP::UserAgent)
@@ -31,7 +31,6 @@ 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 {} ';'
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
@@ -42,10 +41,6 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 make test
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
 %defattr(-,root,root,-)
 %doc CHANGES README
@@ -54,6 +49,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Feb 28 2013 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.05-14
+- Add BR: perl(ExtUtils::MakeMaker) (Fix FTBFS #914287).
+- Modernize spec.
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.05-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list