From 13f53d3cd57e1a4e06dc3c0eab5fba71fa7db4e5 Mon Sep 17 00:00:00 2001 From: Emmanuel Seyman Date: Jun 24 2016 15:24:09 +0000 Subject: Update to 0.003 --- diff --git a/.gitignore b/.gitignore index 94a0407..0eca794 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /Module-Runtime-Conflicts-0.001.tar.gz /Module-Runtime-Conflicts-0.002.tar.gz +/Module-Runtime-Conflicts-0.003.tar.gz diff --git a/perl-Module-Runtime-Conflicts.spec b/perl-Module-Runtime-Conflicts.spec index a314f5b..276dacc 100644 --- a/perl-Module-Runtime-Conflicts.spec +++ b/perl-Module-Runtime-Conflicts.spec @@ -1,6 +1,6 @@ Name: perl-Module-Runtime-Conflicts -Version: 0.002 -Release: 5%{?dist} +Version: 0.003 +Release: 1%{?dist} Summary: Provide information on conflicts for Module::Runtime License: GPL+ or Artistic @@ -8,10 +8,11 @@ URL: http://search.cpan.org/dist/Module-Runtime-Conflicts/ Source0: http://www.cpan.org/authors/id/E/ET/ETHER/Module-Runtime-Conflicts-%{version}.tar.gz BuildArch: noarch +BuildRequires: make BuildRequires: perl BuildRequires: perl-generators BuildRequires: perl(Dist::CheckConflicts) -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 BuildRequires: perl(File::Spec) BuildRequires: perl(Module::Build::Tiny) >= 0.039 BuildRequires: perl(Module::Runtime) @@ -33,23 +34,26 @@ Moose::Conflicts and moose-outdated. %setup -q -n Module-Runtime-Conflicts-%{version} %build -%{__perl} Build.PL --installdirs vendor -./Build +%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 +make %{?_smp_mflags} %install -./Build install --destdir $RPM_BUILD_ROOT --create_packlist 0 +make pure_install DESTDIR=$RPM_BUILD_ROOT %{_fixperms} $RPM_BUILD_ROOT/* %check -./Build test +make test %files %doc Changes CONTRIBUTING README -%license LICENSE +%license LICENCE %{perl_vendorlib}/Module* %{_mandir}/man3/Module* %changelog +* Fri Jun 24 2016 Emmanuel Seyman - 0.003-1 +- Update to 0.003 + * Sun May 15 2016 Jitka Plesnikova - 0.002-5 - Perl 5.24 rebuild diff --git a/sources b/sources index e9947d8..2fdbf24 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6171a55eb2937b4429bed8dfd75080a9 Module-Runtime-Conflicts-0.002.tar.gz +67aaf699072063cc00c5b6afd4c67a6f Module-Runtime-Conflicts-0.003.tar.gz