Update to 1.56
- New upstream release 1.56 - read_string documentation error fixed (CPAN RT#74409) - Re-release with fixed compile test - Go back to Module::Build::Tiny flow
This commit is contained in:
parent
c04cd8351b
commit
cf51f30a6c
@ -1,5 +1,5 @@
|
||||
Name: perl-YAML-Tiny
|
||||
Version: 1.55
|
||||
Version: 1.56
|
||||
Release: 1%{?dist}
|
||||
Summary: Read/Write YAML files with as little code as possible
|
||||
License: GPL+ or Artistic
|
||||
@ -8,7 +8,7 @@ URL: http://search.cpan.org/dist/YAML-Tiny/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/YAML-Tiny-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
# Module Build
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.027
|
||||
# Module Runtime
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Exporter)
|
||||
@ -16,10 +16,12 @@ BuildRequires: perl(Scalar::Util)
|
||||
BuildRequires: perl(strict)
|
||||
# Test Suite
|
||||
BuildRequires: perl(blib)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(File::Spec) >= 0.80
|
||||
BuildRequires: perl(File::Spec::Functions)
|
||||
BuildRequires: perl(IO::Handle)
|
||||
BuildRequires: perl(IPC::Open3)
|
||||
BuildRequires: perl(List::Util)
|
||||
BuildRequires: perl(Test::More) >= 0.94
|
||||
BuildRequires: perl(vars)
|
||||
BuildRequires: perl(warnings)
|
||||
@ -41,16 +43,14 @@ memory overhead.
|
||||
%setup -q -n YAML-Tiny-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
perl Build.PL --installdirs=vendor
|
||||
./Build
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
||||
%{_fixperms} %{buildroot}
|
||||
./Build install --destdir=%{buildroot} --create_packlist=0
|
||||
|
||||
%check
|
||||
make test AUTHOR_TESTING=1
|
||||
./Build test
|
||||
|
||||
%files
|
||||
%doc Changes LICENSE README
|
||||
@ -58,6 +58,12 @@ make test AUTHOR_TESTING=1
|
||||
%{_mandir}/man3/YAML::Tiny.3pm*
|
||||
|
||||
%changelog
|
||||
* Wed Sep 25 2013 Paul Howarth <paul@city-fan.org> 1.56-1
|
||||
- Update to 1.56
|
||||
- read_string documentation error fixed (CPAN RT#74409)
|
||||
- Re-release with fixed compile test
|
||||
- Go back to Module::Build::Tiny flow
|
||||
|
||||
* Thu Sep 19 2013 Paul Howarth <paul@city-fan.org> 1.55-1
|
||||
- Update to 1.55
|
||||
- Revert to ExtUtils::MakeMaker flow
|
||||
|
||||
Loading…
Reference in New Issue
Block a user