Package perl-Sys-SigAction: Specfile

%define _unpackaged_files_terminate_build 1
#
#   - Sys::SigAction -
#   This spec file was automatically generated by cpan2rpm [ver: 2.027]
#   (ALT Linux revision)
#   The following arguments were used:
#       -debug -force Sys::SigAction
#   For more information on cpan2rpm please visit: http://perl.arix.com/
#

%define module Sys-SigAction
%define m_distro Sys-SigAction
%define m_name Sys::SigAction
%define m_author_id LBAXTER
%define _enable_test 1

Name: perl-Sys-SigAction
Version: 0.23
Release: alt1

Summary: Perl extension for Consistent Signal Handling

License: Artistic
Group: Development/Perl
Url: http://search.cpan.org/dist/Sys-SigAction/

Packager: Michael Bochkaryov <misha@altlinux.ru>

BuildArch: noarch
Source: http://www.cpan.org/authors/id/L/LB/LBAXTER/Sys-SigAction-%{version}.tar.gz

# Automatically added by buildreq on Mon May 26 2008
BuildRequires: perl-devel

%description
This module wraps up the POSIX:: routines and objects necessary to call
sigaction() in a way that is as efficient from a coding perspective as just
setting a localized $SIG{SIGNAL} with a code reference.  Further, the
user has control over the "sa_flags" passed to sigaction().  By default,
if no additional args are passed to sigaction(), then the signal handler
will be called when a signal (such as SIGALRM) is delivered.

%prep
%setup -q -n %m_distro-%version
%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%perl_vendor_privlib/*
%exclude %perl_vendor_archlib
%doc README Changes

%changelog
* Tue Sep 20 2016 Igor Vlasenko <viy@altlinux.ru> 0.23-alt1
- automated CPAN update

* Mon Jul 25 2016 Igor Vlasenko <viy@altlinux.ru> 0.22-alt1
- automated CPAN update

* Thu Nov 21 2013 Igor Vlasenko <viy@altlinux.ru> 0.21-alt1
- automated CPAN update

* Wed Aug 07 2013 Igor Vlasenko <viy@altlinux.ru> 0.20-alt1
- automated CPAN update

* Fri Aug 02 2013 Igor Vlasenko <viy@altlinux.ru> 0.19-alt1
- automated CPAN update

* Fri Jul 26 2013 Igor Vlasenko <viy@altlinux.ru> 0.18-alt1
- automated CPAN update

* Thu Sep 22 2011 Igor Vlasenko <viy@altlinux.ru> 0.15-alt1
- automated CPAN update

* Mon Nov 22 2010 Igor Vlasenko <viy@altlinux.ru> 0.11-alt1.1
- repair after perl 5.12 upgrade using girar-nmu

* Sun Sep 20 2009 Michael Bochkaryov <misha@altlinux.ru> 0.11-alt1
- 0.11 version

* Mon Oct 06 2008 Igor Vlasenko <viy@altlinux.ru> 0.10-alt1.1
- fix directory ownership violation

* Mon May 26 2008 Michael Bochkaryov <misha@altlinux.ru> 0.10-alt1
- first build for ALT Linux Sisyphus