|
|
|
@ -1,33 +1,41 @@
|
|
|
|
|
Name: perl-File-Map
|
|
|
|
|
Version: 0.63
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Summary: Memory mapping made simple and safe
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
|
|
|
|
|
URL: http://search.cpan.org/dist/File-Map/
|
|
|
|
|
Source0: http://www.cpan.org/authors/id/L/LE/LEONT/File-Map-%{version}.tar.gz
|
|
|
|
|
BuildRequires: coreutils
|
|
|
|
|
BuildRequires: findutils
|
|
|
|
|
BuildRequires: perl >= 0:5.008
|
|
|
|
|
BuildRequires: perl(Module::Build)
|
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
|
# Run-time
|
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
|
BuildRequires: perl(PerlIO::Layers)
|
|
|
|
|
BuildRequires: perl(Sub::Exporter)
|
|
|
|
|
BuildRequires: perl(Sub::Exporter::Progressive)
|
|
|
|
|
BuildRequires: perl(Sub::Exporter::Progressive) >= 0.001005
|
|
|
|
|
BuildRequires: perl(subs)
|
|
|
|
|
BuildRequires: perl(XSLoader)
|
|
|
|
|
# Tests
|
|
|
|
|
BuildRequires: perl(File::Temp)
|
|
|
|
|
BuildRequires: perl(if)
|
|
|
|
|
BuildRequires: perl(Config)
|
|
|
|
|
BuildRequires: perl(File::Spec)
|
|
|
|
|
BuildRequires: perl(IO::Handle)
|
|
|
|
|
BuildRequires: perl(IO::Socket::INET)
|
|
|
|
|
BuildRequires: perl(IPC::Open3)
|
|
|
|
|
BuildRequires: perl(open)
|
|
|
|
|
# Pod::Coverage::TrustPod 1.08 not used
|
|
|
|
|
BuildRequires: perl(POSIX)
|
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
|
BuildRequires: perl(Test::Exception)
|
|
|
|
|
BuildRequires: perl(Test::Fatal)
|
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
|
BuildRequires: perl(Test::NoWarnings)
|
|
|
|
|
BuildRequires: perl(Test::Warn)
|
|
|
|
|
BuildRequires: perl(Test::Warnings)
|
|
|
|
|
# Test::Pod 1.41 not used
|
|
|
|
|
# Test::Pod::Coverage 1.08 not used
|
|
|
|
|
BuildRequires: perl(Test::Warnings) >= 0.005
|
|
|
|
|
BuildRequires: perl(threads)
|
|
|
|
|
BuildRequires: perl(Time::HiRes)
|
|
|
|
|
BuildRequires: perl(utf8)
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
%{?perl_default_filter}
|
|
|
|
@ -67,6 +75,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jun 22 2015 Petr Pisar <ppisar@redhat.com> - 0.63-4
|
|
|
|
|
- Specify all dependencies (bug #1234359)
|
|
|
|
|
|
|
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.63-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|