diff --git a/auto.ini b/auto.ini index 280b383..58d9759 100644 --- a/auto.ini +++ b/auto.ini @@ -1,3 +1,4 @@ [metadata_filtering] +; IO::KQueue is only useful under BSD :) filter_from_requires=/^perl(IO::KQueue)/ diff --git a/perl-File-ChangeNotify.spec b/perl-File-ChangeNotify.spec index da6bade..ad283f3 100644 --- a/perl-File-ChangeNotify.spec +++ b/perl-File-ChangeNotify.spec @@ -1,7 +1,7 @@ Name: perl-File-ChangeNotify Summary: Watch for changes to files, cross-platform style Version: 0.12 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ or Artistic Group: Development/Libraries Source0: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/File-ChangeNotify-%{version}.tar.gz @@ -36,6 +36,7 @@ Requires: perl(MooseX::SemiAffordanceAccessor) Requires: perl(Time::HiRes) +%{?filter_from_requires: %filter_from_requires /^perl(IO::KQueue)/ } %{?perl_default_filter} %{?perl_default_subpackage_tests} @@ -72,6 +73,9 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Mon Mar 15 2010 Chris Weyl 0.12-2 +- update by Fedora::App::MaintainerTools 0.006 + * Sat Mar 13 2010 Chris Weyl 0.12-1 - update by Fedora::App::MaintainerTools 0.006 - PERL_INSTALL_ROOT => DESTDIR