epel9
Petr Písař 10 years ago
parent 5ff4e6ea06
commit 03bfee15f9

@ -0,0 +1,2 @@
from Config import *
addFilter("spelling-error .* libsyck");

@ -1,6 +1,6 @@
Name: perl-YAML-Syck
Version: 1.27
Release: 6%{?dist}
Version: 1.28
Release: 1%{?dist}
Summary: Fast, lightweight YAML loader and dumper
License: BSD and MIT
Group: Development/Libraries
@ -8,6 +8,7 @@ URL: http://search.cpan.org/dist/YAML-Syck/
Source0: http://www.cpan.org/authors/id/T/TO/TODDR/YAML-Syck-%{version}.tar.gz
Patch0: 0001-Recognize-all-wide-unicode-characters.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
BuildRequires: perl
# Keep bundled inc::Module::Install to break cycle
# perl-Module-Install → perl-YAML-Tiny → perl-YAML-Syck
BuildRequires: perl(Cwd)
@ -17,7 +18,10 @@ BuildRequires: perl(lib)
BuildRequires: perl(ExtUtils::MakeMaker)
# Run-time
BuildRequires: perl(constant)
# DynaLoader not used if XSLoader is available
BuildRequires: perl(Exporter)
BuildRequires: perl(strict)
BuildRequires: perl(vars)
BuildRequires: perl(XSLoader)
# Tests
BuildRequires: perl(Data::Dumper)
@ -40,7 +44,7 @@ structures to YAML strings, and the other way around.
%prep
%setup -q -n YAML-Syck-%{version}
rm -rf inc/parent inc/PerlIO.pm inc/Test
rm -rf inc/parent.pm inc/PerlIO.pm inc/Scalar/Util.pm
# Work around test failures on PPC and ARM (#919806, CPAN RT#83825)
%patch0 -p1
@ -71,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/YAML::Syck.3pm*
%changelog
* Thu Dec 11 2014 Petr Pisar <ppisar@redhat.com> - 1.28-1
- 1.28 bump
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.27-6
- Perl 5.20 rebuild

@ -1 +1 @@
8920091e68a078cfa9c42041e5759162 YAML-Syck-1.27.tar.gz
6943c7b64790b063a4c5b2634ac9a90e YAML-Syck-1.28.tar.gz

Loading…
Cancel
Save