Remove unused build-time dependency on YAML
This commit is contained in:
parent
daf49088c5
commit
881a150738
@ -1,6 +1,6 @@
|
|||||||
Name: perl-CPAN-Meta-YAML
|
Name: perl-CPAN-Meta-YAML
|
||||||
Version: 0.012
|
Version: 0.012
|
||||||
Release: 311%{?dist}
|
Release: 312%{?dist}
|
||||||
Summary: Read and write a subset of YAML for CPAN Meta files
|
Summary: Read and write a subset of YAML for CPAN Meta files
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -37,7 +37,6 @@ BuildRequires: perl(Test::More) >= 0.99
|
|||||||
BuildRequires: perl(utf8)
|
BuildRequires: perl(utf8)
|
||||||
BuildRequires: perl(vars)
|
BuildRequires: perl(vars)
|
||||||
BuildRequires: perl(version)
|
BuildRequires: perl(version)
|
||||||
BuildRequires: perl(YAML)
|
|
||||||
# Extra Tests:
|
# Extra Tests:
|
||||||
# Don't run extra tests when bootstrapping as many of those
|
# Don't run extra tests when bootstrapping as many of those
|
||||||
# tests' dependencies build-require this package
|
# tests' dependencies build-require this package
|
||||||
@ -79,6 +78,9 @@ make test TEST_FILES="xt/*/*.t"
|
|||||||
%{_mandir}/man3/CPAN::Meta::YAML.3pm*
|
%{_mandir}/man3/CPAN::Meta::YAML.3pm*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 12 2014 Petr Pisar <ppisar@redhat.com> - 0.012-312
|
||||||
|
- Remove unused build-time dependency on YAML
|
||||||
|
|
||||||
* Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.012-311
|
* Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.012-311
|
||||||
- Perl 5.20 re-rebuild of bootstrapped packages
|
- Perl 5.20 re-rebuild of bootstrapped packages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user