Name: perl-File-ChangeNotify Version: 0.16 Release: 1%{?dist} Summary: Watch for changes to files, cross-platform style License: CHECK(Distributable) Group: Development/Libraries URL: http://search.cpan.org/dist/File-ChangeNotify/ Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/File-ChangeNotify-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Class::MOP) BuildRequires: perl(Module::Build) BuildRequires: perl(Module::Pluggable::Object) BuildRequires: perl(Moose) BuildRequires: perl(MooseX::Params::Validate) >= 0.08 BuildRequires: perl(MooseX::SemiAffordanceAccessor) BuildRequires: perl(namespace::autoclean) Requires: perl(Class::MOP) 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(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module provides an API for creating a File::ChangeNotify::Watcher subclass that will work on your platform. %prep %setup -q -n File-ChangeNotify-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes dist.ini LICENSE META.json README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Sep 20 2010 Dave Cross 0.16-1 - Specfile autogenerated by cpanspec 1.77.