[perl-Config-GitLike] Update to 1.16

Emmanuel Seyman eseyman at fedoraproject.org
Sun Feb 22 09:24:11 UTC 2015


commit 125508184a8df6c28d23cbbcb4e6c013e24a4ffe
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Feb 22 10:24:08 2015 +0100

    Update to 1.16

 .gitignore               |  1 +
 perl-Config-GitLike.spec | 11 ++++++-----
 sources                  |  2 +-
 3 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b0340f1..b6a15d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ Config-GitLike-1.04.tar.gz
 /Config-GitLike-1.09.tar.gz
 /Config-GitLike-1.10.tar.gz
 /Config-GitLike-1.15.tar.gz
+/Config-GitLike-1.16.tar.gz
diff --git a/perl-Config-GitLike.spec b/perl-Config-GitLike.spec
index ecaf573..a09d22b 100644
--- a/perl-Config-GitLike.spec
+++ b/perl-Config-GitLike.spec
@@ -1,5 +1,5 @@
 Name:           perl-Config-GitLike
-Version:        1.15
+Version:        1.16
 Release:        1%{?dist}
 Summary:        Git-compatible config file parsing
 License:        GPL+ or Artistic
@@ -10,7 +10,7 @@ Source0:        http://search.cpan.org/CPAN/authors/id/A/AL/ALEXMV/Config-GitLik
 BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl(Any::Moose)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(Moo)
 BuildRequires:  perl(MooX::Types::MooseLike::Base)
 BuildRequires:  perl(Test::Exception)
@@ -28,14 +28,12 @@ files, as well as create entirely new ones.
 %setup -q -n Config-GitLike-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
 
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -47,6 +45,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb 22 2015 Emmanuel Seyman <emmanuel at seyman.fr> - 1.16-1
+- Update to 1.16
+
 * Mon Nov 10 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 1.15-1
 - Update to 1.15
 
diff --git a/sources b/sources
index 1cd13d4..678d8e6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c4a8fea0f3e427ae3897ea23aaf8b1d0  Config-GitLike-1.15.tar.gz
+189742f6f2f2bd8eee5d27654e57570e  Config-GitLike-1.16.tar.gz



More information about the perl-devel mailing list