[perl-HTML-FormHandler] Update to 0.40058

Emmanuel Seyman eseyman at fedoraproject.org
Sun Mar 1 09:23:16 UTC 2015


commit 8611f98f0c1eeedb317fd262fc21774f49bd5cfb
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Mar 1 10:23:11 2015 +0100

    Update to 0.40058

 .gitignore                 |  1 +
 perl-HTML-FormHandler.spec | 20 ++++++++++++--------
 sources                    |  2 +-
 3 files changed, 14 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 27c74dd..980d476 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /HTML-FormHandler-0.40013.tar.gz
 /HTML-FormHandler-0.40020.tar.gz
 /HTML-FormHandler-0.40057.tar.gz
+/HTML-FormHandler-0.40059.tar.gz
diff --git a/perl-HTML-FormHandler.spec b/perl-HTML-FormHandler.spec
index 0e162c2..b9c77e2 100644
--- a/perl-HTML-FormHandler.spec
+++ b/perl-HTML-FormHandler.spec
@@ -1,11 +1,12 @@
 Name:           perl-HTML-FormHandler
-Version:        0.40057
-Release:        2%{?dist}
+Version:        0.40059
+Release:        1%{?dist}
 Summary:        HTML forms using Moose
 License:        GPL+ or Artistic
-Group:          Development/Libraries
+
 URL:            http://search.cpan.org/dist/HTML-FormHandler/
 Source0:        http://www.cpan.org/authors/id/G/GS/GSHANK/HTML-FormHandler-%{version}.tar.gz
+
 BuildArch:      noarch
 BuildRequires:  perl(aliased)
 BuildRequires:  perl(base)
@@ -16,7 +17,7 @@ BuildRequires:  perl(Data::Clone)
 BuildRequires:  perl(DateTime)
 BuildRequires:  perl(DateTime::Format::Strptime)
 BuildRequires:  perl(Email::Valid)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(File::ShareDir)
 BuildRequires:  perl(File::ShareDir::Install)
 BuildRequires:  perl(File::Spec)
@@ -73,25 +74,28 @@ produce alternative rendering modules.
 find lib -type f -print0 | xargs -0 chmod 644
 
 %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
 make test
 
 %files
-%doc Changes LICENSE README TODO
+%doc Changes README TODO
+%license LICENSE
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sun Mar 01 2015 Emmanuel Seyman <emmanuel at seyman.fr> - 0.40058-1
+- Update to 0.40058
+- Use %%license macro
+
 * Mon Sep 01 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.40057-2
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 59ff85a..8f92fbf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9ff1c3a4353f7ddb9578aa2030ae4b62  HTML-FormHandler-0.40057.tar.gz
+5483a57462c9cbfd2b23f0c3221eda72  HTML-FormHandler-0.40059.tar.gz


More information about the scm-commits mailing list