[perl-Module-Runtime] Import

Petr Pisar ppisar at fedoraproject.org
Wed Jul 20 15:53:46 UTC 2011


commit 2582c09e48d0cf9f814df669479e7d84ed7282ea
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Jul 20 17:53:20 2011 +0200

    Import

 .gitignore               |    1 +
 perl-Module-Runtime.spec |   51 ++++++++++++++++++++++++++++++++++++++++++++++
 sources                  |    1 +
 3 files changed, 53 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..82dacf6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Module-Runtime-0.008.tar.gz
diff --git a/perl-Module-Runtime.spec b/perl-Module-Runtime.spec
new file mode 100644
index 0000000..44a99f9
--- /dev/null
+++ b/perl-Module-Runtime.spec
@@ -0,0 +1,51 @@
+# This file is licensed under the terms of GNU GPLv2+.
+Name:           perl-Module-Runtime
+Version:        0.008
+Release:        1%{?dist}
+Summary:        Runtime module handling
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Module-Runtime/
+Source0:        http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Module-Runtime-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  perl(Module::Build)
+# Tests:
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(Params::Classify)
+BuildRequires:  perl(parent)
+BuildRequires:  perl(Test::More)
+# Optional tests:
+BuildRequires:  perl(Test::Pod) >= 1.00
+BuildRequires:  perl(Test::Pod::Coverage)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(Exporter)
+
+%description
+The functions exported by this module deal with runtime handling of Perl
+modules, which are normally handled at compile time.
+
+%prep
+%setup -q -n Module-Runtime-%{version}
+
+%build
+%{__perl} Build.PL installdirs=vendor
+./Build
+
+%install
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+./Build test
+
+%files
+%defattr(-,root,root,-)
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Mon Jul 11 2011 Petr Pisar <ppisar at redhat.com> 0.008-1
+- Specfile autogenerated by cpanspec 1.78.
+- Remove BuildRoot and defattr
diff --git a/sources b/sources
index e69de29..f696447 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+41b9115306a2a399112f39f722489715  Module-Runtime-0.008.tar.gz


More information about the scm-commits mailing list