[perl-Sub-Exporter-GlobExporter] initial import

Iain Arnell iarnell at fedoraproject.org
Thu Jan 20 16:34:56 UTC 2011


commit 34e46e9dc7420517ca7eda8e20da70b28283b4a1
Author: Iain Arnell <iarnell at gmail.com>
Date:   Thu Jan 20 17:34:30 2011 +0100

    initial import

 .gitignore                          |    1 +
 perl-Sub-Exporter-GlobExporter.spec |   48 +++++++++++++++++++++++++++++++++++
 sources                             |    1 +
 3 files changed, 50 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..7947007 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Sub-Exporter-GlobExporter-0.002.tar.gz
diff --git a/perl-Sub-Exporter-GlobExporter.spec b/perl-Sub-Exporter-GlobExporter.spec
new file mode 100644
index 0000000..6f62b8b
--- /dev/null
+++ b/perl-Sub-Exporter-GlobExporter.spec
@@ -0,0 +1,48 @@
+Name:           perl-Sub-Exporter-GlobExporter
+Version:        0.002
+Release:        1%{?dist}
+Summary:        Export shared globs with Sub::Exporter collectors
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Sub-Exporter-GlobExporter/
+Source0:        http://www.cpan.org/authors/id/R/RJ/RJBS/Sub-Exporter-GlobExporter-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(Sub::Exporter)
+BuildRequires:  perl(Test::More) >= 0.96
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%{?perl_default_filter}
+
+%description
+This perl module allows you to export shared globs with Sub::Exporter
+collectors.
+
+%prep
+%setup -q -n Sub-Exporter-GlobExporter-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=%{buildroot}
+
+find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} %{buildroot}/*
+
+%check
+make test
+
+%files
+%defattr(-,root,root,-)
+%doc Changes LICENSE README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Sat Dec 11 2010 Iain Arnell <iarnell at gmail.com> 0.002-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..fc2fcba 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+4bcfa6535ac03fae36428af8e56bbf7a  Sub-Exporter-GlobExporter-0.002.tar.gz


More information about the scm-commits mailing list