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 - 2.000000-1 +- Update to 2.000000 + * Sun Jan 25 2015 Emmanuel Seyman - 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