Name: perl-MemHandle Version: 0.07 Release: 1%{?dist} Summary: Supply memory-based FILEHANDLE methods # No license, no copyright; this might change someday (rt#75350) License: Public Domain URL: http://search.cpan.org/dist/MemHandle/ Source0: http://www.cpan.org/authors/id/S/SC/SCR/MemHandle-%{version}.tar.gz BuildArch: noarch # Build BuildRequires: make BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 # Runtime BuildRequires: perl(Exporter) BuildRequires: perl(IO::Handle) BuildRequires: perl(IO::Seekable) BuildRequires: perl(strict) BuildRequires: perl(Symbol) BuildRequires: perl(vars) # Tests only # - Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version)) %description Generates inherits from IO::Handle and IO::Seekable. It provides an interface to the file routines which uses memory instead. %prep %setup -q -n MemHandle-%{version} %build perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} %{_fixperms} %{buildroot}/* %check make test %files %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Wed Jan 27 2016 Petr Ĺ abata 0.07-1 - Initial packaging