diff --git a/.gitignore b/.gitignore index d94b2f0..f0fb922 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ Test-TempDir-0.05.tar.gz /Test-TempDir-0.07.tar.gz +/Test-TempDir-0.08.tar.gz diff --git a/perl-Test-TempDir.spec b/perl-Test-TempDir.spec index 7bebf20..19a3191 100644 --- a/perl-Test-TempDir.spec +++ b/perl-Test-TempDir.spec @@ -1,5 +1,5 @@ Name: perl-Test-TempDir -Version: 0.07 +Version: 0.08 Release: 1%{?dist} Summary: Temporary files support for testing License: GPL+ or Artistic @@ -31,11 +31,11 @@ Test::TempDir provides temporary directory creation with testing in mind. %setup -q -n Test-TempDir-%{version} %build -%{__perl} Build.PL --installdirs vendor -./Build +%{__perl} Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %install -./Build install --destdir $RPM_BUILD_ROOT +make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist | xargs rm -f find $RPM_BUILD_ROOT -depth -type d -empty -exec rmdir {} \; @@ -43,7 +43,7 @@ find $RPM_BUILD_ROOT -depth -type d -empty -exec rmdir {} \; %{_fixperms} $RPM_BUILD_ROOT/* %check -./Build test +make test %files %doc Changes README @@ -51,6 +51,10 @@ find $RPM_BUILD_ROOT -depth -type d -empty -exec rmdir {} \; %{_mandir}/man3/Test::TempDir* %changelog +* Sun Sep 29 2013 Emmanuel Seyman - 0.08-1 +- Update to 0.08 +- Switch to make as a build system + * Sun Sep 15 2013 Emmanuel Seyman - 0.07-1 - Update to 0.07 - Switch to Module::Build::Tiny as a build system diff --git a/sources b/sources index 59336ef..02a8465 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -71aaa8156367cc17c31ce1bfa8ace070 Test-TempDir-0.07.tar.gz +81542818c02d82caecfdfe14ccb4d281 Test-TempDir-0.08.tar.gz