[perl-Moo] Update to 2.000000

Emmanuel Seyman eseyman at fedoraproject.org
Sun Mar 8 08:23:42 UTC 2015


commit 3f0c0a5834a25a4e427de887d9dd63e48c32154c
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Mar 8 09:23:39 2015 +0100

    Update to 2.000000

 .gitignore    |  1 +
 perl-Moo.spec | 12 +++++++-----
 sources       |  2 +-
 3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d671151..511d579 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@
 /Moo-1.006000.tar.gz
 /Moo-1.006001.tar.gz
 /Moo-1.007000.tar.gz
+/Moo-2.000000.tar.gz
diff --git a/perl-Moo.spec b/perl-Moo.spec
index 9079c63..a5d97af 100644
--- a/perl-Moo.spec
+++ b/perl-Moo.spec
@@ -1,14 +1,14 @@
 Name:           perl-Moo
-Version:        1.007000
+Version:        2.000000
 Release:        1%{?dist}
 Summary:        Minimalist Object Orientation (with Moose compatibility)
 License:        GPL+ or Artistic
-Group:          Development/Libraries
+
 URL:            http://search.cpan.org/dist/Moo/
 Source0:        http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Moo-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Run-time:
@@ -77,12 +77,11 @@ not quite- two thirds of Moose.
 %setup -q -n Moo-%{version}
 
 %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
@@ -94,6 +93,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Mar 08 2015 Emmanuel Seyman <emmanuel at seyman.fr> - 2.000000-1
+- Update to 2.000000
+
 * Sun Jan 25 2015 Emmanuel Seyman <emmanuel at seyman.fr> - 1.007000-1
 - Update to 1.007000
 
diff --git a/sources b/sources
index 6343721..db96a1e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-45dfb1157721f15d1f80b6514031d4f6  Moo-1.007000.tar.gz
+f5b9072f321c66915e3af3d8e6b6674e  Moo-2.000000.tar.gz



More information about the perl-devel mailing list