0470d1
Name:           perl-File-Which
0470d1
Version:        1.22
0470d1
Release:        2%{?dist}
0470d1
Summary:        Portable implementation of the 'which' utility
0470d1
Group:          Development/Libraries
0470d1
License:        GPL+ or Artistic
0470d1
URL:            http://search.cpan.org/dist/File-Which/
0470d1
Source0:        http://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/File-Which-%{version}.tar.gz
0470d1
BuildArch:      noarch
0470d1
BuildRequires:  perl-interpreter
0470d1
BuildRequires:  perl-generators
0470d1
BuildRequires:  perl(ExtUtils::MakeMaker)
0470d1
BuildRequires:  perl(strict)
0470d1
# Run-time:
0470d1
BuildRequires:  perl(constant)
0470d1
BuildRequires:  perl(Exporter)
0470d1
BuildRequires:  perl(File::Spec) >= 0.60
0470d1
BuildRequires:  perl(warnings)
0470d1
# Tests:
0470d1
BuildRequires:  perl(Env)
0470d1
BuildRequires:  perl(Config)
0470d1
BuildRequires:  perl(Test::More) >= 0.80
0470d1
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
0470d1
Requires:       perl(File::Spec) >= 0.60
0470d1
0470d1
# Remove under-specified dependencies
0470d1
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(File::Spec\\)$
0470d1
0470d1
%description
0470d1
File::Which is a portable implementation (in Perl) of 'which', and can
0470d1
be used to get the absolute filename of an executable program
0470d1
installed somewhere in your PATH, or just check for its existence.
0470d1
0470d1
%prep
0470d1
%setup -q -n File-Which-%{version}
0470d1
0470d1
%build
0470d1
perl Makefile.PL INSTALLDIRS=vendor
0470d1
make %{?_smp_mflags}
0470d1
0470d1
%install
0470d1
make pure_install DESTDIR=%{buildroot}
0470d1
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
0470d1
chmod -R u+w %{buildroot}
0470d1
0470d1
%check
0470d1
make test
0470d1
0470d1
%files
0470d1
%doc Changes README
0470d1
%{perl_vendorlib}/File/
0470d1
%{_mandir}/man3/File::Which.3*
0470d1
0470d1
%changelog
0470d1
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.22-2
0470d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
0470d1
0470d1
* Tue Sep 12 2017 Tom Callaway <spot@fedoraproject.org> - 1.22-1
0470d1
- update to 1.22
0470d1
0470d1
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.21-5
0470d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
0470d1
0470d1
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.21-4
0470d1
- Perl 5.26 rebuild
0470d1
0470d1
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.21-3
0470d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
0470d1
0470d1
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.21-2
0470d1
- Perl 5.24 rebuild
0470d1
0470d1
* Thu Mar 03 2016 Tom Callaway <spot@fedoraproject.org> - 1.21-1
0470d1
- update to 1.21
0470d1
0470d1
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.19-2
0470d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
0470d1
0470d1
* Thu Jul 30 2015 Tom Callaway <spot@fedoraproject.org> - 1.19-1
0470d1
- update to 1.19
0470d1
0470d1
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.18-5
0470d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
0470d1
0470d1
* Mon Jun 15 2015 Paul Howarth <paul@city-fan.org> - 1.18-4
0470d1
- No longer needs any non-core buildreqs, and hence bootstrapping
0470d1
- Drop references to pwhich, which is no longer included
0470d1
- This release by PLICEASE → update source URL
0470d1
0470d1
* Wed Jun 10 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.18-3
0470d1
- Perl 5.22 re-rebuild of bootstrapped packages
0470d1
0470d1
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.18-2
0470d1
- Perl 5.22 rebuild
0470d1
0470d1
* Tue May 26 2015 Tom Callaway <spot@fedoraproject.org> - 1.18-1
0470d1
- update to 1.18
0470d1
0470d1
* Thu Jan 15 2015 Petr Pisar <ppisar@redhat.com> - 1.09-19
0470d1
- Specify all dependencies
0470d1
0470d1
* Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.09-18
0470d1
- Perl 5.20 re-rebuild of bootstrapped packages
0470d1
0470d1
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.09-17
0470d1
- Perl 5.20 rebuild
0470d1
0470d1
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.09-16
0470d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
0470d1
0470d1
* Wed Aug 14 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.09-15
0470d1
- Perl 5.18 re-rebuild of bootstrapped packages
0470d1
0470d1
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.09-14
0470d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
0470d1
0470d1
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.09-13
0470d1
- Perl 5.18 rebuild
0470d1
0470d1
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.09-12
0470d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
0470d1
0470d1
* Wed Oct 24 2012 Petr Šabata <contyk@redhat.com> - 1.09-11
0470d1
- Specify all dependencies
0470d1
- Modernize spec
0470d1
- Drop command macros
0470d1
0470d1
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.09-10
0470d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
0470d1
0470d1
* Tue Jul 10 2012 Petr Pisar <ppisar@redhat.com> - 1.09-9
0470d1
- Perl 5.16 re-rebuild of bootstrapped packages
0470d1
0470d1
* Fri Jun 08 2012 Petr Pisar <ppisar@redhat.com> - 1.09-8
0470d1
- Perl 5.16 rebuild
0470d1
0470d1
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.09-7
0470d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
0470d1
0470d1
* Tue Jun 28 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.09-6
0470d1
- Perl mass rebuild
0470d1
- add perl_bootstrap macro
0470d1
0470d1
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.09-5
0470d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
0470d1
0470d1
* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.09-4
0470d1
- 661697 rebuild for fixing problems with vendorach/lib
0470d1
0470d1
* Sat May 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.09-3
0470d1
- Mass rebuild with perl-5.12.0
0470d1
0470d1
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.09-2
0470d1
- rebuild against perl 5.10.1
0470d1
0470d1
* Mon Oct  5 2009 Stepan Kasal <skasal@redhat.com> - 1.09-1
0470d1
- new upstream version
0470d1
0470d1
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.05-6
0470d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
0470d1
0470d1
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.05-5
0470d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
0470d1
0470d1
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.05-4
0470d1
- Rebuild for perl 5.10 (again)
0470d1
0470d1
* Fri Jan 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.05-3
0470d1
- rebuild for new perl
0470d1
0470d1
* Mon Oct 15 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.05-2.1
0470d1
- correct license tag
0470d1
- add BR: perl(ExtUtils::MakeMaker)
0470d1
0470d1
* Mon Dec 18 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.05-2
0470d1
- find: fixed arguments order.
0470d1
0470d1
* Sun Dec 17 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.05-1
0470d1
- First build.