Blame SPECS/perl-File-Which.spec

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