commit b2cb7fa1dd622a3c11db3d0c27537f3183574253 Author: Emmanuel Seyman <emmanuel@xxxxxxxxx> Date: Sun Jul 7 11:15:39 2013 +0200 Update to 0.063 .gitignore | 1 + perl-CGI-Application-Server.spec | 19 ++++++++++++------- sources | 2 +- 3 files changed, 14 insertions(+), 8 deletions(-) --- diff --git a/.gitignore b/.gitignore index ca03b24..3979f65 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ CGI-Application-Server-0.062.tar.gz +/CGI-Application-Server-0.063.tar.gz diff --git a/perl-CGI-Application-Server.spec b/perl-CGI-Application-Server.spec index 1c991fe..b320a13 100644 --- a/perl-CGI-Application-Server.spec +++ b/perl-CGI-Application-Server.spec @@ -1,6 +1,6 @@ Name: perl-CGI-Application-Server -Version: 0.062 -Release: 11%{?dist} +Version: 0.063 +Release: 1%{?dist} Summary: Simple HTTP server for developing with CGI::Application License: GPL+ or Artistic @@ -39,24 +39,29 @@ priority). %setup -q -n CGI-Application-Server-%{version} %build -%{__perl} Build.PL installdirs=vendor -./Build +%{__perl} Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %install -./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 +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 -./Build test +make test %files -%doc ChangeLog README +%doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Sun Jul 07 2013 Emmanuel Seyman <emmanuel@xxxxxxxxx> - 0.063-1 +- Update to 0.063 + * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 0.062-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 6561f91..83ad80b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1727c45b500d9523e469bf62d335deb3 CGI-Application-Server-0.062.tar.gz +7b3cb82aebd07620597048d0cd61b2e7 CGI-Application-Server-0.063.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel