[perl-Mojolicious] Update to 5.79

Emmanuel Seyman eseyman at fedoraproject.org
Sun Feb 15 03:56:25 UTC 2015


commit 3a7b450dc2f55ea9803a4f4a20b8fcdaad42b3b3
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Feb 15 04:56:14 2015 +0100

    Update to 5.79

 .gitignore            |    1 +
 perl-Mojolicious.spec |   11 ++++++-----
 sources               |    2 +-
 3 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bcf3198..19355c5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -160,3 +160,4 @@ Mojolicious-0.999926.tar.gz
 /Mojolicious-5.74.tar.gz
 /Mojolicious-5.75.tar.gz
 /Mojolicious-5.77.tar.gz
+/Mojolicious-5.79.tar.gz
diff --git a/perl-Mojolicious.spec b/perl-Mojolicious.spec
index 9a28a34..12107e9 100644
--- a/perl-Mojolicious.spec
+++ b/perl-Mojolicious.spec
@@ -1,5 +1,5 @@
 Name:           perl-Mojolicious
-Version:        5.77
+Version:        5.79
 Release:        1%{?dist}
 Summary:        A next generation web framework for Perl
 License:        Artistic 2.0
@@ -37,15 +37,12 @@ a new attempt at implementing this idea using state of the art technology.
 mv README.md lib/Mojolicious/
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -62,6 +59,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb 15 2015 Emmanuel Seyman <emmanuel at seyman.fr> - 5.79-1
+- Update to 5.79
+- Cleanup spec file
+
 * Sun Feb 08 2015 Emmanuel Seyman <emmanuel at seyman.fr> - 5.77-1
 - Update to 5.77
 
diff --git a/sources b/sources
index d652f42..e2c8fbd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bcc4eebd876470b7b0d835c9043f4e9c  Mojolicious-5.77.tar.gz
+17baffd61459a01b1b446461457abf7b  Mojolicious-5.79.tar.gz


More information about the scm-commits mailing list