[perl-Task-Kensho-Exceptions] Initial import

Jitka Plesnikova jplesnik at fedoraproject.org
Wed May 23 13:18:53 UTC 2012


commit 50fc5273d8e610e09fd8fdfcf71ff0cd74fafa9f
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Wed May 23 15:18:34 2012 +0200

    Initial import

 .gitignore                       |    1 +
 perl-Task-Kensho-Exceptions.spec |   54 ++++++++++++++++++++++++++++++++++++++
 sources                          |    1 +
 3 files changed, 56 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..a78e693 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Task-Kensho-Exceptions-0.28.tar.gz
diff --git a/perl-Task-Kensho-Exceptions.spec b/perl-Task-Kensho-Exceptions.spec
new file mode 100644
index 0000000..f00c0b8
--- /dev/null
+++ b/perl-Task-Kensho-Exceptions.spec
@@ -0,0 +1,54 @@
+Name:           perl-Task-Kensho-Exceptions
+Version:        0.28
+Release:        1%{?dist}
+Summary:        A Glimpse at an Enlightened Perl (Exceptions)
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Task-Kensho-Exceptions/
+Source0:        http://www.cpan.org/authors/id/A/AP/APEIRON/Task-Kensho-Exceptions-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  perl(inc::Module::Install)
+BuildRequires:  perl(Module::Install::Repository)
+BuildRequires:  perl(Module::Install::AutoManifest)
+BuildRequires:  perl(TryCatch)
+BuildRequires:  perl(Try::Tiny)
+BuildRequires:  perl(autodie)
+BuildRequires:  perl(Test::More)
+Requires:       perl(TryCatch)
+Requires:       perl(Try::Tiny)
+Requires:       perl(autodie)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%description
+Task::Kensho is a first cut at building a list of recommended modules for
+Enlightened Perl development. This Task installs the modules for an
+exception handling.
+
+%prep
+%setup -q -n Task-Kensho-Exceptions-%{version}
+rm -r inc
+echo "^inc/" > MANIFEST.SKIP
+find -type f -exec chmod -x {} +
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor </dev/null
+make manifest
+make %{?_smp_mflags}
+
+%install
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Tue May 15 2012 Jitka Plesnikova <jplesnik at redhat.com> 0.28-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..6fb5b59 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+13fac5ddc51ade71a54dd943e6bceecc  Task-Kensho-Exceptions-0.28.tar.gz


More information about the scm-commits mailing list