commit c6abe48607846b8a4fc63232b1d548d5cd2fd51a
Author: Paul Howarth <[email protected]>
Date:   Thu Jul 25 15:30:59 2013 +0100

    Don't try to run the kwalitee test
    
    Don't try to run the kwalitee test, as it fails a couple of kwalitee metrics
    with Test::Kwalitee 1.09.

 perl-MIME-tools.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/perl-MIME-tools.spec b/perl-MIME-tools.spec
index eccfab5..4dcaf64 100644
--- a/perl-MIME-tools.spec
+++ b/perl-MIME-tools.spec
@@ -1,7 +1,7 @@
 Summary:       Modules for parsing and creating MIME entities in Perl
 Name:          perl-MIME-tools
 Version:       5.504
-Release:       2%{?dist}
+Release:       3%{?dist}
 Group:         Development/Libraries
 License:       GPL+ or Artistic
 URL:           http://search.cpan.org/dist/MIME-tools/
@@ -23,12 +23,14 @@ BuildRequires:      perl(Test::Deep)
 BuildRequires: perl(Test::More)
 BuildRequires: perl(Test::Pod)
 BuildRequires: perl(Test::Pod::Coverage)
-BuildRequires: perl(Test::Kwalitee)
 BuildArch:     noarch
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 Requires:      perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:      perl(Convert::BinHex)
 
+# Currently fails a couple of kwalitee tests
+BuildConflicts:        perl(Test::Kwalitee)
+
 %description
 MIME-tools - modules for parsing (and creating!) MIME entities. Modules in this
 toolkit: Abstract message holder (file, scalar, etc.), OO interface for
@@ -114,8 +116,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/MIME::Words.3pm*
 
 %changelog
-* Thu Jul 18 2013 Jochen Schmitt <Jochen herr-schmitt de> - 5.504-2
-- Rebuilt for perl 5.18
+* Thu Jul 25 2013 Paul Howarth <[email protected]> - 5.504-3
+- Don't try to run the kwalitee test, as it fails a couple of kwalitee metrics
+  with Test::Kwalitee 1.09
 
 * Thu Jan 31 2013 Paul Howarth <[email protected]> - 5.504-1
 - Update to 5.504
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to