[perl-Test-Smoke] 1.47 bump

Petr Pisar ppisar at fedoraproject.org
Mon Mar 19 13:20:48 UTC 2012


commit 1f9ffc3f3b821147b8cbc360455235ba83d54dd8
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Mar 19 14:20:32 2012 +0100

    1.47 bump

 perl-Test-Smoke.spec |   42 +++++++++++++++++++++++++-----------------
 1 files changed, 25 insertions(+), 17 deletions(-)
---
diff --git a/perl-Test-Smoke.spec b/perl-Test-Smoke.spec
index 10e9e4c..f24a77f 100644
--- a/perl-Test-Smoke.spec
+++ b/perl-Test-Smoke.spec
@@ -1,26 +1,39 @@
 Name:           perl-Test-Smoke
-Version:        1.44
-Release:        5%{?dist}
+Version:        1.47
+Release:        1%{?dist}
 Summary:        Perl core test smoke suite
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Test-Smoke/
 Source0:        http://www.cpan.org/authors/id/A/AB/ABELTJE/Test-Smoke-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
+BuildRequires:  perl(Cwd)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(File::Spec::Functions)
+# Run-time
+BuildRequires:  perl(base)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(File::Spec) >= 0.82
+# Net::FTP is not needed for tests
+BuildRequires:  perl(Text::ParseWords)
+# Time::Local is not needed for tests
+# Tests:
+BuildRequires:  perl(Archive::Tar)
+BuildRequires:  perl(Compress::Zlib)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Test::More)
-Requires:       perl(Mail::Sendmail)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(Mail::Sendmail)
+Requires:       perl(File::Spec) >= 0.82
 
-%{?filter_setup:
-%filter_from_provides /perl(Mail::Sendmail)/d
-%?perl_default_filter
-}
 %global __provides_exclude %{?__provides_exclude:%__provides_exclude|}perl\\(Mail::Sendmail\\)
 
 %description
-Test::Smoke exports $conf and read_config() by default.
+The perl core test smoke suite is a set of scripts and modules that try to run
+the perl core tests on as many configurations as possible and combine the
+results into an easy to read report.
 
 %prep
 %setup -q -n Test-Smoke-%{version}
@@ -30,14 +43,10 @@ Test::Smoke exports $conf and read_config() by default.
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install DESTDIR=$RPM_BUILD_ROOT
-
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 rm -rf $RPM_BUILD_ROOT/%{_bindir}/W32Configure.pl
 rm -rf $RPM_BUILD_ROOT/%{_mandir}/man1/W32Configure*
@@ -46,11 +55,7 @@ rm -rf $RPM_BUILD_ROOT/%{perl_vendorlib}/inc/Mail/Sendmail.pm
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README ReleaseNotes
 %{_bindir}/archiverpt.pl
 %{_bindir}/chkbcfg.pl
@@ -66,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Mon Mar 19 2012 Petr Pisar <ppisar at redhat.com> - 1.47-1
+- 1.47 bump
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.44-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list