[perl-autobox-List-Util] initial import (rhbz#730034)

Iain Arnell iarnell at fedoraproject.org
Tue Aug 16 15:13:43 UTC 2011


commit 7b643480aaae22f7132b1a92c45f1e5fa6d96487
Author: Iain Arnell <iarnell at gmail.com>
Date:   Tue Aug 16 17:13:21 2011 +0200

    initial import (rhbz#730034)

 .gitignore                  |    1 +
 perl-autobox-List-Util.spec |   46 +++++++++++++++++++++++++++++++++++++++++++
 sources                     |    1 +
 3 files changed, 48 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..7c9e0ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/autobox-List-Util-20090629.tar.gz
diff --git a/perl-autobox-List-Util.spec b/perl-autobox-List-Util.spec
new file mode 100644
index 0000000..f857a1c
--- /dev/null
+++ b/perl-autobox-List-Util.spec
@@ -0,0 +1,46 @@
+Name:           perl-autobox-List-Util
+Version:        20090629
+Release:        1%{?dist}
+Summary:        Bring the List::Util functions to autobox
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/autobox-List-Util/
+Source0:        http://www.cpan.org/modules/by-module/autobox/autobox-List-Util-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  perl(autobox)
+BuildRequires:  perl(List::Util)
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Module::Load)
+BuildRequires:  perl(Test::More)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%{?perl_default_filter}
+
+%description
+autobox::List::Util brings all of the functions from List::Util to arrays as
+methods.
+
+%prep
+%setup -q -n autobox-List-Util-%{version}
+
+%build
+%{__perl} Build.PL installdirs=vendor
+./Build
+
+%install
+./Build install destdir=%{buildroot} create_packlist=0
+find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} %{buildroot}/*
+
+%check
+./Build test
+
+%files
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Thu Aug 11 2011 Iain Arnell <iarnell at gmail.com> 20090629-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..ac22f2f 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+b7e1d41601c306483b6125fab69d9d1f  autobox-List-Util-20090629.tar.gz



More information about the perl-devel mailing list