[perl-Task-Kensho-Logging] Initial import

Jitka Plesnikova jplesnik at fedoraproject.org
Wed Mar 6 15:01:33 UTC 2013


commit 014e8c0760286cccbaa2d99a849c1a2703b247e9
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Wed Mar 6 15:58:17 2013 +0100

    Initial import

 .gitignore                    |    1 +
 perl-Task-Kensho-Logging.spec |   53 +++++++++++++++++++++++++++++++++++++++++
 sources                       |    1 +
 3 files changed, 55 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..a726ba5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Task-Kensho-Logging-0.01.tar.gz
diff --git a/perl-Task-Kensho-Logging.spec b/perl-Task-Kensho-Logging.spec
new file mode 100644
index 0000000..7a11cc9
--- /dev/null
+++ b/perl-Task-Kensho-Logging.spec
@@ -0,0 +1,53 @@
+Name:           perl-Task-Kensho-Logging
+Version:        0.01
+Release:        1%{?dist}
+Summary:        A Glimpse at an Enlightened Perl (Logging)
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Task-Kensho-Logging/
+Source0:        http://www.cpan.org/authors/id/A/AP/APEIRON/Task-Kensho-Logging-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  perl(inc::Module::Install)
+BuildRequires:  perl(Module::Install::AutoInstall)
+BuildRequires:  perl(Module::Install::AutoManifest)
+BuildRequires:  perl(Module::Install::Repository)
+BuildRequires:  perl(Log::Contextual)
+BuildRequires:  perl(Log::Dispatch)
+BuildRequires:  perl(Log::Log4perl)
+BuildRequires:  perl(Test::More)
+Requires:       perl(Log::Contextual)
+Requires:       perl(Log::Dispatch)
+Requires:       perl(Log::Log4perl)
+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 logging modules.
+
+%prep
+%setup -q -n Task-Kensho-Logging-%{version}
+rm -r inc
+echo '/^inc/' > MANIFEST.SKIP
+find -type f -exec chmod -x {} +
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make manifest
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Tue Jul 10 2012 Jitka Plesnikova <jplesnik at redhat.com> 0.01-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..97814ec 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+3fe1e45896ad896e1ff29123de27ffae  Task-Kensho-Logging-0.01.tar.gz


More information about the scm-commits mailing list