Update to 0.96

- New upstream release 0.96
  - Fix Metadata and add Contributing file
  - Change Kwim to Swim
- Upstream dropped all those pod files and manpages again
This commit is contained in:
Paul Howarth 2014-07-15 09:43:47 +01:00
parent 713372de05
commit 51886ebc67
2 changed files with 12 additions and 25 deletions

View File

@ -1,6 +1,6 @@
Name: perl-YAML
Version: 0.95
Release: 2%{?dist}
Version: 0.96
Release: 1%{?dist}
Summary: YAML Ain't Markup Language (tm)
License: GPL+ or Artistic
Group: Development/Libraries
@ -41,6 +41,7 @@ specification.
%prep
%setup -q -n YAML-%{version}
# Inject VERSION into each module, bug #1115971,
# https://github.com/ingydotnet/yaml-pm/issues/30
find lib -name '*.pm' \! -exec grep -q '^our $VERSION ' {} \; -print0 | \
@ -63,24 +64,14 @@ rm -f %{buildroot}%{perl_vendorlib}/Test/YAML* \
%check
# Avoid circular build deps via Module::Build on Test::Pod when bootstrapping
make test RELEASE_TESTING=0%{!?perl_bootstrap:1}
make test %{!?perl_bootstrap:RELEASE_TESTING=1}
%files
%doc Changes LICENSE README
%doc Changes CONTRIBUTING LICENSE README
%dir %{perl_vendorlib}/YAML/
%dir %{perl_vendorlib}/YAML/Dumper/
%dir %{perl_vendorlib}/YAML/Loader/
%doc %{perl_vendorlib}/YAML.pod
%doc %{perl_vendorlib}/YAML/Any.pod
%doc %{perl_vendorlib}/YAML/Dumper.pod
%doc %{perl_vendorlib}/YAML/Dumper/Base.pod
%doc %{perl_vendorlib}/YAML/Error.pod
%doc %{perl_vendorlib}/YAML/Loader.pod
%doc %{perl_vendorlib}/YAML/Loader/Base.pod
%doc %{perl_vendorlib}/YAML/Marshall.pod
%doc %{perl_vendorlib}/YAML/Node.pod
%doc %{perl_vendorlib}/YAML/Tag.pod
%doc %{perl_vendorlib}/YAML/Types.pod
%{perl_vendorlib}/YAML.pm
%{perl_vendorlib}/YAML/Any.pm
%{perl_vendorlib}/YAML/Dumper.pm
@ -94,18 +85,14 @@ make test RELEASE_TESTING=0%{!?perl_bootstrap:1}
%{perl_vendorlib}/YAML/Tag.pm
%{perl_vendorlib}/YAML/Types.pm
%{_mandir}/man3/YAML.3pm*
%{_mandir}/man3/YAML::Any.3pm*
%{_mandir}/man3/YAML::Dumper.3pm*
%{_mandir}/man3/YAML::Dumper::Base.3pm*
%{_mandir}/man3/YAML::Error.3pm*
%{_mandir}/man3/YAML::Loader.3pm*
%{_mandir}/man3/YAML::Loader::Base.3pm*
%{_mandir}/man3/YAML::Marshall.3pm*
%{_mandir}/man3/YAML::Node.3pm*
%{_mandir}/man3/YAML::Tag.3pm*
%{_mandir}/man3/YAML::Types.3pm*
%changelog
* Mon Jul 14 2014 Paul Howarth <paul@city-fan.org> - 0.96-1
- Update to 0.96
- Fix Metadata and add Contributing file
- Change Kwim to Swim
- Upstream dropped all those pod files and manpages again
* Thu Jul 03 2014 Petr Pisar <ppisar@redhat.com> - 0.95-2
- Inject VERSION into each module (bug #1115971)

View File

@ -1 +1 @@
c2b03792df5564a2ce6eb1194e1f6424 YAML-0.95.tar.gz
48de64d9fbffb20bc4b9c9944542cbed YAML-0.96.tar.gz