Name: perl-Error Version: 0.16 Release: 1%{?dist} Epoch: 1 Summary: Error Perl module License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Error/ Source0: http://www.cpan.org/modules/by-module/Error/Error-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description The Error package provides two interfaces. Firstly Error provides a procedural interface to exception handling. Secondly Error is a base class for errors/exceptions that can either be thrown, for subsequent catch, or can simply be recorded. %prep %setup -q -n Error-%{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 -type d -depth -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc ChangeLog README example %{perl_vendorlib}/* %{_mandir}/man3/*.3pm* %changelog * Tue Jul 11 2006 Jose Pedro Oliveira - 0.16-1 - Update to 0.16. * Fri Apr 28 2006 Jose Pedro Oliveira - 0.15009-1 - Update to 0.15009. * Wed Apr 19 2006 Jose Pedro Oliveira - 0.15008-1 - Update to 0.15008. * Fri Feb 17 2006 Jose Pedro Oliveira - 0.15-4 - Rebuild for FC5 (perl 5.8.8). * Thu Dec 29 2005 Jose Pedro Oliveira - 0.15-3 - Dist tag. * Fri Apr 7 2005 Michael Schwendt - 0.15-2 - rebuilt * Fri Jun 11 2004 Steven Pritchard 0:0.15-1 - Specfile autogenerated.