Chris Weyl 914d2f1
Name:           perl-Filesys-Notify-Simple
Chris Weyl 914d2f1
Summary:        Simple and dumb file system watcher
b9b0603
Version:        0.12
b9b0603
Release:        1%{?dist}
Chris Weyl 914d2f1
License:        GPL+ or Artistic
Chris Weyl 914d2f1
Group:          Development/Libraries
Chris Weyl 914d2f1
Source0:        http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/Filesys-Notify-Simple-%{version}.tar.gz 
Chris Weyl 914d2f1
URL:            http://search.cpan.org/dist/Filesys-Notify-Simple
Chris Weyl 914d2f1
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Chris Weyl 914d2f1
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Chris Weyl 914d2f1
BuildArch:      noarch
Chris Weyl 914d2f1
Chris Weyl 914d2f1
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
Chris Weyl 914d2f1
BuildRequires:  perl(Filter::Util::Call)
Chris Weyl 914d2f1
BuildRequires:  perl(Test::More)
Chris Weyl 914d2f1
BuildRequires:  perl(Test::SharedFork)
Chris Weyl 914d2f1
BuildRequires:  perl(Linux::Inotify2)
Chris Weyl 914d2f1
Chris Weyl 914d2f1
Requires:       perl(Linux::Inotify2)
Chris Weyl 914d2f1
Chris Weyl 914d2f1
%{?perl_default_filter}
Chris Weyl 914d2f1
%{?perl_default_subpackage_tests}
Chris Weyl 914d2f1
Chris Weyl 914d2f1
%description
Chris Weyl 914d2f1
Filesys::Notify::Simple is a simple but unified interface to get
Chris Weyl 914d2f1
notifications of changes to a given filesystem path.
Chris Weyl 914d2f1
Chris Weyl 914d2f1
%prep
Chris Weyl 914d2f1
%setup -q -n Filesys-Notify-Simple-%{version}
Chris Weyl 914d2f1
Chris Weyl 914d2f1
%build
Chris Weyl 914d2f1
%{__perl} Makefile.PL INSTALLDIRS=vendor
Chris Weyl 914d2f1
make %{?_smp_mflags}
Chris Weyl 914d2f1
Chris Weyl 914d2f1
%install
Chris Weyl 914d2f1
rm -rf %{buildroot}
Chris Weyl 914d2f1
Chris Weyl 914d2f1
make pure_install DESTDIR=%{buildroot}
Chris Weyl 914d2f1
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
Chris Weyl 914d2f1
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
Chris Weyl 914d2f1
Chris Weyl 914d2f1
%{_fixperms} %{buildroot}/*
Chris Weyl 914d2f1
Chris Weyl 914d2f1
%check
Chris Weyl 914d2f1
make test
Chris Weyl 914d2f1
Chris Weyl 914d2f1
Chris Weyl 914d2f1
%clean
Chris Weyl 914d2f1
rm -rf %{buildroot}
Chris Weyl 914d2f1
Chris Weyl 914d2f1
%files
Chris Weyl 914d2f1
%defattr(-,root,root,-)
Chris Weyl 914d2f1
%doc Changes README
Chris Weyl 914d2f1
%{perl_vendorlib}/*
Chris Weyl 914d2f1
%{_mandir}/man3/*.3*
Chris Weyl 914d2f1
Chris Weyl 914d2f1
%changelog
b9b0603
* Fri Aug  9 2013 Robin Lee <cheeselee@fedoraproject.org> - 0.12-1
b9b0603
- Update to 0.12
b9b0603
72db49c
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10-3
72db49c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
72db49c
a158fc9
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 0.10-2
a158fc9
- Perl 5.18 rebuild
a158fc9
0014a66
* Fri Feb  8 2013 Robin Lee <cheeselee@fedoraproject.org> - 0.10-1
0014a66
- Update to 0.10
0014a66
d5c78f8
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.08-3
d5c78f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
d5c78f8
e49501f
* Wed Jun 13 2012 Petr Pisar <ppisar@redhat.com> - 0.08-2
e49501f
- Perl 5.16 rebuild
e49501f
8f971e1
* Sat Jan 14 2012 Robin Lee <cheeselee@fedoraproject.org> - 0.08-1
8f971e1
- Update to 0.08
8f971e1
2bbe781
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.05-6
2bbe781
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2bbe781
da55d83
* Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.05-5
da55d83
- Perl mass rebuild
da55d83
cadda99
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.05-4
cadda99
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
cadda99
b07409b
* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.05-3
b07409b
- 661697 rebuild for fixing problems with vendorach/lib
b07409b
58e907c
* Sat May 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.05-2
58e907c
- Mass rebuild with perl-5.12.0
58e907c
Chris Weyl 914d2f1
* Sat Mar 20 2010 Chris Weyl <cweyl@alumni.drew.edu> 0.05-1
Chris Weyl 914d2f1
- specfile by Fedora::App::MaintainerTools 0.006
Chris Weyl 914d2f1