rpms/perl-Sys-SigAction/FC-6 perl-Sys-SigAction.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andreas Thienemann (ixs) fedora-extras-commits at redhat.com
Fri Mar 23 14:18:49 UTC 2007


Author: ixs

Update of /cvs/extras/rpms/perl-Sys-SigAction/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22099/FC-6

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Sys-SigAction.spec 
Log Message:
auto-import perl-Sys-SigAction-0.10-1 on branch FC-6 from perl-Sys-SigAction-0.10-1.src.rpm


--- NEW FILE perl-Sys-SigAction.spec ---
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 <andreas at bawue.net> 0.10-1
- Specfile autogenerated by cpanspec 1.69.1.
- Cleaned up for FE


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Sys-SigAction/FC-6/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Mar 2007 10:58:30 -0000	1.1
+++ .cvsignore	23 Mar 2007 14:18:17 -0000	1.2
@@ -0,0 +1 @@
+Sys-SigAction-0.10.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Sys-SigAction/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Mar 2007 10:58:30 -0000	1.1
+++ sources	23 Mar 2007 14:18:17 -0000	1.2
@@ -0,0 +1 @@
+ba520c175ea5c41950f53e60801da476  Sys-SigAction-0.10.tar.gz




More information about the fedora-extras-commits mailing list