commit 7fe9190e3af3e975af282a63ec6af258ae2ab177 Author: Jitka Plesnikova <jplesnik@xxxxxxxxxx> Date: Wed Jan 15 17:34:14 2014 +0100 0.33 bump .gitignore | 1 + perl-Test-Most.spec | 21 ++++++++++++--------- sources | 2 +- 3 files changed, 14 insertions(+), 10 deletions(-) --- diff --git a/.gitignore b/.gitignore index 52b2fa0..ad5f209 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ Test-Most-0.21.tar.gz /Test-Most-0.24.tar.gz /Test-Most-0.25.tar.gz /Test-Most-0.31.tar.gz +/Test-Most-0.33.tar.gz diff --git a/perl-Test-Most.spec b/perl-Test-Most.spec index 2eae455..2eb4618 100644 --- a/perl-Test-Most.spec +++ b/perl-Test-Most.spec @@ -1,6 +1,6 @@ Name: perl-Test-Most -Version: 0.31 -Release: 4%{?dist} +Version: 0.33 +Release: 1%{?dist} Summary: Perl module with test functions and features License: GPL+ or Artistic Group: Development/Libraries @@ -23,7 +23,7 @@ BuildRequires: perl(Test::Exception) >= 0.31 BuildRequires: perl(Test::Harness) >= 3.21 BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::Warn) >= 0.23 -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) # not automatically detected Requires: perl(Carp) Requires: perl(Test::Deep) @@ -41,16 +41,16 @@ control over your test suite. %setup -q -n Test-Most-%{version} %build -%{__perl} Build.PL installdirs=vendor -./Build +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %install -./Build install destdir=%{buildroot} create_packlist=0 -find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; -%{_fixperms} %{buildroot}/* +make pure_install DESTDIR=%{buildroot} +find %{buildroot} -type f -name .packlist -exec rm -f {} ';' +%{_fixperms} %{buildroot} %check -./Build test +make test %files %doc Changes README @@ -58,6 +58,9 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_mandir}/man3/* %changelog +* Wed Jan 15 2014 Jitka Plesnikova <jplesnik@xxxxxxxxxx> - 0.33-1 +- 0.33 bump + * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 0.31-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index e3798b1..7726910 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6be4f2f97858c7958a837cfbc2a22fba Test-Most-0.31.tar.gz +5236ce676d50e11b385b2d7d7651e6ee Test-Most-0.33.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