From 4241d967902ed8dbecb4b4c7220f0aeab6ea1ab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Tue, 28 Jun 2011 13:28:23 +0200 Subject: [PATCH] - rebuild with Perl 5.14.1 - use perl_bootstrap macro --- perl-Config-Tiny.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/perl-Config-Tiny.spec b/perl-Config-Tiny.spec index 161ad5a..110d3ef 100644 --- a/perl-Config-Tiny.spec +++ b/perl-Config-Tiny.spec @@ -1,6 +1,6 @@ Name: perl-Config-Tiny Version: 2.12 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Perl module for reading and writing .ini style configuration files Group: Development/Libraries @@ -10,8 +10,10 @@ Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/Config-Tiny-%{version} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +%if !%{defined perl_bootstrap} BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::MinimumVersion) +%endif Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -39,8 +41,9 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' %check +%if !%{defined perl_bootstrap} make test AUTOMATED_TESTING=1 - +%endif %clean rm -rf $RPM_BUILD_ROOT @@ -54,6 +57,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jun 28 2011 Marcela Mašláňová - 2.12-12 +- rebuild with Perl 5.14.1 +- use perl_bootstrap macro + * Tue Feb 08 2011 Fedora Release Engineering - 2.12-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild