Update to 0.71

- New upstream release 0.71
  - Use UTF-8 encoding in LoadFile/DumpFile: CPAN RT#25434
- Enable AUTOMATED_TESTING
- BR: perl(Test::CPAN::Meta), perl(Test::MinimumVersion), perl(Test::Pod)
- This release by ADAMK -> update source URL
- Re-code docs as UTF-8
This commit is contained in:
Paul Howarth 2010-08-18 13:21:31 +01:00
parent d4ab4f19ae
commit 1d68739a46
3 changed files with 19 additions and 7 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
YAML-0.70.tar.gz
YAML-0.71.tar.gz

View File

@ -1,15 +1,16 @@
Name: perl-YAML
Version: 0.70
Release: 5%{?dist}
Version: 0.71
Release: 1%{?dist}
Summary: YAML Ain't Markup Language (tm)
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/YAML/
Source0: http://www.cpan.org/authors/id/I/IN/INGY/YAML-%{version}.tar.gz
Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/YAML-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildRequires: perl(Test::CPAN::Meta), perl(Test::MinimumVersion), perl(Test::Pod)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
The YAML.pm module implements a YAML Loader and Dumper based on the
@ -23,6 +24,10 @@ specification.
%prep
%setup -q -n YAML-%{version}
# Re-code docs as UTF-8
iconv -f iso-8859-1 -t utf8 < README > README.utf8
mv README.utf8 README
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor < /dev/null
make %{?_smp_mflags}
@ -44,7 +49,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} $RPM_BUILD_ROOT/*
%check
make test
make test AUTOMATED_TESTING=1
%clean
rm -rf $RPM_BUILD_ROOT
@ -56,6 +61,13 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/YAML*.3*
%changelog
* Wed Aug 18 2010 Paul Howarth <paul@city-fan.org> - 0.71-1
- Update to 0.71 (use UTF-8 encoding in LoadFile/DumpFile: CPAN RT#25434)
- Enable AUTOMATED_TESTING
- BR: perl(Test::CPAN::Meta), perl(Test::MinimumVersion), perl(Test::Pod)
- This release by ADAMK -> update source URL
- Re-code docs as UTF-8
* Thu Apr 29 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.70-5
- Mass rebuild with perl-5.12.0

View File

@ -1 +1 @@
425973520e8fd84beb6cb95de29f3534 YAML-0.70.tar.gz
d0f7cf232dd43c28c0e3767d672d6887 YAML-0.71.tar.gz