[perl-Finance-YahooQuote] Perl mass rebuild, cleanup

Petr Sabata psabata at fedoraproject.org
Mon Jun 20 09:39:15 UTC 2011


commit 1e7ec3179de96afe82763e7a810eb61e6607000f
Author: Petr Sabata <contyk at redhat.com>
Date:   Mon Jun 20 11:39:04 2011 +0200

    Perl mass rebuild, cleanup

 perl-Finance-YahooQuote.spec |   14 +++++---------
 1 files changed, 5 insertions(+), 9 deletions(-)
---
diff --git a/perl-Finance-YahooQuote.spec b/perl-Finance-YahooQuote.spec
index f680daa..309b5d4 100644
--- a/perl-Finance-YahooQuote.spec
+++ b/perl-Finance-YahooQuote.spec
@@ -1,6 +1,6 @@
 Name:           perl-Finance-YahooQuote
 Version:        0.24
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Perl interface to get stock quotes from Yahoo! Finance
 
 Group:          Development/Libraries
@@ -8,8 +8,6 @@ License:        GPLv2+
 URL:            http://search.cpan.org/~edd/Finance-YahooQuote/
 Source0:        http://www.cpan.org/authors/id/E/ED/EDD/Finance-YahooQuote-%{version}.tar.gz
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildArch:      noarch 
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -29,7 +27,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 -depth -type d -exec rmdir {} 2>/dev/null ';'
@@ -40,12 +37,7 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 #make test
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
 %doc GNU-LICENSE
 %{_bindir}/yahooquote
 %{perl_vendorlib}/*
@@ -54,6 +46,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 20 2011 Petr Sabata <contyk at redhat.com> - 0.24-5
+- Perl mass rebuild
+- Buildroot and defattr removed
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.24-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 



More information about the perl-devel mailing list