[perl-Data-Rmap] Initial import (#876406)

Miroslav Hrončok churchyard at fedoraproject.org
Wed Dec 26 19:43:44 UTC 2012


commit 7e560a3052e68497c0d973c204fac034ff15c2e0
Author: Miro Hrončok <miro at hroncok.cz>
Date:   Wed Dec 26 20:43:17 2012 +0100

    Initial import (#876406)

 .gitignore          |    1 +
 perl-Data-Rmap.spec |   60 +++++++++++++++++++++++++++++++++++++++++++++++++++
 sources             |    1 +
 3 files changed, 62 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..075fc1a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Data-Rmap-0.62.tar.gz
diff --git a/perl-Data-Rmap.spec b/perl-Data-Rmap.spec
new file mode 100644
index 0000000..d5a7b38
--- /dev/null
+++ b/perl-Data-Rmap.spec
@@ -0,0 +1,60 @@
+Name:           perl-Data-Rmap
+Version:        0.62
+Release:        4%{?dist}
+Summary:        Recursive map, apply a block to a data structure
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Data-Rmap/
+Source0:        http://www.cpan.org/authors/id/B/BO/BOWMANBS/Data-Rmap-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Test::More)
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
+%description
+This perl module evaluates a BLOCK over a list of data structures
+recursively (locally setting $_ to each element) and return the list
+composed of the results of such evaluations.  $_ can be used to modify
+the elements.
+
+%prep
+%setup -q -n Data-Rmap-%{version}
+
+%build
+perl Build.PL installdirs=vendor
+./Build
+
+%install
+./Build install destdir=%{buildroot} create_packlist=0
+
+%{_fixperms} %{buildroot}/*
+
+%check
+./Build test
+
+
+%files
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Thu Dec 20 2012 Miro Hrončok <miro at hroncok.cz> - 0.62-4
+- Chnaged the description a bit for better language
+- Replaced %%{__perl} with perl
+- Removed deleting empty directories in %%install section
+- Added BRs for tests
+
+* Fri Nov 16 2012 Miro Hrončok <miro at hroncok.cz> - 0.62-3
+- Removed BRs provided by perl package and more
+
+* Sun Sep 23 2012 Miro Hrončok <miro at hroncok.cz> 0.62-2
+- Removed uselesss requires.
+
+* Sun Sep 23 2012 Miro Hrončok <miro at hroncok.cz> 0.62-1
+- Specfile autogenerated by cpanspec 1.78 and revised.
diff --git a/sources b/sources
index e69de29..ce1d49a 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+320a299fc2a6561e11194adfcec29769  Data-Rmap-0.62.tar.gz


More information about the scm-commits mailing list