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