Update to 0.47
- New upstream release 0.47: - Fix swim errors - Include upstream license file
This commit is contained in:
parent
6b411ca664
commit
22429aaa7c
@ -1,5 +1,5 @@
|
||||
Name: perl-YAML-LibYAML
|
||||
Version: 0.46
|
||||
Version: 0.47
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl YAML Serialization using XS and libyaml
|
||||
License: GPL+ or Artistic
|
||||
@ -21,6 +21,8 @@ BuildRequires: perl(B::Deparse)
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
BuildRequires: perl(XSLoader)
|
||||
BuildRequires: libyaml, libyaml-devel
|
||||
|
||||
@ -71,7 +73,8 @@ find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
|
||||
make test
|
||||
|
||||
%files
|
||||
%doc Changes README
|
||||
%license LICENSE
|
||||
%doc Changes CONTRIBUTING README
|
||||
%{perl_vendorarch}/auto/YAML/
|
||||
%{perl_vendorarch}/YAML/
|
||||
%{_mandir}/man3/YAML::LibYAML.3pm*
|
||||
@ -79,6 +82,11 @@ make test
|
||||
%{_mandir}/man3/YAML::XS::LibYAML.3pm*
|
||||
|
||||
%changelog
|
||||
* Sat Aug 9 2014 Paul Howarth <paul@city-fan.org> - 0.47-1
|
||||
- Update to 0.47:
|
||||
- Fix swim errors
|
||||
- Include upstream license file
|
||||
|
||||
* Wed Aug 06 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.46-1
|
||||
- 0.46 bump
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user