-
Notifications
You must be signed in to change notification settings - Fork 1
/
perl-Throwable.spec
62 lines (51 loc) · 1.87 KB
/
perl-Throwable.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Name: perl-Throwable
Version: 0.200011
Release: 1%{?dist}
Summary: Role for classes that can be thrown
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Throwable/
Source0: http://cpan.metacpan.org/authors/id/R/RJ/RJBS/Throwable-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(Devel::StackTrace) >= 1.21
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Module::Runtime) >= 0.002
BuildRequires: perl(Moo) >= 1.000001
BuildRequires: perl(Moo::Role)
BuildRequires: perl(Sub::Quote)
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(version)
Requires: perl(Devel::StackTrace) >= 1.21
Requires: perl(Module::Runtime) >= 0.002
Requires: perl(Moo) >= 1.000001
Requires: perl(Moo::Role)
Requires: perl(Sub::Quote)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
Throwable is a role for classes that are meant to be thrown as exceptions
to standard program flow. It is very simple and does only two things: saves
any previous value for $@ and calls die $self.
%prep
%setup -q -n Throwable-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
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
make test
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc Changes dist.ini LICENSE META.json README xt
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Tue Aug 05 2014 David E. Wheeler <[email protected]> 0.200011-1
- Specfile autogenerated by cpanspec 1.78.