From 378887d8c0da9297b9fdec8b6804da182f1f0404 Mon Sep 17 00:00:00 2001 From: Mathieu Bridon Date: Tue, 8 Mar 2011 11:19:35 +0800 Subject: [PATCH] Some more fixes based on the review feedback. This updated package was submitted on Tue Mar 08 2011: https://bugzilla.redhat.com/show_bug.cgi?id=678221#c5 --- perl-EV.spec | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/perl-EV.spec b/perl-EV.spec index 2b29f94..4f244f9 100644 --- a/perl-EV.spec +++ b/perl-EV.spec @@ -1,10 +1,13 @@ Name: perl-EV Version: 4.03 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Wrapper for the libev high-performance event loop library Group: Development/Libraries -License: (GPL+ or Artistic) and (BSD or GPLv2+) +# Note: The source archive includes a libev/ folder which contents are licensed +# as "BSD or GPLv2+". However, those are removed at build-time and +# perl-EV is instead built against the system-provided libev. +License: GPL+ or Artistic URL: http://search.cpan.org/dist/EV/ Source0: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/EV-%{version}.tar.gz Patch0: perl-EV-4.03-Don-t-ask-questions-at-build-time.patch @@ -59,7 +62,6 @@ make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' @@ -91,6 +93,13 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Mar 08 2011 Mathieu Bridon - 4.03-3 +- Some more fixes as part of the review process: + - Fix the license tag to be only the license of perl-EV, and add a note about + the included libev sources. +- Removed manual cleaning of the buildroot since it has been useless since + Fedora 10 and even EPEL (>=6) doesn't need it now. + * Wed Feb 23 2011 Mathieu Bridon - 4.03-2 - Fixes asked during the review process: - Filter the private shared EV.so out of the automatic Provides