eseyman pushed to perl-CGI-Emulate-PSGI (master). "Update to 0.21"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Jul 23 12:38:34 UTC 2015


From 07c898693ba2f92ad67d09c81672fbd2f532a8b4 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman <emmanuel at seyman.fr>
Date: Thu, 23 Jul 2015 14:38:27 +0200
Subject: Update to 0.21


diff --git a/.gitignore b/.gitignore
index ec0a34d..792ea6a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /CGI-Emulate-PSGI-0.18.tar.gz
 /CGI-Emulate-PSGI-0.19.tar.gz
 /CGI-Emulate-PSGI-0.20.tar.gz
+/CGI-Emulate-PSGI-0.21.tar.gz
diff --git a/perl-CGI-Emulate-PSGI.spec b/perl-CGI-Emulate-PSGI.spec
index df1c76c..79871b8 100644
--- a/perl-CGI-Emulate-PSGI.spec
+++ b/perl-CGI-Emulate-PSGI.spec
@@ -1,6 +1,6 @@
 Name:           perl-CGI-Emulate-PSGI
-Version:        0.20
-Release:        4%{?dist}
+Version:        0.21
+Release:        1%{?dist}
 Summary:        PSGI adapter for CGI applications
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/CGI-Emulate-PSGI
@@ -8,7 +8,7 @@ Source0:        http://www.cpan.org/authors/id/M/MI/MIYAGAWA/CGI-Emulate-PSGI-%{
 BuildArch:      noarch
 
 BuildRequires:  perl(CGI)
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(HTTP::Response)
 BuildRequires:  perl(Test::Builder::Module)
 BuildRequires:  perl(Test::Requires)
@@ -28,15 +28,11 @@ in a PSGI environment, and thus on any of the back-ends that PSGI supports.
 %setup -q -n CGI-Emulate-PSGI-%{version}
 
 %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
@@ -45,10 +41,15 @@ make test
 %files
 %doc Changes README
 %license LICENSE
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%{perl_vendorlib}/CGI*
+%{_mandir}/man3/CGI*
 
 %changelog
+* Thu Jul 23 2015 Emmanuel Seyman <emmanuel at seyman.fr> - 0.21-1
+- Update to 0.21
+- Use NO_PACKLIST against ExtUtils::MakeMaker
+- Tighten file listing
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.20-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index a3f4c1b..ab8054c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9a318c5fa2bcad36db83e575e86cf302  CGI-Emulate-PSGI-0.20.tar.gz
+0a068a14697dd22602f414a5765d1c79  CGI-Emulate-PSGI-0.21.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-CGI-Emulate-PSGI.git/commit/?h=master&id=07c898693ba2f92ad67d09c81672fbd2f532a8b4


More information about the perl-devel mailing list