eseyman pushed to perl-MooseX-Method-Signatures (master). "Update to 0.49"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Oct 9 14:44:01 UTC 2015


From 2ef4fec0930fb3e0dee58ad0e7e5a58cd4c0d241 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman <emmanuel at seyman.fr>
Date: Fri, 9 Oct 2015 16:43:51 +0200
Subject: Update to 0.49

---
 .gitignore                         |  1 +
 perl-MooseX-Method-Signatures.spec | 24 +++++++++++-------------
 sources                            |  2 +-
 3 files changed, 13 insertions(+), 14 deletions(-)

diff --git a/.gitignore b/.gitignore
index cf830c0..e68849b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ MooseX-Method-Signatures-0.35.tar.gz
 /MooseX-Method-Signatures-0.43.tar.gz
 /MooseX-Method-Signatures-0.44.tar.gz
 /MooseX-Method-Signatures-0.48.tar.gz
+/MooseX-Method-Signatures-0.49.tar.gz
diff --git a/perl-MooseX-Method-Signatures.spec b/perl-MooseX-Method-Signatures.spec
index a78916c..586d041 100644
--- a/perl-MooseX-Method-Signatures.spec
+++ b/perl-MooseX-Method-Signatures.spec
@@ -1,6 +1,6 @@
 Name:           perl-MooseX-Method-Signatures
-Version:        0.48
-Release:        3%{?dist}
+Version:        0.49
+Release:        1%{?dist}
 Summary:        Method declarations with type constraints and no source filter
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -17,6 +17,7 @@ BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Find)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(metaclass)
+BuildRequires:  perl(Module::Build::Tiny)
 BuildRequires:  perl(Module::Runtime)
 BuildRequires:  perl(Moose) >= 0.89
 BuildRequires:  perl(Moose::Meta::Class)
@@ -61,30 +62,27 @@ methods and validating their arguments against Moose type constraints.
 %prep
 %setup -q -n MooseX-Method-Signatures-%{version}
 
-# Test::CheckDeps not yet in Fedora
-rm -f t/00-check-deps.t
-
 %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 {} \;
-
+./Build install --destdir=%{buildroot} --create_packlist=0
 %{_fixperms} %{buildroot}/*
 
 %check
-make test
+./Build test
 
 %files
 %doc Changes README
-%license LICENSE
+%license LICENCE
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Oct 09 2015 Emmanuel Seyman <emmanuel at seyman.fr> - 0.49-1
+- Update to 0.49
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.48-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index e82d42d..3b987c0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bd08823a71425364740916d5beb3dd08  MooseX-Method-Signatures-0.48.tar.gz
+3fd4747396f610a1a1f5430ea397c7fc  MooseX-Method-Signatures-0.49.tar.gz
-- 
cgit v0.11.2


	http://pkgs.fedoraproject.org/cgit/perl-MooseX-Method-Signatures.git/commit/?h=master&id=2ef4fec0930fb3e0dee58ad0e7e5a58cd4c0d241


More information about the perl-devel mailing list