[perl-Test-CPAN-Meta] Break build-cycle: perl-Test-CPAN-Meta → perl-Test-CPAN-Meta-JSON → perl-Test-CPAN-Meta

Petr Pisar ppisar at fedoraproject.org
Wed Feb 4 17:20:50 UTC 2015


commit 816c47e5e9928442a796ca5dc28a582d635e05c5
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Feb 4 18:18:54 2015 +0100

    Break build-cycle: perl-Test-CPAN-Meta → perl-Test-CPAN-Meta-JSON → perl-Test-CPAN-Meta

 perl-Test-CPAN-Meta.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/perl-Test-CPAN-Meta.spec b/perl-Test-CPAN-Meta.spec
index efc21f7..3a99260 100644
--- a/perl-Test-CPAN-Meta.spec
+++ b/perl-Test-CPAN-Meta.spec
@@ -1,6 +1,6 @@
 Name:           perl-Test-CPAN-Meta
 Version:        0.24
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Validation of the META.yml file in a CPAN distribution
 License:        Artistic 2.0
 URL:            http://search.cpan.org/dist/Test-CPAN-Meta/
@@ -21,7 +21,11 @@ BuildRequires:  perl(IO::File)
 BuildRequires:  perl(Test::Builder::Tester)
 BuildRequires:  perl(Test::More) >= 0.62
 # Optional Tests
+%if !%{defined perl_bootstrap}
+# Break build-cycle: perl-Test-CPAN-Meta → perl-Test-CPAN-Meta-JSON
+# → perl-Test-CPAN-Meta
 BuildRequires:  perl(Test::CPAN::Meta::JSON)
+%endif
 BuildRequires:  perl(Test::Pod) >= 1.00
 BuildRequires:  perl(Test::Pod::Coverage) >= 0.08
 # Runtime
@@ -60,6 +64,10 @@ make test AUTOMATED_TESTING=1
 %{_mandir}/man3/Test::CPAN::Meta::Version.3*
 
 %changelog
+* Wed Feb 04 2015 Petr Pisar <ppisar at redhat.com> - 0.24-2
+- Break build-cycle: perl-Test-CPAN-Meta → perl-Test-CPAN-Meta-JSON →
+  perl-Test-CPAN-Meta
+
 * Tue Jan 13 2015 Paul Howarth <paul at city-fan.org> - 0.24-1
 - Update to 0.24
   - Extended META test suite



More information about the perl-devel mailing list