eseyman pushed to perl-MooseX-MethodAttributes (master). "Update to 0.31"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Oct 2 16:16:26 UTC 2015


From 2874a7a7c29cbb42b438203aaedb05aa4a22e457 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman <emmanuel at seyman.fr>
Date: Fri, 2 Oct 2015 18:16:15 +0200
Subject: Update to 0.31


diff --git a/.gitignore b/.gitignore
index a24efe5..9947ee4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ MooseX-MethodAttributes-0.20.tar.gz
 /MooseX-MethodAttributes-0.28.tar.gz
 /MooseX-MethodAttributes-0.29.tar.gz
 /MooseX-MethodAttributes-0.30.tar.gz
+/MooseX-MethodAttributes-0.31.tar.gz
diff --git a/perl-MooseX-MethodAttributes.spec b/perl-MooseX-MethodAttributes.spec
index 6572cec..50e016b 100644
--- a/perl-MooseX-MethodAttributes.spec
+++ b/perl-MooseX-MethodAttributes.spec
@@ -1,6 +1,6 @@
 Name:           perl-MooseX-MethodAttributes
 Summary:        Introspect your method code attributes
-Version:        0.30
+Version:        0.31
 Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -36,23 +36,27 @@ Moose meta method objects.
 sed -i '1s,#!.*perl,#!%{__perl},' t/*.t
 
 %build
-perl Build.PL --installdirs=vendor
-./Build
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+make %{?_smp_mflags}
 
 %install
-./Build install --destdir=%{buildroot} --create_packlist=0
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-./Build test
+make test
 
 %files
 %doc Changes README t/
-%license LICENSE
+%license LICENCE
 %{perl_vendorlib}/MooseX*
 %{_mandir}/man3/MooseX*.3*
 
 %changelog
+* Fri Oct 02 2015 Emmanuel Seyman <emmanuel at seyman.fr> - 0.31-1
+- Update to 0.31
+- Switch build workflow again
+
 * Thu Aug 20 2015 Emmanuel Seyman <emmanuel at seyman.fr> - 0.30-1
 - Update to 0.30
 - Move to the Module::Build::Tiny workflow
diff --git a/sources b/sources
index 820a3be..a1e471c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f3b4ece37075ec73597fcad41512ad7b  MooseX-MethodAttributes-0.30.tar.gz
+fa9202b179c438844c3bea2ca7ecfe9d  MooseX-MethodAttributes-0.31.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-MooseX-MethodAttributes.git/commit/?h=master&id=2874a7a7c29cbb42b438203aaedb05aa4a22e457


More information about the perl-devel mailing list