[perl-Import-Into] initial import (rhbz#911911)

Iain Arnell iarnell at fedoraproject.org
Mon Feb 18 15:21:09 UTC 2013


commit 9dde839ec3b78e79a05665cf9bf67bbf9643ce42
Author: Iain Arnell <iarnell at gmail.com>
Date:   Mon Feb 18 08:21:01 2013 -0700

    initial import (rhbz#911911)

 .gitignore            |    1 +
 perl-Import-Into.spec |   45 +++++++++++++++++++++++++++++++++++++++++++++
 sources               |    1 +
 3 files changed, 47 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..561b920 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Import-Into-1.001000.tar.gz
diff --git a/perl-Import-Into.spec b/perl-Import-Into.spec
new file mode 100644
index 0000000..0d15050
--- /dev/null
+++ b/perl-Import-Into.spec
@@ -0,0 +1,45 @@
+Name:           perl-Import-Into
+Version:        1.001000
+Release:        1%{?dist}
+Summary:        Import packages into other packages
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Import-Into/
+Source0:        http://www.cpan.org/authors/id/M/MS/MSTROUT/Import-Into-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%{?perl_default_filter}
+
+%description
+Loading Import::Into creates a global method import::into which you can call on
+any package to import it into another package.
+
+%prep
+%setup -q -n Import-Into-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor --skipdeps
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=%{buildroot}
+
+find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+
+%{_fixperms} %{buildroot}/*
+
+%check
+make test
+
+%files
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Sat Feb 16 2013 Iain Arnell <iarnell at gmail.com> 1.001000-1
+- Specfile autogenerated by cpanspec 1.79.
diff --git a/sources b/sources
index e69de29..341cc15 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+84577f9469c5bf007c4537a67dda3813  Import-Into-1.001000.tar.gz



More information about the perl-devel mailing list