diff --git a/.gitignore b/.gitignore index 91635b4..6b225a0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ File-ChangeNotify-0.13.tar.gz +/File-ChangeNotify-0.16.tar.gz diff --git a/perl-File-ChangeNotify.spec b/perl-File-ChangeNotify.spec index 5e99ea6..4228395 100644 --- a/perl-File-ChangeNotify.spec +++ b/perl-File-ChangeNotify.spec @@ -1,8 +1,8 @@ Name: perl-File-ChangeNotify Summary: Watch for changes to files, cross-platform style -Version: 0.13 +Version: 0.16 Release: 1%{?dist} -License: GPL+ or Artistic +License: Artistic 2.0 Group: Development/Libraries Source0: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/File-ChangeNotify-%{version}.tar.gz URL: http://search.cpan.org/dist/File-ChangeNotify @@ -12,17 +12,20 @@ BuildArch: noarch BuildRequires: perl(Carp) BuildRequires: perl(Class::MOP) -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31 BuildRequires: perl(File::Find) BuildRequires: perl(File::Path) BuildRequires: perl(File::Spec) BuildRequires: perl(File::Temp) -BuildRequires: perl(Module::Build) +BuildRequires: perl(Module::Build) >= 0.3601 BuildRequires: perl(Module::Pluggable::Object) BuildRequires: perl(Moose) BuildRequires: perl(MooseX::Params::Validate) >= 0.08 BuildRequires: perl(MooseX::SemiAffordanceAccessor) -BuildRequires: perl(Test::More) +BuildRequires: perl(namespace::autoclean) +BuildRequires: perl(Test::Exception) +BuildRequires: perl(Test::More) >= 0.88 +BuildRequires: perl(Test::Without::Module) BuildRequires: perl(Time::HiRes) Requires: perl(Carp) @@ -33,11 +36,13 @@ Requires: perl(Module::Pluggable::Object) Requires: perl(Moose) Requires: perl(MooseX::Params::Validate) >= 0.08 Requires: perl(MooseX::SemiAffordanceAccessor) +Requires: perl(namespace::autoclean) Requires: perl(Time::HiRes) - -%{?filter_from_requires: %filter_from_requires /^perl(IO::KQueue)/ } -%{?perl_default_filter} +%{?filter_setup: +%filter_from_requires /^perl(IO::KQueue)/d +%?perl_default_filter +} %{?perl_default_subpackage_tests} %description @@ -61,19 +66,29 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check -# missing BR Test::Without::Module -#make test +make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes README LICENSE %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Thu Aug 26 2010 Iain Arnell 0.16-1 +- update by Fedora::App::MaintainerTools 0.006 +- updating to latest GA CPAN version (0.16) +- new license Artistic 2.0 +- altered br on perl(ExtUtils::MakeMaker) (0 => 6.31) +- altered br on perl(Module::Build) (0 => 0.3601) +- altered br on perl(Test::More) (0 => 0.88) +- added a new br on perl(namespace::autoclean) (version 0) +- added a new req on perl(namespace::autoclean) (version 0) +- BR perl(Test::Exception), perl(Test::Without::Module) to enable tests + * Tue Jun 01 2010 Marcela Maslanova - 0.13-1 - update diff --git a/sources b/sources index 9871e84..8060a83 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -791ef4b997a05b50704e2c28f8f878a0 File-ChangeNotify-0.13.tar.gz +01f13510262c68acc40c79b4b3e88237 File-ChangeNotify-0.16.tar.gz