Name: perl-Carp Version: 1.26 Release: 244%{?dist} Summary: Alternative warn and die for modules License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Carp/ Source0: http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Carp-%{version}.tar.gz BuildArch: noarch BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(warnings) BuildRequires: perl(strict) # Run-time: BuildRequires: perl(Exporter) # Tests: BuildRequires: perl(Config) BuildRequires: perl(IPC::Open3) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) # Do not export private DB module stub %global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(DB\\) %description The Carp routines are useful in your own modules because they act like die() or warn(), but with a message which is more likely to be useful to a user of your module. In the case of cluck, confess, and longmess that context is a summary of every call in the call-stack. For a shorter message you can use carp or croak which report the error as being from where your module was called. There is no guarantee that that is where the error was, but it is a good educated guess. %prep %setup -q -n Carp-%{version} %build perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install make pure_install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %files %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri Dec 27 2013 Daniel Mach - 1.26-244 - Mass rebuild 2013-12-27 * Tue Apr 30 2013 Petr Pisar - 1.26-243 - Increase release number to supersede perl sub-package (bug #957931) * Thu Feb 14 2013 Fedora Release Engineering - 1.26-241 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Mon Aug 13 2012 Marcela Mašláňová - 1.26-240 - Bump release to override sub-package from perl.spec * Fri Jul 20 2012 Fedora Release Engineering - 1.26-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Thu Jun 28 2012 Petr Pisar - 1.26-2 - Perl 5.16 rebuild * Tue Jun 19 2012 Petr Pisar - 1.26-1 - 1.26 bump * Wed Jun 06 2012 Petr Pisar - 1.25-2 - Perl 5.16 rebuild * Thu Mar 15 2012 Petr Pisar - 1.25-1 - 1.25 bump * Fri Jan 13 2012 Fedora Release Engineering - 1.22-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Wed Sep 07 2011 Petr Pisar 1.22-1 - Specfile autogenerated by cpanspec 1.78. - Remove BuildRoot and defattr code from spec - Do not export private module DB