[perl-Data-Munge] Initial import (#1149978).

David Dick ddick at fedoraproject.org
Wed Oct 8 10:29:23 UTC 2014


commit 5896c149c5b2d4108d791f109ca30063ed68bae3
Author: David Dick <ddick at cpan.org>
Date:   Wed Oct 8 21:29:06 2014 +1100

    Initial import (#1149978).

 .gitignore           |    1 +
 perl-Data-Munge.spec |   51 ++++++++++++++++++++++++++++++++++++++++++++++++++
 sources              |    1 +
 3 files changed, 53 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..c7e3830 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Data-Munge-0.08.tar.gz
diff --git a/perl-Data-Munge.spec b/perl-Data-Munge.spec
new file mode 100644
index 0000000..fe34c7a
--- /dev/null
+++ b/perl-Data-Munge.spec
@@ -0,0 +1,51 @@
+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 <ddick at cpan.org> - 0.08-1
+- Initial release
diff --git a/sources b/sources
index e69de29..24c838c 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+5b651db764a10c020fecb9529256fd1d  Data-Munge-0.08.tar.gz


More information about the scm-commits mailing list