Fix RT#87875

This commit is contained in:
Jitka Plesnikova 2013-08-15 14:35:15 +02:00
parent edf804690c
commit 527d7d46ea
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,11 @@
diff -up Perl-Critic-1.118/Build.PL.orig Perl-Critic-1.118/Build.PL
--- Perl-Critic-1.118/Build.PL.orig 2013-08-15 14:11:11.516276431 +0200
+++ Perl-Critic-1.118/Build.PL 2013-08-15 14:14:38.963056339 +0200
@@ -56,7 +56,6 @@ my $builder = Perl::Critic::Module::Buil
homepage => 'http://perlcritic.com',
license => 'http://dev.perl.org/licenses/',
repository => 'http://guest@perlcritic.tigris.org/svn/perlcritic/trunk/distributions/Perl-Critic/',
- MailingList => 'http://perlcritic.tigris.org/servlets/SummarizeList?listName=users',
},
no_index => {
file => [

View File

@ -6,6 +6,9 @@ Group: Development/Libraries
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Perl-Critic/
Source0: http://search.cpan.org/CPAN/authors/id/T/TH/THALJEF/Perl-Critic-%{version}.tar.gz
# Fix for author test (RT#87875)
Patch0: Perl-Critic-1.118-fix-META-files.patch
BuildArch: noarch
# Build process
@ -116,6 +119,7 @@ of Perl code were mixed directly in the test script. That sucked.
%prep
%setup -q -n Perl-Critic-%{version}
%patch0 -p1
# Drop Test::Kwalitee tests in RHEL ≥ 7
%if 0%{?rhel} >= 7
@ -151,6 +155,7 @@ LC_ALL=en_US ./Build %{!?perl_bootstrap:author}test
%changelog
* Wed Aug 14 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.118-7
- Perl 5.18 re-rebuild of bootstrapped packages
- Remove MailingList from Build.PL to fix author test failure (CPAN RT#87875)
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.118-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild