commit 7a3e83aa469f84f5a43158f462b9dfa572294bff Author: Emmanuel Seyman <emmanuel.sey...@club-internet.fr> Date: Wed May 18 20:40:16 2011 +0200
Update to 0.15 .gitignore | 1 + perl-CGI-PSGI.spec | 15 ++++++--------- sources | 2 +- 3 files changed, 8 insertions(+), 10 deletions(-) --- diff --git a/.gitignore b/.gitignore index bafe00e..8b38570 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ CGI-PSGI-0.11.tar.gz /CGI-PSGI-0.12.tar.gz /CGI-PSGI-0.13.tar.gz /CGI-PSGI-0.14.tar.gz +/CGI-PSGI-0.15.tar.gz diff --git a/perl-CGI-PSGI.spec b/perl-CGI-PSGI.spec index 586b0a6..2efa4b8 100644 --- a/perl-CGI-PSGI.spec +++ b/perl-CGI-PSGI.spec @@ -1,12 +1,11 @@ Name: perl-CGI-PSGI -Version: 0.14 -Release: 2%{?dist} +Version: 0.15 +Release: 1%{?dist} Summary: Enable your CGI.pm aware applications to adapt PSGI protocol License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/CGI-PSGI/ Source0: http://www.cpan.org/authors/id/M/MI/MIYAGAWA/CGI-PSGI-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl BuildRequires: perl(CGI) @@ -32,8 +31,6 @@ to STDOUT. make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT - make pure_install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; @@ -44,16 +41,16 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %check make test -%clean -rm -rf $RPM_BUILD_ROOT - %files -%defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Wed May 18 2011 Emmanuel Seyman <emmanuel.sey...@club-internet.fr> - 0.15-1 +- Update to 0.15 +- Spec clean-up + * Tue Feb 08 2011 Fedora Release Engineering <rel-...@lists.fedoraproject.org> - 0.14-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 4ecda0c..3cd9287 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -31d2bd2cd3b4d0ae196e93e11e7fd98f CGI-PSGI-0.14.tar.gz +58a39711add2b48229710688c5f81cfd CGI-PSGI-0.15.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel