initial import
This commit is contained in:
parent
9217263360
commit
413b007a41
@ -0,0 +1 @@
|
|||||||
|
Try-Tiny-0.02.tar.gz
|
1
import.log
Normal file
1
import.log
Normal file
@ -0,0 +1 @@
|
|||||||
|
perl-Try-Tiny-0_02-1_fc11:HEAD:perl-Try-Tiny-0.02-1.fc11.src.rpm:1253234067
|
60
perl-Try-Tiny.spec
Normal file
60
perl-Try-Tiny.spec
Normal file
@ -0,0 +1,60 @@
|
|||||||
|
Name: perl-Try-Tiny
|
||||||
|
Version: 0.02
|
||||||
|
Release: 1%{?dist}
|
||||||
|
# lib/Try/Tiny.pm -> MIT
|
||||||
|
License: MIT
|
||||||
|
Group: Development/Libraries
|
||||||
|
Summary: Minimal try/catch with proper localization of $@
|
||||||
|
Source: http://search.cpan.org/CPAN/authors/id/N/NU/NUFFIN/Try-Tiny-%{version}.tar.gz
|
||||||
|
Url: http://search.cpan.org/dist/Try-Tiny
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
|
BuildRequires: perl(Test::More)
|
||||||
|
|
||||||
|
%{?perl_default_filter}
|
||||||
|
|
||||||
|
%description
|
||||||
|
The main focus of this module is to provide simple and reliable error
|
||||||
|
handling for those having a hard time installing TryCatch, but who still
|
||||||
|
want to write correct 'eval' blocks without 5 lines of boilerplate each
|
||||||
|
time.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n Try-Tiny-%{version}
|
||||||
|
|
||||||
|
%build
|
||||||
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
%install
|
||||||
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
|
make pure_install PERL_INSTALL_ROOT=%{buildroot}
|
||||||
|
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
||||||
|
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
|
||||||
|
|
||||||
|
%{_fixperms} %{buildroot}/*
|
||||||
|
|
||||||
|
%check
|
||||||
|
make test
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%doc Changes
|
||||||
|
%{perl_vendorlib}/*
|
||||||
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Tue Sep 15 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.02-1
|
||||||
|
- submission
|
||||||
|
|
||||||
|
* Tue Sep 15 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.02-0
|
||||||
|
- initial RPM packaging
|
||||||
|
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user