perl-autodie/perl-autodie.spec

93 lines
2.6 KiB
RPMSpec
Raw Normal View History

2013-03-06 07:42:36 +00:00
Name: perl-autodie
2013-07-01 07:58:42 +00:00
Version: 2.20
2013-03-06 07:42:36 +00:00
Release: 1%{?dist}
Summary: Replace functions with ones that succeed or die
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/autodie/
Source0: http://www.cpan.org/authors/id/P/PJ/PJF/autodie-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl
2013-07-01 07:58:42 +00:00
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
2013-03-06 07:42:36 +00:00
BuildRequires: perl(strict)
2013-07-01 07:58:42 +00:00
BuildRequires: perl(warnings)
2013-03-06 07:42:36 +00:00
# Run-time:
BuildRequires: perl(B)
BuildRequires: perl(base)
BuildRequires: perl(Carp)
2013-07-01 07:58:42 +00:00
BuildRequires: perl(Config)
2013-03-06 07:42:36 +00:00
BuildRequires: perl(constant)
BuildRequires: perl(Exporter)
BuildRequires: perl(Fcntl)
BuildRequires: perl(if)
2013-07-01 07:58:42 +00:00
%if !%{defined perl_bootstrap}
BuildRequires: perl(IPC::System::Simple) >= 0.12
%endif
2013-03-06 07:42:36 +00:00
BuildRequires: perl(overload)
BuildRequires: perl(POSIX)
2013-07-01 07:58:42 +00:00
BuildRequires: perl(Scalar::Util)
2013-03-06 07:42:36 +00:00
BuildRequires: perl(Tie::RefHash)
# Sub::Identify is optional
# Tests:
2013-07-01 07:58:42 +00:00
BuildRequires: perl(FindBin)
2013-03-06 07:42:36 +00:00
BuildRequires: perl(lib)
BuildRequires: perl(File::Copy)
2013-03-06 07:54:48 +00:00
BuildRequires: perl(File::Spec)
2013-03-06 07:42:36 +00:00
BuildRequires: perl(File::Temp)
BuildRequires: perl(IO::Handle)
2013-03-06 07:54:48 +00:00
BuildRequires: perl(open)
2013-03-06 07:42:36 +00:00
BuildRequires: perl(Socket)
BuildRequires: perl(Test::More)
2013-07-01 07:58:42 +00:00
# Optional tests:
%if !%{defined perl_bootstrap}
BuildRequires: perl(BSD::Resource)
%endif
2013-03-06 07:42:36 +00:00
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(B)
Requires: perl(Fcntl)
2013-07-01 07:58:42 +00:00
# Keep IPC::System::Simple 0.12 optional
2013-03-06 07:42:36 +00:00
Requires: perl(overload)
Requires: perl(POSIX)
2013-07-01 07:58:42 +00:00
# Remove falsely detected perl(lib)
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(lib\\)$
2013-03-06 07:42:36 +00:00
%description
The "autodie" and "Fatal" pragma provides a convenient way to replace
functions that normally return false on failure with equivalents that throw an
exception on failure.
However "Fatal" has been obsoleted by the new autodie pragma. Please use
autodie in preference to "Fatal".
%prep
%setup -q -n autodie-%{version}
find -type f -exec chmod -x {} +
%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
2013-03-06 07:54:48 +00:00
%doc AUTHORS Changes LICENSE README
2013-03-06 07:42:36 +00:00
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
2013-07-01 07:58:42 +00:00
* Mon Jul 01 2013 Petr Pisar <ppisar@redhat.com> - 2.20-1
- 2.20 bump
2013-03-06 07:54:48 +00:00
* Wed Mar 06 2013 Petr Pisar <ppisar@redhat.com> - 2.16-1
- 2.16 bump
2013-03-06 07:42:36 +00:00
* Thu Feb 14 2013 Petr Pisar <ppisar@redhat.com> 2.13-1
- Specfile autogenerated by cpanspec 1.78.