Name: perl-Data-Munge Version: 0.08 Release: 1%{?dist} Summary: Utility functions for working with perl data structures and code references License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Data-Munge/ Source0: http://www.cpan.org/modules/by-module/Data/Data-Munge-%{version}.tar.gz BuildArch: noarch BuildRequires: perl BuildRequires: perl(base) BuildRequires: perl(Exporter) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Pod::Coverage) >= 0.18 BuildRequires: perl(strict) BuildRequires: perl(Test::Pod) >= 1.22 BuildRequires: perl(Test::Pod::Coverage) >= 1.08 BuildRequires: perl(Test::More) BuildRequires: perl(Test::Warnings) BuildRequires: perl(warnings) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module defines a few generally useful utility functions that process perl data structures and code references. %prep %setup -q -n Data-Munge-%{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 Oct 03 2014 David Dick - 0.08-1 - Initial release