[perl-Task-Kensho-Testing] Initial push.

Marcela Mašláňová mmaslano at fedoraproject.org
Wed Apr 20 06:19:05 UTC 2011


commit 4d31afac7b3cec42ef9757634d32fe5d954c696f
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Wed Apr 20 08:19:03 2011 +0200

    Initial push.

 .gitignore                    |    1 +
 perl-Task-Kensho-Testing.spec |   68 +++++++++++++++++++++++++++++++++++++++++
 sources                       |    1 +
 3 files changed, 70 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..39bbe1e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Task-Kensho-Testing-0.27.tar.gz
diff --git a/perl-Task-Kensho-Testing.spec b/perl-Task-Kensho-Testing.spec
new file mode 100644
index 0000000..f9d9a62
--- /dev/null
+++ b/perl-Task-Kensho-Testing.spec
@@ -0,0 +1,68 @@
+Name:           perl-Task-Kensho-Testing
+Version:        0.27
+Release:        1%{?dist}
+Summary:        Task::Kensho::Testing Perl module
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Task-Kensho-Testing/
+Source0:        http://www.cpan.org/authors/id/A/AP/APEIRON/Task-Kensho-Testing-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  perl(Devel::Cover)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Test::Memory::Cycle)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Most)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(Test::Simple)
+Requires:       perl(Devel::Cover)
+Requires:       perl(Test::Exception)
+Requires:       perl(Test::Memory::Cycle)
+Requires:       perl(Test::Most)
+Requires:       perl(Test::Pod)
+Requires:       perl(Test::Pod::Coverage)
+Requires:       perl(Test::Simple)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%{?perl_default_filter}
+
+%description
+Kenshō (見性) (C. Wu) is a Japanese term for enlightenment
+experiences—most commonly used within the confines of Zen
+Buddhism—literally meaning "seeing one's nature"[1] or "true self."[2] It
+generally "refers to the realization of nonduality of subject and
+object."[3]
+
+Task::Kensho is a first cut at building a list of recommended modules for
+Enlightened Perl development. CPAN is wonderful, but there are too many
+wheels and you have to pick and choose amongst the various competing
+technologies.
+
+%prep
+%setup -q -n Task-Kensho-Testing-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$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
+%defattr(-,root,root,-)
+%doc Changes MYMETA.yml README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Mon Mar 21 2011 Marcela Mašláňová <mmaslano at redhat.com> 0.27-1
+- Specfile autogenerated by cpanspec 1.79.
diff --git a/sources b/sources
index e69de29..91fcd59 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+ed5eb36cd5bc8ceaa2c63d03301c79ef  Task-Kensho-Testing-0.27.tar.gz


More information about the scm-commits mailing list