commit 68c592cf0c97e7762403283a890e74c6777917f8 Author: Emmanuel Seyman <emmanuel@xxxxxxxxx> Date: Sun Jun 2 15:33:02 2013 +0200 Remove ugly hack for the man page name perl-Starman.spec | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) --- diff --git a/perl-Starman.spec b/perl-Starman.spec index acd8a17..d1f0b43 100644 --- a/perl-Starman.spec +++ b/perl-Starman.spec @@ -1,6 +1,6 @@ Name: perl-Starman Version: 0.3011 -Release: 1%{?dist} +Release: 2%{?dist} Summary: High-performance preforking PSGI/Plack web server License: GPL+ or Artistic @@ -40,8 +40,9 @@ compatible and offers HTTP/1.1 support. %install ./Build install --destdir $RPM_BUILD_ROOT -mv $RPM_BUILD_ROOT/%{_mandir}/man3/.::Starman.3pm $RPM_BUILD_ROOT/%{_mandir}/man3/Starman.3pm + find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' + %{_fixperms} $RPM_BUILD_ROOT/* %check @@ -58,6 +59,9 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' %{_mandir}/man3/* %changelog +* Sun Jun 02 2013 Emmanuel Seyman <emmanuel@xxxxxxxxx> - 0.3011-2 +- Remove ugly hack for the man page name + * Sun Apr 28 2013 Emmanuel Seyman <emmanuel@xxxxxxxxx> - 0.3011-1 - Update to 0.3011 - Switch to Module::Build::Tiny as building mecanism -- 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