fc3b917
Name:           perl-File-Path-Tiny
cd106e3
Version:        0.5
cd106e3
Release:        1%{?dist}
fc3b917
Summary:        Recursive versions of mkdir() and rmdir() without as much overhead as File::Path
fc3b917
License:        GPL+ or Artistic
fc3b917
Group:          Development/Libraries
fc3b917
URL:            http://search.cpan.org/dist/File-Path-Tiny/
fc3b917
Source0:        http://www.cpan.org/authors/id/D/DM/DMUEY/File-Path-Tiny-%{version}.tar.gz
fc3b917
BuildArch:      noarch
fc3b917
BuildRequires:  perl(ExtUtils::MakeMaker)
fc3b917
BuildRequires:  perl(Test::More)
fc3b917
BuildRequires:  perl(Test::Pod)
fc3b917
BuildRequires:  perl(Test::Pod::Coverage)
fc3b917
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
fc3b917
fc3b917
%{?perl_default_filter}
fc3b917
fc3b917
%description
fc3b917
The goal here is simply to provide recursive versions of mkdir() and
fc3b917
rmdir() with as little code and overhead as possible.
fc3b917
fc3b917
%prep
fc3b917
%setup -q -n File-Path-Tiny-%{version}
fc3b917
fc3b917
%build
fc3b917
%{__perl} Makefile.PL INSTALLDIRS=vendor
fc3b917
make %{?_smp_mflags}
fc3b917
fc3b917
%install
fc3b917
make pure_install DESTDIR=%{buildroot}
fc3b917
fc3b917
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
fc3b917
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
fc3b917
fc3b917
%{_fixperms} %{buildroot}/*
fc3b917
fc3b917
%check
fc3b917
make test
fc3b917
fc3b917
%files
fc3b917
%doc Changes README
fc3b917
%{perl_vendorlib}/*
fc3b917
%{_mandir}/man3/*
fc3b917
fc3b917
%changelog
cd106e3
* Fri Sep 07 2012 Iain Arnell <iarnell@gmail.com> 0.5-1
cd106e3
- update to latest upstream version
cd106e3
e9fb322
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-3
e9fb322
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
e9fb322
343ab90
* Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 0.3-2
343ab90
- Perl 5.16 rebuild
343ab90
86bff38
* Wed Apr 11 2012 Iain Arnell <iarnell@gmail.com> 0.3-1
86bff38
- update to latest upstream version
86bff38
6b30f5e
* Mon Mar 12 2012 Iain Arnell <iarnell@gmail.com> 0.2-1
6b30f5e
- update to latest upstream version
6b30f5e
a4f9fb6
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-4
a4f9fb6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
a4f9fb6
c93ed6f
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.1-3
c93ed6f
- Perl mass rebuild
c93ed6f
52ec456
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-2
52ec456
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
52ec456
fc3b917
* Sun Nov 14 2010 Iain Arnell <iarnell@gmail.com> 0.1-1
fc3b917
- Specfile autogenerated by cpanspec 1.78.