133 lines
4.0 KiB
RPMSpec
133 lines
4.0 KiB
RPMSpec
Name: perl-YAML-LibYAML
|
|
Version: 0.38
|
|
Release: 3%{?dist}
|
|
Summary: Perl YAML Serialization using XS and libyaml
|
|
License: GPL+ or Artistic
|
|
Group: Development/Libraries
|
|
URL: http://search.cpan.org/dist/YAML-LibYAML/
|
|
Source0: http://search.cpan.org/CPAN/authors/id/I/IN/INGY/YAML-LibYAML-%{version}.tar.gz
|
|
Patch0: YAML-LibYAML-0.35-format-error.patch
|
|
|
|
# Install
|
|
BuildRequires: perl(Cwd)
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
BuildRequires: perl(File::Find)
|
|
BuildRequires: perl(File::Path)
|
|
BuildRequires: perl(File::Spec)
|
|
|
|
# Module
|
|
BuildRequires: perl >= 3:5.8.3
|
|
BuildRequires: perl(B::Deparse)
|
|
BuildRequires: perl(base)
|
|
BuildRequires: perl(constant)
|
|
BuildRequires: perl(Exporter)
|
|
BuildRequires: perl(XSLoader)
|
|
|
|
# Tests
|
|
BuildRequires: perl(Devel::Peek)
|
|
BuildRequires: perl(Scalar::Util)
|
|
BuildRequires: perl(Test::Builder)
|
|
BuildRequires: perl(Test::Builder::Module)
|
|
BuildRequires: perl(Test::More)
|
|
BuildRequires: perl(Tie::Array)
|
|
BuildRequires: perl(Tie::Hash)
|
|
|
|
# Runtime
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
# Avoid provides for perl shared objects
|
|
%{?perl_default_filter}
|
|
|
|
%description
|
|
Kirill Siminov's "libyaml" is arguably the best YAML implementation. The C
|
|
library is written precisely to the YAML 1.1 specification. It was originally
|
|
bound to Python and was later bound to Ruby.
|
|
|
|
%prep
|
|
%setup -q -n YAML-LibYAML-%{version}
|
|
|
|
# Fix format string vulnerabilities (CVE-2012-1152, CPAN RT#46507)
|
|
%patch0 -p1
|
|
|
|
%build
|
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
make pure_install DESTDIR=%{buildroot}
|
|
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
|
find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
|
|
%{_fixperms} %{buildroot}
|
|
|
|
%check
|
|
make test
|
|
|
|
%files
|
|
%doc Changes README
|
|
%{perl_vendorarch}/auto/YAML/
|
|
%{perl_vendorarch}/YAML/
|
|
%{_mandir}/man3/YAML::XS.3pm*
|
|
%{_mandir}/man3/YAML::XS::LibYAML.3pm*
|
|
|
|
%changelog
|
|
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 0.38-3
|
|
- Perl 5.16 rebuild
|
|
|
|
* Thu Mar 29 2012 Paul Howarth <paul@city-fan.org> - 0.38-2
|
|
- Fix various format string vulnerabilities (CVE-2012-1152, CPAN RT#46507)
|
|
- De-duplicate buildreqs, with Module>Install>Tests priority
|
|
- Install to vendor directories
|
|
- Don't need to remove empty directories from buildroot
|
|
- Don't use macros for commands
|
|
- Make %%files list more explicit
|
|
- Tidy %%description
|
|
|
|
* Fri Jan 13 2012 Marcela Mašláňová <mmaslano@redhat.com> - 0.38-1
|
|
- Bump to 0.38
|
|
|
|
* Fri Sep 30 2011 Petr Sabata <contyk@redhat.com> - 0.37-1
|
|
- 0.37 bump
|
|
- Remove defattr
|
|
- Correct BR
|
|
|
|
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.35-2
|
|
- Perl mass rebuild
|
|
|
|
* Mon Apr 04 2011 Petr Sabata <psabata@redhat.com> - 0.35-1
|
|
- 0.35 bump
|
|
- Removing obsolete buildroot stuff
|
|
|
|
* Wed Mar 16 2011 Paul Howarth <paul@city-fan.org> - 0.34-4
|
|
- Improve overly-generic package summary
|
|
- README is already UTF-8 encoded in version 0.34 so don't try converting it
|
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.34-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
* Wed Sep 29 2010 jkeating - 0.34-2
|
|
- Rebuilt for gcc bug 634757
|
|
|
|
* Fri Sep 23 2010 Marcela Mašláňová <mmaslano@redhat.com> - 0.34-1
|
|
- update
|
|
|
|
* Thu Jun 3 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.33-1
|
|
- update
|
|
|
|
* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.32-6
|
|
- Mass rebuild with perl-5.12.0
|
|
|
|
* Sat Mar 27 2010 Chris Weyl <cweyl@alumni.drew.edu> - 0.32-5
|
|
- perl_default_filter, PERL_INSTALL_ROOT => DESTDIR
|
|
|
|
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.32-4
|
|
- rebuild against perl 5.10.1
|
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.32-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
* Wed Apr 29 2009 Marcela Mašláňová <mmaslano@redhat.com> 0.32-2
|
|
- add BR
|
|
|
|
* Wed Apr 29 2009 Marcela Mašláňová <mmaslano@redhat.com> 0.32-1
|
|
- Specfile autogenerated by cpanspec 1.78.
|