commit f5c71fe3f8881f847e952abf868e59b07c0ab94b Author: Emmanuel Seyman <emmanuel.seyman@xxxxxxxxxxxxxxxx> Date: Sun Dec 16 15:29:15 2012 +0100 various cleanups perl-Test-Regression.spec | 16 +++++++--------- 1 files changed, 7 insertions(+), 9 deletions(-) --- diff --git a/perl-Test-Regression.spec b/perl-Test-Regression.spec index 3ba3572..ef0b2e0 100644 --- a/perl-Test-Regression.spec +++ b/perl-Test-Regression.spec @@ -1,12 +1,10 @@ Name: perl-Test-Regression Version: 0.06 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Test library that can generate outputs and compare against them License: GPL+ or Artistic -Group: Development/Libraries URL: http://search.cpan.org/dist/Test-Regression/ Source0: http://www.cpan.org/modules/by-module/Test/Test-Regression-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Algorithm::Diff) BuildRequires: perl(Module::Build) @@ -16,6 +14,8 @@ BuildRequires: perl(Test::More) BuildRequires: perl(Text::Diff) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +%{?perl_default_filter} + %description Using the various Test:: modules you can compare the output of a function against what you expect. However if the output is complex and changes from @@ -32,8 +32,6 @@ easily refresh the model output. ./Build %install -rm -rf $RPM_BUILD_ROOT - ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; @@ -42,16 +40,16 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %check ./Build test -%clean -rm -rf $RPM_BUILD_ROOT - %files -%defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Sun Dec 16 2012 Emmanuel Seyman <emmanuel@xxxxxxxxx> - 0.06-7 +- Add perl default filter +- Remove no-longer-used macros + * Fri Jul 20 2012 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 0.06-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel