[perl-Any-Moose] 0.26 bump

Petr Šabata psabata at fedoraproject.org
Mon Feb 2 13:03:54 UTC 2015


commit 6895d2a039557fd01465ed3a1a2b2419d94b6738
Author: Petr Šabata <contyk at redhat.com>
Date:   Mon Feb 2 14:03:43 2015 +0100

    0.26 bump

 .gitignore          |    1 +
 perl-Any-Moose.spec |   15 +++++++++------
 sources             |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8979867..d7e5003 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ Any-Moose-0.13.tar.gz
 /Any-Moose-0.20.tar.gz
 /Any-Moose-0.21.tar.gz
 /Any-Moose-0.24.tar.gz
+/Any-Moose-0.26.tar.gz
diff --git a/perl-Any-Moose.spec b/perl-Any-Moose.spec
index 4757b8a..bf0cf98 100644
--- a/perl-Any-Moose.spec
+++ b/perl-Any-Moose.spec
@@ -1,6 +1,6 @@
 Name:           perl-Any-Moose
 Summary:        Use Moose or Mouse automagically (DEPRECATED)
-Version:        0.24
+Version:        0.26
 Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -16,10 +16,10 @@ BuildRequires:  perl(warnings)
 # Runtime
 BuildRequires:  perl(Carp)
 # Tests only
-BuildRequires:  perl(File::Spec::Functions)
+BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Mouse) >= 0.40
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(version)
 %if !0%{?perl_bootstrap}
 BuildRequires:  perl(MooseX::Types)
@@ -46,23 +46,26 @@ loaded, otherwise we go with Moose.
 sed -i '1s,#!.*perl,#!%{__perl},' t/*.t
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 %{_fixperms} %{buildroot}/*
 
 %check
 make test
 
 %files
-%doc Changes LICENSE README
+%license LICENSE
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Feb 02 2015 Petr Šabata <contyk at redhat.com> - 0.26-1
+- 0.26 bump
+
 * Fri Nov 07 2014 Petr Šabata <contyk at redhat.com> - 0.24-1
 - 0.24 bump
 
diff --git a/sources b/sources
index 67902eb..e2294ed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a1809dc6d60130e94aa718f462048ea1  Any-Moose-0.24.tar.gz
+f36ed5cc95497e1d4f4f617cc1cce03b  Any-Moose-0.26.tar.gz


More information about the scm-commits mailing list