0429f7
Name:           perl-File-Find-Rule-Perl
0429f7
Version:        1.13
5d0eb1
Release:        2%{?dist}
0429f7
Summary:        Common rules for searching for Perl things
0429f7
License:        GPL+ or Artistic
0429f7
Group:          Development/Libraries
0429f7
URL:            http://search.cpan.org/dist/File-Find-Rule-Perl/
0429f7
Source0:        http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/File-Find-Rule-Perl-%{version}.tar.gz
0429f7
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
0429f7
BuildArch:      noarch
0429f7
BuildRequires:  perl
0429f7
BuildRequires:  perl(Config)
0429f7
BuildRequires:  perl(Cwd)
0429f7
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.36
0429f7
BuildRequires:  perl(ExtUtils::MM_Unix)
0429f7
BuildRequires:  perl(Fcntl)
0429f7
BuildRequires:  perl(File::Find)
0429f7
BuildRequires:  perl(File::Path)
0429f7
BuildRequires:  perl(strict)
0429f7
BuildRequires:  perl(vars)
0429f7
%if !%{defined perl_bootstrap}
0429f7
BuildRequires:  perl(Carp)
0429f7
BuildRequires:  perl(constant)
0429f7
BuildRequires:  perl(File::Find::Rule) >= 0.20
0429f7
BuildRequires:  perl(File::Spec) >= 0.82
0429f7
BuildRequires:  perl(File::Spec::Functions)
0429f7
BuildRequires:  perl(File::Spec::Unix)
0429f7
BuildRequires:  perl(FindBin)
0429f7
BuildRequires:  perl(lib)
0429f7
BuildRequires:  perl(Params::Util) >= 0.38
0429f7
BuildRequires:  perl(Parse::CPAN::Meta) >= 1.38
0429f7
BuildRequires:  perl(Test::More) >= 0.47
0429f7
%endif
0429f7
0429f7
%description
0429f7
This module provides methods for finding various types Perl-related files,
0429f7
or replicating search queries run on a distribution in various parts of the
0429f7
CPAN ecosystem.
0429f7
0429f7
%prep
0429f7
%setup -q -n File-Find-Rule-Perl-%{version}
0429f7
0429f7
%build
0429f7
perl Makefile.PL INSTALLDIRS=vendor
0429f7
make %{?_smp_mflags}
0429f7
0429f7
%install
0429f7
make pure_install DESTDIR=%{buildroot}
0429f7
find %{buildroot} -type f -name .packlist -exec rm -f {} +
0429f7
chmod -R u+w %{buildroot}/*
0429f7
0429f7
%check
0429f7
%if !%{defined perl_bootstrap}
0429f7
rm *.list
0429f7
make test AUTOMATED_TESTING=1
0429f7
%endif
0429f7
0429f7
%files
0429f7
%doc Changes LICENSE
0429f7
%{perl_vendorlib}/File
0429f7
%{_mandir}/man3/*
0429f7
0429f7
%changelog
5d0eb1
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.13-2
5d0eb1
- Mass rebuild 2013-12-27
5d0eb1
0429f7
* Mon Jul 22 2013 Petr Šabata <contyk@redhat.com> - 1.13-1.3
0429f7
- Removing an unnecessary build-time dependency
0429f7
- Fixing the description
0429f7
0429f7
* Thu Jul 11 2013 Petr Šabata <contyk@redhat.com> - 1.13-1.2
0429f7
- Additional packaging fixes
0429f7
0429f7
* Tue Jul 09 2013 Petr Šabata <contyk@redhat.com> - 1.13-1.1
0429f7
- Fix the package for EL7 submission
0429f7
0429f7
* Wed Nov 07 2012 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.13-1
0429f7
- Revert parts of previous changes.
0429f7
- Upstream update.
0429f7
0429f7
* Tue Oct 23 2012 Petr Šabata <contyk@redhat.com> - 1.12-6
0429f7
- Specify all dependencies
0429f7
- Modernize specfile
0429f7
- Drop command macros
0429f7
- Fix mixed whitespace
0429f7
0429f7
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12-5
0429f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
0429f7
0429f7
* Tue Jul 10 2012 Petr Pisar <ppisar@redhat.com> - 1.12-4
0429f7
- Perl 5.16 re-rebuild of bootstrapped packages
0429f7
0429f7
* Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 1.12-3
0429f7
- Perl 5.16 rebuild
0429f7
0429f7
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12-2
0429f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
0429f7
0429f7
* Fri Nov 25 2011 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.12-1
0429f7
- Upstream update.
0429f7
- Update BRs.
0429f7
- Spec file cleanup.
0429f7
0429f7
* Tue Jun 28 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.10-3
0429f7
- rebuild with Perl 5.14.1
0429f7
- add perl_bootstrap macro for test BR
0429f7
0429f7
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-2
0429f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
0429f7
0429f7
* Wed Nov 03 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.10-1
0429f7
- Upstream update.
0429f7
0429f7
* Sun May 09 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.09-5
0429f7
- Re-enable pmv-test.
0429f7
0429f7
* Sat May 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.09-4
0429f7
- Mass rebuild with perl-5.12.0
0429f7
0429f7
* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.09-3
0429f7
- Mass rebuild with perl-5.12.0
0429f7
0429f7
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.09-2
0429f7
- rebuild against perl 5.10.1
0429f7
0429f7
* Fri Aug 07 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.09-1
0429f7
- Upstream update.
0429f7
0429f7
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.08-2
0429f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
0429f7
0429f7
* Mon Jul 20 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.08-1
0429f7
- Upstream update.
0429f7
0429f7
* Wed Jun 17 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.06-1
0429f7
- Upstream update.
0429f7
- Build in subdir to work-around rpm disturbing testsuite.
0429f7
- Rework BRs.
0429f7
0429f7
* Fri Feb 27 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.04-4
0429f7
- Adjust minimum perl version in META.yml (Add File-Find-Rule-Perl-1.04.diff).
0429f7
0429f7
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.04-3
0429f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
0429f7
0429f7
* Tue Jun 24 2008 Ralf Corsépius <rc040203@freenet.de> - 1.04-2
0429f7
- Unconditionally BR: perl(Test::CPAN::Meta).
0429f7
0429f7
* Tue Jun 10 2008 Ralf Corsépius <rc040203@freenet.de> - 1.04-1
0429f7
- Upstream update.
0429f7
0429f7
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.03-3
0429f7
- Rebuild for perl 5.10 (again)
0429f7
0429f7
* Fri Jan 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.03-2
0429f7
- rebuild for new perl
0429f7
0429f7
* Mon Nov 19 2007 Ralf Corsépius <rc040203@freenet.de> - 0.03-1
0429f7
- Initial version.