commit 2acc8d443c5cb2520cf83f04e2a1f540ea3f16b6
Author: Marcela Mašláňová <[email protected]>
Date: Tue May 10 18:13:58 2011 +0200
Initial push.
.gitignore | 1 +
perl-Task-Kensho-Toolchain.spec | 60 +++++++++++++++++++++++++++++++++++++++
sources | 1 +
3 files changed, 62 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..b4cf417 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Task-Kensho-Toolchain-0.27.tar.gz
diff --git a/perl-Task-Kensho-Toolchain.spec b/perl-Task-Kensho-Toolchain.spec
new file mode 100644
index 0000000..836ce00
--- /dev/null
+++ b/perl-Task-Kensho-Toolchain.spec
@@ -0,0 +1,60 @@
+Name: perl-Task-Kensho-Toolchain
+Version: 0.27
+Release: 1%{?dist}
+Summary: Task::Kensho::Toolchain Perl module
+License: GPL+ or Artistic
+Group: Development/Libraries
+URL: http://search.cpan.org/dist/Task-Kensho-Toolchain/
+Source0:
http://www.cpan.org/authors/id/A/AP/APEIRON/Task-Kensho-Toolchain-%{version}.tar.gz
+BuildArch: noarch
+BuildRequires: perl(App::cpanminus)
+BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(local::lib)
+BuildRequires: perl(Test::More)
+BuildRequires: perl(version)
+Requires: perl(App::cpanminus)
+Requires: perl(local::lib)
+Requires: perl(version)
+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-Toolchain-%{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
+* Tue Mar 22 2011 Marcela Mašláňová <[email protected]> 0.27-1
+- Specfile autogenerated by cpanspec 1.79.
diff --git a/sources b/sources
index e69de29..3e74302 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+c1dc5ff6f2533dcf2d79123618e993f2 Task-Kensho-Toolchain-0.27.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/perl-devel