|
|
0799f5 |
Name: perl-Carp
|
|
|
0799f5 |
Version: 1.50
|
|
|
0799f5 |
Release: 439%{?dist}
|
|
|
0799f5 |
Summary: Alternative warn and die for modules
|
|
|
0799f5 |
License: GPL+ or Artistic
|
|
|
0799f5 |
URL: https://metacpan.org/release/Carp
|
|
|
0799f5 |
Source0: https://cpan.metacpan.org/authors/id/X/XS/XSAWYERX/Carp-%{version}.tar.gz
|
|
|
0799f5 |
BuildArch: noarch
|
|
|
0799f5 |
BuildRequires: make
|
|
|
0799f5 |
BuildRequires: perl-generators
|
|
|
0799f5 |
BuildRequires: perl-interpreter
|
|
|
0799f5 |
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
|
|
0799f5 |
BuildRequires: perl(warnings)
|
|
|
0799f5 |
BuildRequires: perl(strict)
|
|
|
0799f5 |
# Run-time:
|
|
|
0799f5 |
BuildRequires: perl(Exporter)
|
|
|
0799f5 |
# Tests:
|
|
|
0799f5 |
BuildRequires: perl(B)
|
|
|
0799f5 |
BuildRequires: perl(Config)
|
|
|
0799f5 |
BuildRequires: perl(Data::Dumper)
|
|
|
0799f5 |
# IPC::Open3 >= 1.0103 in reality, but the provides is 2-digit number only
|
|
|
0799f5 |
BuildRequires: perl(IPC::Open3)
|
|
|
0799f5 |
BuildRequires: perl(overload)
|
|
|
0799f5 |
BuildRequires: perl(Test::More) >= 0.47
|
|
|
0799f5 |
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
0799f5 |
|
|
|
0799f5 |
# Do not export private DB module stub
|
|
|
0799f5 |
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(DB\\)
|
|
|
0799f5 |
|
|
|
0799f5 |
%description
|
|
|
0799f5 |
The Carp routines are useful in your own modules because they act like
|
|
|
0799f5 |
die() or warn(), but with a message which is more likely to be useful to a
|
|
|
0799f5 |
user of your module. In the case of cluck, confess, and longmess that
|
|
|
0799f5 |
context is a summary of every call in the call-stack. For a shorter message
|
|
|
0799f5 |
you can use carp or croak which report the error as being from where your
|
|
|
0799f5 |
module was called. There is no guarantee that that is where the error was,
|
|
|
0799f5 |
but it is a good educated guess.
|
|
|
0799f5 |
|
|
|
0799f5 |
%prep
|
|
|
0799f5 |
%setup -q -n Carp-%{version}
|
|
|
0799f5 |
|
|
|
0799f5 |
%build
|
|
|
0799f5 |
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
|
|
0799f5 |
make %{?_smp_mflags}
|
|
|
0799f5 |
|
|
|
0799f5 |
%install
|
|
|
0799f5 |
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
|
|
0799f5 |
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
0799f5 |
|
|
|
0799f5 |
%check
|
|
|
0799f5 |
make test
|
|
|
0799f5 |
|
|
|
0799f5 |
%files
|
|
|
0799f5 |
%doc Changes README
|
|
|
0799f5 |
%{perl_vendorlib}/*
|
|
|
0799f5 |
%{_mandir}/man3/*
|
|
|
0799f5 |
|
|
|
0799f5 |
%changelog
|
|
|
0799f5 |
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.50-439
|
|
|
0799f5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
0799f5 |
|
|
|
0799f5 |
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.50-438
|
|
|
0799f5 |
- Increase release to favour standalone package
|
|
|
0799f5 |
|
|
|
0799f5 |
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.50-418
|
|
|
0799f5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
0799f5 |
|
|
|
0799f5 |
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.50-417
|
|
|
0799f5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
0799f5 |
|
|
|
0799f5 |
* Tue Jun 26 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.50-416
|
|
|
0799f5 |
- Increase release to favour standalone package
|
|
|
0799f5 |
|
|
|
0799f5 |
* Wed May 23 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.50-1
|
|
|
0799f5 |
- Upgrade to 1.50 as provided in perl-5.28.0
|
|
|
0799f5 |
|
|
|
0799f5 |
* Fri Apr 20 2018 Petr Pisar <ppisar@redhat.com> - 1.42-396
|
|
|
0799f5 |
- Prevent from some stack-not-ref-counted crashes in Carp (RT#52610)
|
|
|
0799f5 |
|
|
|
0799f5 |
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.42-395
|
|
|
0799f5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
0799f5 |
|
|
|
0799f5 |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.42-394
|
|
|
0799f5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
0799f5 |
|
|
|
0799f5 |
* Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.42-393
|
|
|
0799f5 |
- Perl 5.26 rebuild
|
|
|
0799f5 |
|
|
|
0799f5 |
* Thu May 11 2017 Petr Pisar <ppisar@redhat.com> - 1.42-1
|
|
|
0799f5 |
- Upgrade to 1.42 as provided in perl-5.25.12
|
|
|
0799f5 |
|
|
|
0799f5 |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.40-366
|
|
|
0799f5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
0799f5 |
|
|
|
0799f5 |
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.40-365
|
|
|
0799f5 |
- Increase release to favour standalone package
|
|
|
0799f5 |
|
|
|
0799f5 |
* Wed May 11 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.40-1
|
|
|
0799f5 |
- 1.40 bump in order to dual-live with perl 5.24
|
|
|
0799f5 |
|
|
|
0799f5 |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.38-2
|
|
|
0799f5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
0799f5 |
|
|
|
0799f5 |
* Tue Nov 10 2015 Petr Pisar <ppisar@redhat.com> - 1.38-1
|
|
|
0799f5 |
- 1.38 bump
|
|
|
0799f5 |
|
|
|
0799f5 |
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.36-346
|
|
|
0799f5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
0799f5 |
|
|
|
0799f5 |
* Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.36-345
|
|
|
0799f5 |
- Increase release to favour standalone package
|
|
|
0799f5 |
|
|
|
0799f5 |
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.36-2
|
|
|
0799f5 |
- Perl 5.22 rebuild
|
|
|
0799f5 |
|
|
|
0799f5 |
* Fri Mar 20 2015 Petr Pisar <ppisar@redhat.com> - 1.36-1
|
|
|
0799f5 |
- 1.36 bump
|
|
|
0799f5 |
|
|
|
0799f5 |
* Mon Mar 16 2015 Petr Pisar <ppisar@redhat.com> - 1.35-1
|
|
|
0799f5 |
- 1.35 bump
|
|
|
0799f5 |
|
|
|
0799f5 |
* Wed Sep 03 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.33.01-310
|
|
|
0799f5 |
- Increase release to favour standalone package
|
|
|
0799f5 |
|
|
|
0799f5 |
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.33.01-3
|
|
|
0799f5 |
- Perl 5.20 rebuild
|
|
|
0799f5 |
|
|
|
0799f5 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.33.01-2
|
|
|
0799f5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
0799f5 |
|
|
|
0799f5 |
* Fri Apr 04 2014 Petr Pisar <ppisar@redhat.com> - 1.33.01-1
|
|
|
0799f5 |
- 1.3301 bump
|
|
|
0799f5 |
|
|
|
0799f5 |
* Wed Mar 26 2014 Petr Pisar <ppisar@redhat.com> - 1.33-1
|
|
|
0799f5 |
- 1.33 bump
|
|
|
0799f5 |
|
|
|
0799f5 |
* Tue Sep 10 2013 Petr Pisar <ppisar@redhat.com> - 1.32-1
|
|
|
0799f5 |
- 1.32 bump
|
|
|
0799f5 |
|
|
|
0799f5 |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.26-245
|
|
|
0799f5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
0799f5 |
|
|
|
0799f5 |
* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 1.26-244
|
|
|
0799f5 |
- Link minimal build-root packages against libperl.so explicitly
|
|
|
0799f5 |
|
|
|
0799f5 |
* Tue Apr 30 2013 Petr Pisar <ppisar@redhat.com> - 1.26-243
|
|
|
0799f5 |
- Increase release number to supersede perl sub-package (bug #957931)
|
|
|
0799f5 |
|
|
|
0799f5 |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.26-241
|
|
|
0799f5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
0799f5 |
|
|
|
0799f5 |
* Mon Aug 13 2012 Marcela Mašláňová <mmaslano@redhat.com> - 1.26-240
|
|
|
0799f5 |
- Bump release to override sub-package from perl.spec
|
|
|
0799f5 |
|
|
|
0799f5 |
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.26-3
|
|
|
0799f5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
0799f5 |
|
|
|
0799f5 |
* Thu Jun 28 2012 Petr Pisar <ppisar@redhat.com> - 1.26-2
|
|
|
0799f5 |
- Perl 5.16 rebuild
|
|
|
0799f5 |
|
|
|
0799f5 |
* Tue Jun 19 2012 Petr Pisar <ppisar@redhat.com> - 1.26-1
|
|
|
0799f5 |
- 1.26 bump
|
|
|
0799f5 |
|
|
|
0799f5 |
* Wed Jun 06 2012 Petr Pisar <ppisar@redhat.com> - 1.25-2
|
|
|
0799f5 |
- Perl 5.16 rebuild
|
|
|
0799f5 |
|
|
|
0799f5 |
* Thu Mar 15 2012 Petr Pisar <ppisar@redhat.com> - 1.25-1
|
|
|
0799f5 |
- 1.25 bump
|
|
|
0799f5 |
|
|
|
0799f5 |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.22-2
|
|
|
0799f5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
0799f5 |
|
|
|
0799f5 |
* Wed Sep 07 2011 Petr Pisar <ppisar@redhat.com> 1.22-1
|
|
|
0799f5 |
- Specfile autogenerated by cpanspec 1.78.
|
|
|
0799f5 |
- Remove BuildRoot and defattr code from spec
|
|
|
0799f5 |
- Do not export private module DB
|