[perl-Task-Kensho-Exceptions] 0.35 bump

Jitka Plesnikova jplesnik at fedoraproject.org
Fri Jan 31 14:30:39 UTC 2014


commit 86b83fbe0a114043a0ab990297ec9c23bb506cc6
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Fri Jan 31 15:30:58 2014 +0100

    0.35 bump

 .gitignore                       |    1 +
 perl-Task-Kensho-Exceptions.spec |   29 +++++++++++++++++------------
 sources                          |    2 +-
 3 files changed, 19 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a78e693..3863a7b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Task-Kensho-Exceptions-0.28.tar.gz
+/Task-Kensho-Exceptions-0.35.tar.gz
diff --git a/perl-Task-Kensho-Exceptions.spec b/perl-Task-Kensho-Exceptions.spec
index 2348e3b..a6daf20 100644
--- a/perl-Task-Kensho-Exceptions.spec
+++ b/perl-Task-Kensho-Exceptions.spec
@@ -1,23 +1,29 @@
 Name:           perl-Task-Kensho-Exceptions
-Version:        0.28
-Release:        6%{?dist}
+Version:        0.35
+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
+Source0:        http://www.cpan.org/authors/id/E/ET/ETHER/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
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time
 BuildRequires:  perl(TryCatch)
 BuildRequires:  perl(Try::Tiny)
 BuildRequires:  perl(autodie)
+# Test
+BuildRequires:  perl(File::Spec::Functions)
+BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(version)
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 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
@@ -26,19 +32,15 @@ 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
+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
@@ -50,6 +52,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jan 31 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.35-1
+- 0.35 bump
+
 * Mon Aug 05 2013 Petr Pisar <ppisar at redhat.com> - 0.28-6
 - Perl 5.18 rebuild
 
diff --git a/sources b/sources
index 6fb5b59..93083ec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-13fac5ddc51ade71a54dd943e6bceecc  Task-Kensho-Exceptions-0.28.tar.gz
+681e901434a27e4a5716462cb15a9c9e  Task-Kensho-Exceptions-0.35.tar.gz


More information about the scm-commits mailing list