7e560a3
Name:           perl-Data-Rmap
9af16b9
Version:        0.64
9af16b9
Release:        1%{?dist}
7e560a3
Summary:        Recursive map, apply a block to a data structure
7e560a3
License:        GPL+ or Artistic
7e560a3
Group:          Development/Libraries
7e560a3
URL:            http://search.cpan.org/dist/Data-Rmap/
7e560a3
Source0:        http://www.cpan.org/authors/id/B/BO/BOWMANBS/Data-Rmap-%{version}.tar.gz
7e560a3
BuildArch:      noarch
7e560a3
BuildRequires:  perl(Carp)
7e560a3
BuildRequires:  perl(Data::Dumper)
7e560a3
BuildRequires:  perl(Exporter)
7e560a3
BuildRequires:  perl(Module::Build)
7e560a3
BuildRequires:  perl(Scalar::Util)
7e560a3
BuildRequires:  perl(Test::Exception)
7e560a3
BuildRequires:  perl(Test::More)
7e560a3
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
7e560a3
7e560a3
%description
7e560a3
This perl module evaluates a BLOCK over a list of data structures
7e560a3
recursively (locally setting $_ to each element) and return the list
7e560a3
composed of the results of such evaluations.  $_ can be used to modify
7e560a3
the elements.
7e560a3
7e560a3
%prep
7e560a3
%setup -q -n Data-Rmap-%{version}
7e560a3
7e560a3
%build
7e560a3
perl Build.PL installdirs=vendor
7e560a3
./Build
7e560a3
7e560a3
%install
7e560a3
./Build install destdir=%{buildroot} create_packlist=0
7e560a3
7e560a3
%{_fixperms} %{buildroot}/*
7e560a3
7e560a3
%check
7e560a3
./Build test
7e560a3
7e560a3
7e560a3
%files
7e560a3
%doc Changes README
7e560a3
%{perl_vendorlib}/*
7e560a3
%{_mandir}/man3/*
7e560a3
7e560a3
%changelog
9af16b9
* Tue Dec 02 2014 Miro Hrončok <mhroncok@redhat.com> - 0.64-1
9af16b9
- Update to 0.64 (#1167706)
9af16b9
381becf
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.62-9
381becf
- Perl 5.20 rebuild
381becf
9818ff3
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.62-8
9818ff3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
9818ff3
4b78f86
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.62-7
4b78f86
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
4b78f86
195ac0b
* Mon Jul 22 2013 Petr Pisar <ppisar@redhat.com> - 0.62-6
195ac0b
- Perl 5.18 rebuild
195ac0b
313b6cf
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.62-5
313b6cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
313b6cf
7e560a3
* Thu Dec 20 2012 Miro Hrončok <miro@hroncok.cz> - 0.62-4
7e560a3
- Chnaged the description a bit for better language
7e560a3
- Replaced %%{__perl} with perl
7e560a3
- Removed deleting empty directories in %%install section
7e560a3
- Added BRs for tests
7e560a3
7e560a3
* Fri Nov 16 2012 Miro Hrončok <miro@hroncok.cz> - 0.62-3
7e560a3
- Removed BRs provided by perl package and more
7e560a3
7e560a3
* Sun Sep 23 2012 Miro Hrončok <miro@hroncok.cz> 0.62-2
7e560a3
- Removed uselesss requires.
7e560a3
7e560a3
* Sun Sep 23 2012 Miro Hrončok <miro@hroncok.cz> 0.62-1
7e560a3
- Specfile autogenerated by cpanspec 1.78 and revised.