Update to 2.000000
This commit is contained in:
parent
76dfc0c022
commit
3f0c0a5834
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@
|
||||
/Moo-1.006000.tar.gz
|
||||
/Moo-1.006001.tar.gz
|
||||
/Moo-1.007000.tar.gz
|
||||
/Moo-2.000000.tar.gz
|
||||
|
||||
@ -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@seyman.fr> - 2.000000-1
|
||||
- Update to 2.000000
|
||||
|
||||
* Sun Jan 25 2015 Emmanuel Seyman <emmanuel@seyman.fr> - 1.007000-1
|
||||
- Update to 1.007000
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user