source: projects/specs/trunk/p/perl-Exception-Class/perl-Exception-Class-vl.spec @ 9106

Revision 9106, 4.9 KB checked in by inagaki, 9 years ago (diff)

2014-11-21 Ryoichi INAGAKI <ryo1@…>

  • perl-Archive-{Any, Zip}, perl-Devel-StackTrace?, perl-Exception-Class, perl-Module-Find, perl-PAR-Dist, perl-PPIx-Regexp, perl-String-Format: updated
  • perl-Class-Data-Inheritable, perl-Module-Info, perl-PPIx-Utilities: rebuilt


Line 
1Name:           perl-Exception-Class
2Version:        1.36
3Release:        1%{?_dist_release}
4Summary:        Module that allows you to declare real exception classes in Perl
5License:        Artistic 2.0
6Group:          Development/Libraries
7URL:            http://search.cpan.org/dist/Exception-Class/
8Source0:        http://www.cpan.org/authors/id/D/DR/DROLSKY/Exception-Class-%{version}.tar.gz
9
10BuildRoot:      %{_tmppath}/%{name}-%{version}-root
11BuildArch:      noarch
12BuildRequires:  perl(Class::Data::Inheritable) >= 0.02
13BuildRequires:  perl(Devel::StackTrace) >= 1.20
14BuildRequires:  perl(ExtUtils::MakeMaker)
15BuildRequires:  perl(Test::More) >= 0.46
16BuildRequires:  perl(Test::Pod) >= 1.14
17BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
18Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
19
20Vendor:         Project Vine
21Distribution:   Vine Linux
22Packager:       shaolin
23
24%description
25Exception::Class allows you to declare exception hierarchies in your
26modules in a "Java-esque" manner.
27
28%prep
29%setup -q -n Exception-Class-%{version}
30
31chmod a-x lib/Exception/Class.pm
32
33%build
34%{__perl} Makefile.PL INSTALLDIRS=vendor
35make %{?_smp_mflags}
36
37%install
38rm -rf ${RPM_BUILD_ROOT}
39
40make pure_install PERL_INSTALL_ROOT=${RPM_BUILD_ROOT}
41
42find ${RPM_BUILD_ROOT} -type f -name .packlist -exec rm -f {} \;
43find ${RPM_BUILD_ROOT} -depth -type d -exec rmdir {} 2>/dev/null \;
44
45%{_fixperms} ${RPM_BUILD_ROOT}/*
46
47%check
48export IS_MAINTAINER=1
49make test
50
51%clean
52rm -rf ${RPM_BUILD_ROOT}
53
54%files
55%defattr(-,root,root,-)
56%doc Changes LICENSE README
57%dir %{perl_vendorlib}/Exception/Class
58%{perl_vendorlib}/Exception/Class/*
59%{perl_vendorlib}/Exception/Class.pm
60%{_mandir}/man3/*
61
62%changelog
63* Thu Nov 20 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.36-1
64- updated to 1.36
65- built with perl 5.16.3
66
67* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.32-2
68- rebuild
69
70* Thu Feb 23 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.32-1
71- initial build for Vine Linux
72
73* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.32-4
74- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
75
76* Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.32-3
77- Perl mass rebuild
78
79* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.32-2
80- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
81
82* Wed Dec 22 2010 Steven Pritchard <steve@kspei.com> 1.32-1
83- Update to 1.32.
84- License is now Artistic 2.0.
85- Switch back to building with ExtUtils::MakeMaker/Makefile.PL.  (Dave
86  Rolsky needs to make up his mind.)
87- Add README to docs.
88
89* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.29-5
90- 661697 rebuild for fixing problems with vendorach/lib
91
92* Sat May 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.29-4
93- Mass rebuild with perl-5.12.0
94
95* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.29-3
96- Mass rebuild with perl-5.12.0
97
98* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.29-2
99- rebuild against perl 5.10.1
100
101* Thu Jul 30 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.29-1
102- Upstream update (Required by other packages, fix mass rebuild breakdowns).
103
104* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.26-3
105- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
106
107* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.26-2
108- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
109
110* Fri Dec 12 2008 Steven Pritchard <steve@kspei.com> 1.26-1
111- Update to 1.26.
112- Bump Devel::StackTrace dependency to 1.20.
113
114* Thu May 31 2008 Steven Pritchard <steve@kspei.com> 1.24-1
115- Update to 1.24.
116- Bump Devel::StackTrace dependency to 1.17.
117- Clean up to match current cpanspec output.
118- Improve Summary and description.
119- Build with Module::Build.
120- BR Test::Pod and Test::Pod::Coverage and define IS_MAINTAINER.
121
122* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.23-6
123- Rebuild for perl 5.10 (again)
124
125* Mon Jan 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.23-5
126- rebuild against new perl
127
128* Sat Dec 29 2007 Ralf Corsépius 1.23-4
129- BR: perl(Test::More) (BZ 419631).
130- Adjust License-tag.
131
132* Tue Apr 17 2007 Steven Pritchard <steve@kspei.com> 1.23-3
133- Use fixperms macro instead of our own chmod incantation.
134- BR ExtUtils::MakeMaker.
135
136* Sat Sep 16 2006 Steven Pritchard <steve@kspei.com> 1.23-2
137- Canonicalize Source0 URL.
138- Fix find option order.
139- Drop executable bit from Exception/Class.pm to avoid a rpmlint warning.
140
141* Fri Feb 03 2006 Steven Pritchard <steve@kspei.com> 1.23-1
142- Update to 1.23
143
144* Tue Jan 10 2006 Steven Pritchard <steve@kspei.com> 1.22-1
145- Update to 1.22
146
147* Mon Sep 05 2005 Steven Pritchard <steve@kspei.com> 1.21-3
148- Remove explicit core module dependencies
149- Add COPYING and Artistic
150
151* Wed Aug 17 2005 Steven Pritchard <steve@kspei.com> 1.21-2
152- Minor spec cleanup
153
154* Tue Aug 16 2005 Steven Pritchard <steve@kspei.com> 1.21-1
155- Specfile autogenerated.
Note: See TracBrowser for help on using the repository browser.