|
|
|
@ -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
|
|
|
|
|
|
|
|
|
|