commit c04cd8351be278fdc685368c521d5ab4748e432e Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Thu Sep 19 14:44:40 2013 +0100 Update to 1.55 - New upstream release 1.55 - Revert to ExtUtils::MakeMaker flow - Update buildreqs as needed perl-YAML-Tiny.spec | 25 ++++++++++++++++--------- sources | 2 +- 2 files changed, 17 insertions(+), 10 deletions(-) --- diff --git a/perl-YAML-Tiny.spec b/perl-YAML-Tiny.spec index ab818e1..1f6f9f2 100644 --- a/perl-YAML-Tiny.spec +++ b/perl-YAML-Tiny.spec @@ -1,5 +1,5 @@ Name: perl-YAML-Tiny -Version: 1.54 +Version: 1.55 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(Module::Build::Tiny) >= 0.026 +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 # Module Runtime BuildRequires: perl(Carp) BuildRequires: perl(Exporter) @@ -16,12 +16,12 @@ BuildRequires: perl(Scalar::Util) BuildRequires: perl(strict) # Test Suite BuildRequires: perl(blib) -BuildRequires: perl(Capture::Tiny) -BuildRequires: perl(CPAN::Meta::Check) >= 0.007 BuildRequires: perl(File::Spec) >= 0.80 BuildRequires: perl(File::Spec::Functions) -BuildRequires: perl(Test::CheckDeps) >= 0.006 +BuildRequires: perl(IO::Handle) +BuildRequires: perl(IPC::Open3) BuildRequires: perl(Test::More) >= 0.94 +BuildRequires: perl(vars) BuildRequires: perl(warnings) BuildRequires: perl(YAML) BuildRequires: perl(YAML::Syck) @@ -41,14 +41,16 @@ memory overhead. %setup -q -n YAML-Tiny-%{version} %build -perl Build.PL --installdirs=vendor -./Build +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %install -./Build install --destdir=%{buildroot} --create_packlist=0 +make pure_install DESTDIR=%{buildroot} +find %{buildroot} -type f -name .packlist -exec rm -f {} \; +%{_fixperms} %{buildroot} %check -./Build test +make test AUTHOR_TESTING=1 %files %doc Changes LICENSE README @@ -56,6 +58,11 @@ perl Build.PL --installdirs=vendor %{_mandir}/man3/YAML::Tiny.3pm* %changelog +* Thu Sep 19 2013 Paul Howarth <paul@xxxxxxxxxxxx> 1.55-1 +- Update to 1.55 + - Revert to ExtUtils::MakeMaker flow +- Update buildreqs as needed + * Thu Aug 22 2013 Paul Howarth <paul@xxxxxxxxxxxx> 1.54-1 - Update to 1.54 - Convert to Dist::Zilla diff --git a/sources b/sources index 2775a8e..399660b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bb82110db337a9afca48630dfca9b8e0 YAML-Tiny-1.54.tar.gz +9a67f7a445b8c29e6b484869f2394d40 YAML-Tiny-1.55.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel