Name: perl-Sys-SigAction Version: 0.10 Release: 1%{?dist} Summary: Perl extension for Consistent Signal Handling License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Sys-SigAction/ Source0: http://www.cpan.org/modules/by-module/Sys/Sys-SigAction-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(ExtUtils::MakeMaker) %description Sys::SigAction provides EASY access to POSIX::sigaction() for signal handling on systems that support sigaction(). It is hoped that with the use of this module, your signal handling behavior can be coded in a way that does not change from one perl version to the next, and that sigaction() will be easier for you to use. %prep %setup -q -n Sys-SigAction-%{version} pod2man < dbd-oracle-timeout.POD > dbd-oracle-timeout.man %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 README dbd-oracle-timeout.man %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Thu Mar 15 2007 Andreas Thienemann 0.10-1 - Specfile autogenerated by cpanspec 1.69.1. - Cleaned up for FE