[perl-Exception-Tiny/f20] Initial import (#1125011)

Emmanuel Seyman eseyman at fedoraproject.org
Thu Jul 31 13:16:36 UTC 2014


commit 604d647013b57848d9f99130f0aac600476b976c
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Thu Jul 31 15:16:33 2014 +0200

    Initial import (#1125011)

 .gitignore               |    1 +
 perl-Exception-Tiny.spec |   58 ++++++++++++++++++++++++++++++++++++++++++++++
 sources                  |    1 +
 3 files changed, 60 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..0fb368d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Exception-Tiny-v0.2.1.tar.gz
diff --git a/perl-Exception-Tiny.spec b/perl-Exception-Tiny.spec
new file mode 100644
index 0000000..3458ae9
--- /dev/null
+++ b/perl-Exception-Tiny.spec
@@ -0,0 +1,58 @@
+Name:           perl-Exception-Tiny
+Version:        0.2.1
+Release:        2%{?dist}
+Summary:        Tiny Perl exception interface
+License:        GPL+ or Artistic
+
+URL:            http://search.cpan.org/dist/Exception-Tiny/
+Source0:        http://www.cpan.org/authors/id/Y/YA/YAPPO/Exception-Tiny-v%{version}.tar.gz
+
+BuildArch:      noarch
+BuildRequires:  perl
+BuildRequires:  perl(Class::Accessor::Lite)
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(overload)
+BuildRequires:  perl(parent)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+
+Requires:       perl(overload)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+ 
+%{?perl_default_filter}
+
+%description
+Exception::Tiny is a simple exception interface. This is the
+implementation of the minimum required in order to implement exception
+handling so that anyone can understand the implementation.
+
+%prep
+%setup -q -n Exception-Tiny-v%{version}
+
+%build
+%{__perl} Build.PL installdirs=vendor
+./Build
+
+%install
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+./Build test
+
+%files
+%doc Changes LICENSE README
+%{perl_vendorlib}/Exception*
+%{_mandir}/man3/Exception*
+
+%changelog
+* Thu Jul 31 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 0.2.1-2
+- Take into account the comments of the review (#1125011)
+
+* Sat Feb 08 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 0.2.1-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..89e5f09 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+cbb76216e1dd66851faf5442702b6386  Exception-Tiny-v0.2.1.tar.gz


More information about the scm-commits mailing list